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
fengzch-das
nunchaku
Commits
6070bb5b
Commit
6070bb5b
authored
Mar 08, 2025
by
muyangli
Browse files
[minor] fix the comfyui node
parent
b4c6f0f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfyui/nodes/models/text_encoder.py
comfyui/nodes/models/text_encoder.py
+1
-1
No files found.
comfyui/nodes/models/text_encoder.py
View file @
6070bb5b
...
...
@@ -111,7 +111,7 @@ class SVDQuantTextEncoderLoader:
dtype
=
param
.
dtype
device
=
param
.
device
prefixes
=
folder_paths
.
folder_names_and_paths
[
"
diffusion_m
ode
l
s"
][
0
]
prefixes
=
folder_paths
.
folder_names_and_paths
[
"
text_enc
ode
r
s"
][
0
]
model_path
=
None
for
prefix
in
prefixes
:
if
os
.
path
.
exists
(
os
.
path
.
join
(
prefix
,
int4_model
)):
...
...
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