Nef Caballero commited on
Commit
287b3e7
·
1 Parent(s): 178149f

fix attempt for checkpoint loading 3

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. extra_model_paths.yaml +46 -0
.gitignore CHANGED
@@ -7,7 +7,7 @@ __pycache__/
7
  /temp/
8
  /custom_nodes/*
9
  !custom_nodes/example_node.py.example
10
- extra_model_paths.yaml
11
  /.vs
12
  .vscode/
13
  .idea/
 
7
  /temp/
8
  /custom_nodes/*
9
  !custom_nodes/example_node.py.example
10
+ # extra_model_paths.yaml
11
  /.vs
12
  .vscode/
13
  .idea/
extra_model_paths.yaml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Rename this to extra_model_paths.yaml and ComfyUI will load it
2
+
3
+ #config for a1111 ui
4
+ #all you have to do is change the base_path to where yours is installed
5
+ # a111:
6
+ # base_path: path/to/stable-diffusion-webui/
7
+
8
+ # checkpoints: models/Stable-diffusion
9
+ # configs: models/Stable-diffusion
10
+ # vae: models/VAE
11
+ # loras: |
12
+ # models/Lora
13
+ # models/LyCORIS
14
+ # upscale_models: |
15
+ # models/ESRGAN
16
+ # models/RealESRGAN
17
+ # models/SwinIR
18
+ # embeddings: embeddings
19
+ # hypernetworks: models/hypernetworks
20
+ # controlnet: models/ControlNet
21
+
22
+ #config for comfyui
23
+ #your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
24
+
25
+ #comfyui:
26
+ # base_path: path/to/comfyui/
27
+ # # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
28
+ # #is_default: true
29
+ # checkpoints: models/checkpoints/
30
+ # clip: models/clip/
31
+ # clip_vision: models/clip_vision/
32
+ # configs: models/configs/
33
+ # controlnet: models/controlnet/
34
+ # diffusion_models: |
35
+ # models/diffusion_models
36
+ # models/unet
37
+ # embeddings: models/embeddings/
38
+ # loras: models/loras/
39
+ # upscale_models: models/upscale_models/
40
+ # vae: models/vae/
41
+
42
+ #other_ui:
43
+ # base_path: path/to/ui
44
+ # checkpoints: models/checkpoints
45
+ # gligen: models/gligen
46
+ # custom_nodes: path/custom_nodes