You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Text-Video-Image-to-Video version of this model with the commands specified in the README (as below), the generated tensor includes nan values.
Restored from /mnt/data1/pretrained/community/CCEdit/tvi2v-no2ndca-depthmidas.ckpt with 535 missing and 369 unexpected keys
Missing Keys: ['conditioner.embedders.1.model.core.core.pretrained.model.cls_token', 'conditioner.embedders.1.model.core.core.pretrained.model.patch_embed.proj.weight', 'conditioner.embedders.1.model.core.core.pretrained.model.patch_embed.proj.bias', ...]
Unexpected Keys: ['conditioner.embedders.0.transformer.text_model.embeddings.position_ids', 'conditioner.embedders.1.model.model.pretrained.model.cls_token', 'conditioner.embedders.1.model.model.pretrained.model.pos_embed', 'conditioner.embedders.1.model.model.pretrained.model.patch_embed.backbone.stem.conv.weight', 'conditioner.embedders.1.model.model.pretrained.model.patch_embed.backbone.stem.norm.weight', ...]
Potential Cause
It appears that the Zoe depth conditioner (specified in the config files) weights cannot be loaded. The provided checkpoints are using the Midas depth conditioner, which is also implied by the checkpoint name.
Could you please verify if there's a mismatch between the config files and the checkpoint? If so, guidance on how to resolve this discrepancy would be appreciated.
The text was updated successfully, but these errors were encountered:
When using the Text-Video-Image-to-Video version of this model with the commands specified in the README (as below), the generated tensor includes
nan
values.CCEdit/README.md
Lines 63 to 77 in 303f7f1
Debug Steps
model.conditioner.get_unconditional_conditioning
.control_hint
looks normal beforemodel.conditioner.get_unconditional_conditioning
but contains NaN values after.CCEdit/scripts/sampling/sampling_tv2v_ref.py
Lines 377 to 395 in 303f7f1
Input tensor of
model.conditioner.get_unconditional_conditioning
:Output tensor of
model.conditioner.get_unconditional_conditioning
:Warning Information
When loading the checkpoint tvi2v-no2ndca-depthmidas.ckpt, the following warning was observed:
Potential Cause
It appears that the Zoe depth conditioner (specified in the config files) weights cannot be loaded. The provided checkpoints are using the Midas depth conditioner, which is also implied by the checkpoint name.
CCEdit/configs/inference_ccedit/keyframe_ref_cp_no2ndca_add_cfca_depthzoe.yaml
Line 107 in 303f7f1
Could you please verify if there's a mismatch between the config files and the checkpoint? If so, guidance on how to resolve this discrepancy would be appreciated.
The text was updated successfully, but these errors were encountered: