flowtyone / ComfyUI-Flowty-CRM

This is a custom node that lets you use Convolutional Reconstruction Models right from ComfyUI.
Other
128 stars 7 forks source link

Error while loading model. #21

Open Bikimaharjan opened 3 months ago

Bikimaharjan commented 3 months ago

Loading pixel model No module 'xformers'. Proceeding without it. making attention of type 'vanilla' with 512 in_channels Working with z of shape (1, 4, 32, 32) = 4096 dimensions. making attention of type 'vanilla' with 512 in_channels E:\sd_ComfyUI\ComfyUI_Install\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flowty-CRM\crmlib\imagedream\ldm\interface.py:115: RuntimeWarning: divide by zero encountered in divide "sqrt_recip_alphas_cumprod", to_torch(np.sqrt(1.0 / alphas_cumprod)) E:\sd_ComfyUI\ComfyUI_Install\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flowty-CRM\crmlib\imagedream\ldm\interface.py:118: RuntimeWarning: divide by zero encountered in divide "sqrt_recipm1_alphas_cumprod", to_torch(np.sqrt(1.0 / alphas_cumprod - 1))

E:\sd_ComfyUI\ComfyUI_Install\ComfyUI_windows_portable>pause Press any key to continue . . .

Xyem commented 1 month ago

Just installed these nodes and also have the same issue.

mcline092375 commented 3 weeks ago

ComfyUI/custom_nodes/ComfyUI-Flowty-CRM/crmlib/imagedream/ldm/interface.py:118: RuntimeWarning: divide by zero encountered in divide "sqrt_recipm1_alphas_cumprod", to_torch(np.sqrt(1.0 / alphas_cumprod - 1))

The error is crashing comfyui