mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 10:02:59 +08:00
Merge branch 'master' into dr-support-pip-cm
This commit is contained in:
commit
a3af8f35c2
@ -28,7 +28,9 @@ a111:
|
|||||||
# # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
|
# # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
|
||||||
# #is_default: true
|
# #is_default: true
|
||||||
# checkpoints: models/checkpoints/
|
# checkpoints: models/checkpoints/
|
||||||
# clip: models/clip/
|
# text_encoders: |
|
||||||
|
# models/text_encoders/
|
||||||
|
# models/clip/ # legacy location still supported
|
||||||
# clip_vision: models/clip_vision/
|
# clip_vision: models/clip_vision/
|
||||||
# configs: models/configs/
|
# configs: models/configs/
|
||||||
# controlnet: models/controlnet/
|
# controlnet: models/controlnet/
|
||||||
@ -40,6 +42,9 @@ a111:
|
|||||||
# upscale_models: models/upscale_models/
|
# upscale_models: models/upscale_models/
|
||||||
# vae: models/vae/
|
# vae: models/vae/
|
||||||
|
|
||||||
|
# For a full list of supported keys (style_models, vae_approx, hypernetworks, photomaker,
|
||||||
|
# model_patches, audio_encoders, classifiers, etc.) see folder_paths.py.
|
||||||
|
|
||||||
#other_ui:
|
#other_ui:
|
||||||
# base_path: path/to/ui
|
# base_path: path/to/ui
|
||||||
# checkpoints: models/checkpoints
|
# checkpoints: models/checkpoints
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
comfyui-frontend-package==1.27.10
|
comfyui-frontend-package==1.27.10
|
||||||
comfyui-workflow-templates==0.1.95
|
comfyui-workflow-templates==0.1.95
|
||||||
comfyui-embedded-docs==0.2.6
|
comfyui-embedded-docs==0.3.0
|
||||||
comfyui_manager==4.0.2
|
comfyui_manager==4.0.2
|
||||||
torch
|
torch
|
||||||
torchsde
|
torchsde
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user