kabachuha / sd-webui-text2video

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

Automatically change model dimensions when zeroscope models are selected #199

Open bfasenfest opened 1 year ago

bfasenfest commented 1 year ago

Automatically changes default width/height dimensions when zeroscope models are selected

dvschultz commented 1 year ago

fwiw I get an error when I update the args.py file. I think the issue is on line 138 when you switched file_count from single to multiple. It works when I switch it back to single.

bfasenfest commented 1 year ago

This is a leftover change from my testing for #195. Will revert so this PR is clean, although not sure why that would cause an error. Does working with that PR also give you an error?