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
5379051d
Commit
5379051d
authored
Jul 26, 2023
by
comfyanonymous
Browse files
Fix diffusers VAE loading.
parent
00da9b32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
comfy/diffusers_convert.py
comfy/diffusers_convert.py
+4
-0
No files found.
comfy/diffusers_convert.py
View file @
5379051d
...
@@ -148,6 +148,10 @@ vae_conversion_map_attn = [
...
@@ -148,6 +148,10 @@ vae_conversion_map_attn = [
(
"q."
,
"query."
),
(
"q."
,
"query."
),
(
"k."
,
"key."
),
(
"k."
,
"key."
),
(
"v."
,
"value."
),
(
"v."
,
"value."
),
(
"q."
,
"to_q."
),
(
"k."
,
"to_k."
),
(
"v."
,
"to_v."
),
(
"proj_out."
,
"to_out.0."
),
(
"proj_out."
,
"proj_attn."
),
(
"proj_out."
,
"proj_attn."
),
]
]
...
...
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