-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update/fix mounts for comfyUI (#432)
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 <[email protected]> Co-authored-by: AbdBarho <[email protected]>
- Loading branch information
1 parent
7fb8b97
commit d47e77f
Showing
5 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ | |
/openpose | ||
/ModelScope | ||
/LyCORIS | ||
/GLIGEN |
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
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 |
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