[Early Access] Automatic1111 for Stable diffusion Ultimate version
Added 2024-07-01 13:21:03 +0000 UTCNow, we have a working and stable alternative to Google Colab. To use this file, please watch the video tutorial.
The ultimate version includes:
Extensions: Control Net, Animate Diff, Reactor, 3D Open Pose, etc.
15+ ControlNet models
Playground WebUI model + base SDXL
CivitAI and Hugging-face extensions which allow downloading any model inside WebUI
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
2025-02-05 15:36:36 +0000 UTCcan 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
2025-02-05 15:25:16 +0000 UTCThe 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
2024-10-05 08:13:52 +0000 UTC!python launch.py --share --enable-insecure-extension-access
Mario G
2024-10-05 08:12:46 +0000 UTCThat'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
2024-10-05 08:12:39 +0000 UTCEvery time I try to download Civit AI Helper, I get this message: AssertionError: extension access disabled because of command line flags
TheBuffN3rd .
2024-10-05 02:02:19 +0000 UTC!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
2024-09-25 09:20:33 +0000 UTCHi! 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
2024-09-25 09:20:20 +0000 UTCHow can I download Lora model from CivitAi?
Lichen Zhu
2024-09-25 04:49:11 +0000 UTC