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

[Bug]: GPU Half Precision options removed ? #79

Closed Kamekos closed 1 year ago

Kamekos commented 1 year ago

Is there an existing issue for this?

Are you using the latest version of the extension?

What happened?

The option has been removed in the latest update, I can't render videos anymore, I run SD with these commands

set COMMANDLINE_ARGS=--opt-split-attention --xformers --medvram --no-half-vae

Steps to reproduce the problem

Launch a render

What should have happened?

No response

WebUI and Deforum extension Commit IDs

Latest update

What GPU were you using for launching?

Rtx 2060m, 6gb Vram

On which platform are you launching the webui backend with the extension?

Local PC setup (Windows)

Settings

SD Auto's Ui

Console logs

if 'CPU' in cpu_vae:
TypeError: argument of type 'NoneType' is not iterable
Exception occurred: argument of type 'NoneType' is not iterable

Additional information

No response

kabachuha commented 1 year ago

The options have been moved into the main WebUI's 'Settings' tab, if you want to modify them, you can find them under the ModelScope row

The error happened because the opts dictionary aren't populated with the new settings before a user changes them manually

Kamekos commented 1 year ago

Noted, thanks !