nit
This commit is contained in:
parent
d875cda565
commit
f89b5dbbd2
|
@ -402,8 +402,9 @@ def load_model_weights(model, checkpoint_info: CheckpointInfo, state_dict, timer
|
||||||
del state_dict
|
del state_dict
|
||||||
|
|
||||||
# Set is_sdxl_inpaint flag.
|
# Set is_sdxl_inpaint flag.
|
||||||
# Perform this check after model initialization to make sure state_dict
|
# Checks Unet structure to detect inpaint model. The inpaint model's
|
||||||
# structure is already known.
|
# checkpoint state_dict does not contain the key
|
||||||
|
# 'diffusion_model.input_blocks.0.0.weight'.
|
||||||
diffusion_model_input = model.model.state_dict().get(
|
diffusion_model_input = model.model.state_dict().get(
|
||||||
'diffusion_model.input_blocks.0.0.weight'
|
'diffusion_model.input_blocks.0.0.weight'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue