forked from Vetchems/sd-civitai-browser
-
Notifications
You must be signed in to change notification settings - Fork 11
Customize save folders by type [v2.0 and above]
SignalFlagZ edited this page Apr 27, 2024
·
2 revisions
Set the storage folder as a key-value pair using a JSON string. Set type to key and path to value.
Paths can be set as relative or absolute paths. Use a relative path from the “models/” folder.
models\
in SD web UI folder.
Default setting example
{
"Checkpoint": "Stable-diffusion",
"VAE": "VAE",
"TextualInversion": "../embeddings",
"LORA": "Lora",
"LoCon": "Lora/_LyCORIS",
"DoRA": "Lora/_DoRA",
"Hypernetwork": "hypernetworks",
"AestheticGradient": "extensions/stable-diffusion-webui-aesthetic-gradients/aesthetic_embeddings",
"Controlnet": "ControlNet",
"Upscaler": "OtherModels/Upscaler",
"MotionModule": "OtherModels/MotionModule",
"Poses": "OtherModels/Poses",
"Wildcards": "OtherModels/Wildcards",
"Workflows": "OtherModels/Workflows",
"Other": "OtherModels/Other"
}