File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -339,9 +339,11 @@ arguments:
339339 --vae-on-cpu keep vae in cpu (for low vram)
340340 --clip-on-cpu keep clip in cpu (for low vram)
341341 --diffusion-fa use flash attention in the diffusion model (for low vram)
342+ Might lower quality, since it implies converting k and v to f16.
343+ This might crash if it is not supported by the backend.
342344 --diffusion-conv-direct use Conv2D direct in the diffusion model
345+ This might crash if it is not supported by the backend.
343346 --vae-conv-direct use Conv2D direct in the vae model (should improve the performance)
344- Might lower quality, since it implies converting k and v to f16.
345347 This might crash if it is not supported by the backend.
346348 --control-net-cpu keep controlnet in cpu (for low vram)
347349 --canny apply canny preprocessor (edge detection)
You can’t perform that action at this time.
0 commit comments