Highlights
- Pro
Block or Report
Block or report discus0434
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
pdf-translator
pdf-translator Publicpdf-translator translates English PDF files into Japanese, preserving the original layout.
-
cumulo-autumn/StreamDiffusion
cumulo-autumn/StreamDiffusion PublicStreamDiffusion: A Pipeline-Level Solution for Real-Time Interactive Generation
-
paper-summarizer
paper-summarizer PublicA Slack Bot for summarizing arXiv papers, powered by OpenAI LLMs.
-
minutes-maker
minutes-maker PublicA web app that automatically generates transcripts and summaries of meetings or lectures.
-
lcm-sketch-progression
lcm-sketch-progression PublicLCM Sketch Progression is a playground web app that performs real-time image generation and allows you to actively intervene in the progress with a brush.
Python 4
1,054 contributions in the last year
Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
December 2023
Created 126 commits in 4 repositories
Opened 7 pull requests in 1 repository
cumulo-autumn/StreamDiffusion
7
merged
-
Hotfix: fix Polygraphy importation at
utils/wrapper.py
This contribution was made on Dec 22 -
Enrich documentations and some refactoring
This contribution was made on Dec 21
-
Fix realtime-txt2img demo, TensorRT usage, and Refactoring
This contribution was made on Dec 19
-
examplesの整理
This contribution was made on Dec 16
-
SD-turboのリアルタイム生成デモを追加
This contribution was made on Dec 10
-
realtime-txt2imgデモの仕様を改善
This contribution was made on Dec 5
-
txt2imgのビューを追加
This contribution was made on Dec 2
Created an issue in cumulo-autumn/StreamDiffusion that received 2 comments
The first two frames of output in examples/vid2vid
are wired
Below might improve the result: - write_video(output, video_result[2:], fps=fps) + write_video(output, video_result[4:], fps=fps) at StreamDiffu…