Skip to content

Commit a3af8f3

Browse files
committed
Merge branch 'master' into dr-support-pip-cm
2 parents 5f50b86 + 894837d commit a3af8f3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

extra_model_paths.yaml.example

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ a111:
2828
# # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
2929
# #is_default: true
3030
# checkpoints: models/checkpoints/
31-
# clip: models/clip/
31+
# text_encoders: |
32+
# models/text_encoders/
33+
# models/clip/ # legacy location still supported
3234
# clip_vision: models/clip_vision/
3335
# configs: models/configs/
3436
# controlnet: models/controlnet/
@@ -40,6 +42,9 @@ a111:
4042
# upscale_models: models/upscale_models/
4143
# vae: models/vae/
4244

45+
# For a full list of supported keys (style_models, vae_approx, hypernetworks, photomaker,
46+
# model_patches, audio_encoders, classifiers, etc.) see folder_paths.py.
47+
4348
#other_ui:
4449
# base_path: path/to/ui
4550
# checkpoints: models/checkpoints

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
comfyui-frontend-package==1.27.10
22
comfyui-workflow-templates==0.1.95
3-
comfyui-embedded-docs==0.2.6
3+
comfyui-embedded-docs==0.3.0
44
comfyui_manager==4.0.2
55
torch
66
torchsde

0 commit comments

Comments
 (0)