MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / is_vae_in_checkpoint

Function is_vae_in_checkpoint

diffusers/scripts/convert_sd3_to_diffusers.py:192–195  ·  view source on GitHub ↗
(original_state_dict)

Source from the content-addressed store, hash-verified

190
191
192def is_vae_in_checkpoint(original_state_dict):
193 return ("first_stage_model.decoder.conv_in.weight" in original_state_dict) and (
194 "first_stage_model.encoder.conv_in.weight" in original_state_dict
195 )
196
197
198def main(args):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected