ClashSAN

Results 433 comments of ClashSAN

this is an old issue which is too generic, if this issue is related to future issues, please refer to this previous one.

there is an extension to save all the ui settings https://github.com/ilian6806/stable-diffusion-webui-state.git", "description": "Preserves the UI state after reload/restart.", "added": "2023-03-19", "tags": ["script"]

try loading without --force-enable-xformers what are your hardware specs?

There is no watermark. The fake checkbox is removed in 1.1

@opy188 Install a new webui folder and switch to any older commit after cloning with git checkout 1234567 and just stick with that version for the type of model you...

the "1234567" is where you put your chosen commit. git checkout 4af3ca5393151d61363c30eef4965e694eeac15e

The onnx pipeline is so good, and performs faster than torch on cpu only. It would be awesome to have this!

@simonlsp that is so awesome. though onnx pipeline does provide some benefits for its cpu users, you can quantize models and run at extremely tiny ram, double the speed of...

If we are comparing these, _why_ is it fast? Are we comparing with --xformers optimization enabled? Does the oneflow framework use such optimizations like `flash attention` which is found in...