-
Notifications
You must be signed in to change notification settings - Fork 177
Multi-GPU Fixed Static Noise + Batch Mode, Embedding Prompt in Metadata, Etc #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…o video metadata comments, use FFMPEG for higher quality when available.
…ivisibility issues
|
This also indirectly fixed #60 (comment) |
…on diviser after GPU count.
|
Fixed one more bug in the resizing code. If you try 720x720 (540p) on 8 GPUs, it'll run into divisibility issues again. I managed to fix it by having the crop_size_list regenerated based on the diviser instead of 32, so it looks like the list/filter doesn't quite work and it's safer to just generate a new crop list. |
The video has half the screen covered in static noise when using multi-GPU with 2 GPUs, 3/4 of the screen when using 4 GPUs, etc. This happens when seed is not specified because each GPU generates its own random seed and doesn't sync. This fixes that bug identified here:
#35
Additionally, I implemented the --batch-size to allow for batch creation of videos without reloading the model each time. There are also other quality-of-life features: