kabachuha / sd-webui-text2video

Auto1111 extension implementing text2video diffusion models (like ModelScope or VideoCrafter) using only Auto1111 webui dependencies
Other
1.28k stars 107 forks source link

Add seed configuration #43

Closed kabachuha closed 1 year ago

kabachuha commented 1 year ago

@jd-3d just one more test

jd-3d commented 1 year ago

@kabachuha I updated those 2 files but the seed still doesn't seem to work (setting the slider to a seed of 10, but I still see a random seed in the model folder name). Also in the UI I'm seeing duplicate UI elements, everything repeated twice? Not sure if I messed something up? image

hithereai commented 1 year ago

@kabachuha I updated those 2 files but the seed still doesn't seem to work (setting the slider to a seed of 10, but I still see a random seed in the model folder name). Also in the UI I'm seeing duplicate UI elements, everything repeated twice? Not sure if I messed something up? image

Update your extension and revert your custom changes.

jd-3d commented 1 year ago

Thanks @hithereai, I didn't see that this PR was merged. Once I updated the UI is back to normal and seed appears to be working! It would be great if it named the folder the same as the seed number (i.e., SEED_Random_Number) (currently it still seems to pick a random number) but I can live with it. Now for some experiments...