Last active
October 16, 2023 08:20
-
-
Save b-g/a3a1aff967193ea5090c7830b92e669b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
name: designing-prompts-automatic111-model-zoo | |
version: v4 (9 Oct 2023) | |
description: "Resources for the 'Designing Prompts Workshop': stable diffusion models, embeddings, and Automatic111 installation with extensions." | |
author: Benedikt Groß | |
aliases: | |
image_generator: &image_generator /workspace/ | |
models: &models /workspace/stable-diffusion-webui/models/Stable-diffusion/ | |
controlnet: &controlnet /workspace/stable-diffusion-webui/models/ControlNet/ | |
embeddings: &embeddings /workspace/stable-diffusion-webui/embeddings/ | |
extensions: &extensions /workspace/stable-diffusion-webui/extensions/ | |
resources: | |
models: | |
- name: analog-diffusion-1.0 | |
src: wavymulder/Analog-Diffusion/analog-diffusion-1.0.safetensors | |
type: huggingface | |
install_to: *models | |
- name: Realistic_Vision_V5.1 | |
src: SG161222/Realistic_Vision_V5.1_noVAE/Realistic_Vision_V5.1.safetensors | |
type: huggingface | |
install_to: *models | |
- name: Realistic_Vision_V5.1 VAE | |
src: stabilityai/sd-vae-ft-mse-original/vae-ft-mse-840000-ema-pruned.safetensors | |
type: huggingface | |
install_to: *models | |
rename_to: Realistic_Vision_V5.1.vae.safetensors | |
- name: anything-v4.5-pruned | |
src: xyn-ai/anything-v4.0/anything-v4.5-pruned.safetensors | |
type: huggingface | |
install_to: *models | |
- name: Deliberate_v2 | |
src: XpucT/Deliberate/Deliberate_v2.safetensors | |
type: huggingface | |
install_to: *models | |
- name: Reliberate | |
src: XpucT/Reliberate/Reliberate.safetensors | |
type: huggingface | |
install_to: *models | |
embeddings: | |
- name: midjourney-style | |
src: sd-concepts-library/midjourney-style/learned_embeds.bin | |
type: huggingface | |
install_to: *embeddings | |
rename_to: midjourney-style.bin | |
- name: moebius | |
src: sd-concepts-library/moebius/learned_embeds.bin | |
type: huggingface | |
install_to: *embeddings | |
rename_to: moebius.bin | |
- name: line-art | |
src: sd-concepts-library/line-art/learned_embeds.bin | |
type: huggingface | |
install_to: *embeddings | |
rename_to: line-art.bin | |
- name: m-geo | |
src: sd-concepts-library/m-geo/learned_embeds.bin | |
type: huggingface | |
install_to: *embeddings | |
rename_to: m-geo.bin | |
extensions: | |
- name: stable-diffusion-webui-images-browser | |
src: https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git | |
type: git | |
install_to: *extensions | |
- name: sd-webui-controlnet | |
src: https://github.com/Mikubill/sd-webui-controlnet.git | |
type: git | |
install_to: *extensions | |
- name: openpose-editor | |
src: https://github.com/fkunn1326/openpose-editor.git | |
type: git | |
install_to: *extensions | |
- name: sd-webui-aspect-ratio-helper | |
src: https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git | |
type: git | |
install_to: *extensions | |
controlnet: | |
- name: control_v11p_sd15_canny | |
src: lllyasviel/ControlNet-v1-1/control_v11p_sd15_canny.pth | |
type: huggingface | |
install_to: *controlnet | |
- name: control_v11f1p_sd15_depth | |
src: lllyasviel/ControlNet-v1-1/control_v11f1p_sd15_depth.pth | |
type: huggingface | |
install_to: *controlnet | |
- name: control_v11p_sd15_openpose | |
src: lllyasviel/ControlNet-v1-1/control_v11p_sd15_openpose.pth | |
type: huggingface | |
install_to: *controlnet | |
- name: control_v11p_sd15_scribble | |
src: lllyasviel/ControlNet-v1-1/control_v11p_sd15_scribble.pth | |
type: huggingface | |
install_to: *controlnet | |
- name: control_v11f1e_sd15_tile | |
src: lllyasviel/ControlNet-v1-1/control_v11f1e_sd15_tile.pth | |
type: huggingface | |
install_to: *controlnet | |
- name: control_v11p_sd15_inpaint | |
src: lllyasviel/ControlNet-v1-1/control_v11p_sd15_inpaint.pth | |
type: huggingface | |
install_to: *controlnet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment