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
renzhc
diffusers_dcu
Commits
aabf8ce2
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "f05d75c07605e15354247c56057fb14830235017"
Unverified
Commit
aabf8ce2
authored
Apr 04, 2025
by
Dhruv Nair
Committed by
GitHub
Apr 04, 2025
Browse files
Fix Single File loading for LTX VAE (#11200)
update
parent
f10775b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/diffusers/loaders/single_file_utils.py
src/diffusers/loaders/single_file_utils.py
+0
-1
No files found.
src/diffusers/loaders/single_file_utils.py
View file @
aabf8ce2
...
@@ -2407,7 +2407,6 @@ def convert_ltx_vae_checkpoint_to_diffusers(checkpoint, **kwargs):
...
@@ -2407,7 +2407,6 @@ def convert_ltx_vae_checkpoint_to_diffusers(checkpoint, **kwargs):
"per_channel_statistics.channel"
:
remove_keys_
,
"per_channel_statistics.channel"
:
remove_keys_
,
"per_channel_statistics.mean-of-means"
:
remove_keys_
,
"per_channel_statistics.mean-of-means"
:
remove_keys_
,
"per_channel_statistics.mean-of-stds"
:
remove_keys_
,
"per_channel_statistics.mean-of-stds"
:
remove_keys_
,
"timestep_scale_multiplier"
:
remove_keys_
,
}
}
if
"vae.decoder.last_time_embedder.timestep_embedder.linear_1.weight"
in
converted_state_dict
:
if
"vae.decoder.last_time_embedder.timestep_embedder.linear_1.weight"
in
converted_state_dict
:
...
...
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