kijai / ComfyUI-DynamiCrafterWrapper

Wrapper to use DynamiCrafter models in ComfyUI
Other
500 stars 16 forks source link

ERROR:assert not torch.isnan(samples).any().item(), "Resulting tensor containts NaNs. I'm unsure why this happens, changing step count and/or image dimensions might help." #28

Open solomon-s2020 opened 2 months ago

solomon-s2020 commented 2 months ago

ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper\nodes.py", line 277, in process assert not torch.isnan(samples).any().item(), "Resulting tensor containts NaNs. I'm unsure why this happens, changing step count and/or image dimensions might help." AssertionError: Resulting tensor containts NaNs. I'm unsure why this happens, changing step count and/or image dimensions might help.

May-Yaha commented 2 months ago

确认模型类型和对应的输入类型吧: image

Song367 commented 1 month ago

确认模型类型和对应的输入类型吧: image

按照你的这个,我的就爆显存了