Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
a9fa2d37
Commit
a9fa2d37
authored
May 30, 2023
by
space-nuko
Browse files
Fix
parent
38bc02bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
folder_paths.py
folder_paths.py
+1
-0
No files found.
folder_paths.py
View file @
a9fa2d37
...
...
@@ -18,6 +18,7 @@ folder_names_and_paths["clip_vision"] = ([os.path.join(models_dir, "clip_vision"
folder_names_and_paths
[
"style_models"
]
=
([
os
.
path
.
join
(
models_dir
,
"style_models"
)],
supported_pt_extensions
)
folder_names_and_paths
[
"embeddings"
]
=
([
os
.
path
.
join
(
models_dir
,
"embeddings"
)],
supported_pt_extensions
)
folder_names_and_paths
[
"diffusers"
]
=
([
os
.
path
.
join
(
models_dir
,
"diffusers"
)],
[
"folder"
])
folder_names_and_paths
[
"taesd"
]
=
([
os
.
path
.
join
(
models_dir
,
"taesd"
)],
supported_pt_extensions
)
folder_names_and_paths
[
"controlnet"
]
=
([
os
.
path
.
join
(
models_dir
,
"controlnet"
),
os
.
path
.
join
(
models_dir
,
"t2i_adapter"
)],
supported_pt_extensions
)
folder_names_and_paths
[
"gligen"
]
=
([
os
.
path
.
join
(
models_dir
,
"gligen"
)],
supported_pt_extensions
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment