mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-03 00:54:04 -05:00
I updated the paths to make all paths work Now paths in ComfyUI are working Added: - `input` - `models/configs` - `models/gligen` - `models/diffusers` - `models/hypernetworks` Was broken: - `custom_nodes` - `models/clip_vision` - `models/clip` --------- Co-authored-by: LEv145 <you@example.com> Co-authored-by: AbdBarho <ka70911@gmail.com>
25 lines
559 B
YAML
25 lines
559 B
YAML
a111:
|
|
base_path: /data
|
|
|
|
checkpoints: StableDiffusion
|
|
configs: StableDiffusion
|
|
vae: VAE
|
|
loras: Lora
|
|
upscale_models: |
|
|
RealESRGAN
|
|
ESRGAN
|
|
SwinIR
|
|
GFPGAN
|
|
embeddings: embeddings
|
|
hypernetworks: Hypernetworks
|
|
controlnet: ControlNet
|
|
gligen: GLIGEN
|
|
custom_nodes: config/comfy/custom_nodes
|
|
|
|
# TODO: I am unsure about these, need more testing
|
|
# clip: .cache/clip
|
|
# style_models: config/comfy/style_models
|
|
# t2i_adapter: config/comfy/t2i_adapter
|
|
# clip_vision: config/comfy/clip_vision
|
|
# diffusers: config/comfy/diffusers
|