SmirkingFace
SmirkingFace
Here's how to get it running: 1. Edit launch.py: Find this line: ``` run_pip(f"install -r {requirements_file}", "requirements for Web UI") ``` Add the following line after it: ``` run_pip(f"install git+https://github.com/smirkingface/stable-diffusion",...
With the yaml files I don't think there's much need to make adaptations specifically for this model. In general you can't expect those optimizations to work for all modified architectures...
This is an actual issue with the safety checker. It assumes the internal structure of any checkpoint is 'archive/data.pkl', but any model saved directly with ```torch.save(model, 'filename.ckpt')``` will have the...
This issue will be fixed with the following pull request: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/5327