XaiJu
marat_ai
marat_ai

patreon


[Early Access] Automatic1111 for Stable diffusion Ultimate version

Now, we have a working and stable alternative to Google Colab. To use this file, please watch the video tutorial.

The ultimate version includes:

Notebook link: https://drive.google.com/file/d/1eaN0V0GSkHP7n1dgcQHA7qLw_J6ENglL

Tutorial link: https://www.youtube.com/watch?v=sIXfW8r60OQ

Comments

should we run Step 1.3 and 1.4 in GPU? because they are just running for 20minutes

gw

can you make a tutorial on how to add civitai models and checkpoints into this sdxl webui? and also save the notebook with all added models and checkpoints so that we don't have to do that every time

gw

The second option, and the most reliable add code in stage of model downloading !wget -q --show-progress -c https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors -O stable-diffusion-webui/models/Stable-diffusion/sdxl_base.safetensors and replace the link with your link model

Mario G

!python launch.py --share --enable-insecure-extension-access

Mario G

That's strange because the flag should be activated by default. Please try replace the last line of code in Running WEBUI stage to code bellow, I've tested and it should work. I can also recommend this extension (https://github.com/Iyashinouta/sd-model-downloader), works pretty well. You can install in WebUI settings after adding code bellow

Mario G

Every time I try to download Civit AI Helper, I get this message: AssertionError: extension access disabled because of command line flags

TheBuffN3rd .

!wget -q --show-progress -c https://civitai.com/api/download/models/314058?type=Model&format=SafeTensor -O stable-diffusion-webui/models/lora/lora1.safetensors

Mario G

Hi! Did you try using the Civit.ai extension? If it didn't work, here’s an example of the code for manual downloading. Simply create a new cell and execute it. There are two parts: the link and the name of the file. Specify your desired values and let me know if it doesn't work.:

Mario G

How can I download Lora model from CivitAi?

Lichen Zhu


More Creators