- sd-webui-controlnet
https://github.com/Mikubill/sd-webui-controlnet.git
- After Detailer / adetailer
https://github.com/Bing-su/adetailer.git
- Segment Anything
https://github.com/continue-revolution/sd-webui-segment-anything.git
- Dynamic Prompts
https://github.com/adieyal/sd-dynamic-prompts.git
- Inpaint Anything
https://github.com/Uminosachi/sd-webui-inpaint-anything.git
- Needs extra models!
- Infinite Image Browsing
https://github.com/zanllp/sd-webui-infinite-image-browsing.git
Last active
January 15, 2024 16:57
-
-
Save fadenb/ac4271dd5550e6314466ad470b996054 to your computer and use it in GitHub Desktop.
Automatic1111 Extensions I Like
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is an "input-file" for Aria2 | |
# It is read line-by-line and parameters for download from a specific URI are separated with a <TAB> on the next lines | |
# Basic SDXL inpainting model | |
https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1/resolve/main/unet/diffusion_pytorch_model.fp16.safetensors | |
dir=/home/ubuntu/stable-diffusion-webui-docker/data/models/Stable-diffusion/ | |
out=diffusion_pytorch_model.fp16.safetensors | |
# "Official" (not community trained) SDXL controlnet models | |
https://huggingface.co/diffusers/controlnet-canny-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors | |
dir=/home/ubuntu/stable-diffusion-webui-docker/data/models/ControlNet | |
out=controlnet-canny-sdxl-1.0.fp16.safetensors | |
https://huggingface.co/diffusers/controlnet-depth-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.bin | |
dir=/home/ubuntu/stable-diffusion-webui-docker/data/models/ControlNet | |
out=controlnet-depth-sdxl-1.0.fp16.safetensors | |
https://huggingface.co/diffusers/controlnet-zoe-depth-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors | |
dir=/home/ubuntu/stable-diffusion-webui-docker/data/models/ControlNet | |
out=controlnet-zoe-depth-sdxl-1.0.fp16.safetensors | |
# Community trained SDXL controlnet models | |
https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/resolve/main/OpenPoseXL2.safetensors | |
dir=/home/ubuntu/stable-diffusion-webui-docker/data/models/ControlNet | |
out=OpenPoseXL2.safetensors | |
https://huggingface.co/SargeZT/controlnet-sd-xl-1.0-softedge-dexined/resolve/main/controlnet-sd-xl-1.0-softedge-dexined.safetensors | |
dir=/home/ubuntu/stable-diffusion-webui-docker/data/models/ControlNet | |
out=controlnet-sd-xl-1.0-softedge-dexined.safetensors | |
https://huggingface.co/Nacholmo/qr-pattern-sdxl-ControlNet-LLLite/resolve/main/controllllite_v01256512e_sdxl_qrpattern.safetensors | |
dir=/home/ubuntu/stable-diffusion-webui-docker/data/models/ControlNet | |
out=controllllite_v01256512e_sdxl_qrpattern.safetensors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment