yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
537 stars 34 forks source link

Problem torch.utils._pytree.register_pytree_node #90

Open JavadZohani opened 3 months ago

JavadZohani commented 3 months ago

The problem is that I face this problem after installation How do I fix this problem?

Prestartup times for custom nodes: 0.6 seconds: D:\Artificial_Intelligence\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 12288 MB, total RAM 16197 MB Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3080 Ti : cudaMallocAsync VAE dtype: torch.bfloat16 Using pytorch cross attention D:\Artificial_Intelligence\ComfyUI\python_embeded\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( Comfy-Easy-Use (v1.1.1): Loaded

Loading: ComfyUI-Impact-Pack (V4.83.6)

Loading: ComfyUI-Impact-Pack (Subpack: V0.4)

Loading: ComfyUI-Inspire-Pack (V0.67.1)

[Impact Pack] Wildcards loading done.

Loading: ComfyUI-Manager (V2.10.2)

ComfyUI Revision: 2072 [40e124c6] | Released on '2024-03-18'

Screenshot (2)

yolain commented 3 months ago

It could be caused by a too high version of torchvision. If you don't use the layerDiffution function, it doesn't matter.

you can also get rid of this warnning by reinstalling torchvision==0.16.0 (torch==2.1.0)

JavadZohani commented 3 months ago

Thank you for helping me