This is an automated archive made by the Lemmit Bot.
The original was posted on /r/stablediffusion by /u/StablerDiffusion on 2023-07-06 13:11:22+00:00.
Now that SD-XL got leaked I went a head to try it with Vladmandic & Diffusers integration - it works really well
Here’s what you need to do:
- Git clone automatic and switch to diffusers branch
git clone https://github.com/vladmandic/automatic.git cd automatic && git checkout -b diffusers 2. Launch the WebUI a first time to install all the packages
./webui.sh --backend diffusers 3. Now make sure to install diffusers from main and install invisible_watermark to not run into dependency conflicts
pip uninstall diffusers && pip install git+https://github.com/huggingface/diffusers.git pip install invisible_watermark 4. Now the UI should work, so start it again:
./webui.sh --backend diffusers 5. Now you need to download the SD-XL 0.9 base and refiner checkpoints from:
https://huggingface.co/nichijoufan777/stable-diffusion-xl-base-0.9
https://huggingface.co/nichijoufan777/stable-diffusion-xl-refiner-0.9
(just fill out something, you’ll be granted access immediately)
Then download the checkpoints by copy-pasting the model id into the download textbox and press enter to download
- Once downloaded refresh the available checkpoints and select the base checkpoint. Now you can generate images!