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
G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-InstanceDiffusion\modules\convnext.py:167: UserWarning: Overwriting convnext_tiny in registry with ComfyUI-InstanceDiffusion.modules.convnext.convnext_tiny. This is because the name being registered conflicts with an existing name. Please check if this is not expected.
def convnext_tiny(pretrained=False, in_22k=False, **kwargs):
Traceback (most recent call last):
File "G:\comfyUI+AnimateDiff\ComfyUI\nodes.py", line 1906, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-layerdiffusion_init.py", line 1, in
from .layered_diffusion import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-layerdiffusion\layered_diffusion.py", line 23, in
from .lib_layerdiffusion.models import TransparentVAEDecoder
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-layerdiffusion\lib_layerdiffusion\models.py", line 10, in
from diffusers.models.unet_2d_blocks import UNetMidBlock2D, get_down_block, get_up_block
ModuleNotFoundError: No module named 'diffusers.models.unet_2d_blocks'
The text was updated successfully, but these errors were encountered:
G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-InstanceDiffusion\modules\convnext.py:167: UserWarning: Overwriting convnext_tiny in registry with ComfyUI-InstanceDiffusion.modules.convnext.convnext_tiny. This is because the name being registered conflicts with an existing name. Please check if this is not expected.
def convnext_tiny(pretrained=False, in_22k=False, **kwargs):
Traceback (most recent call last):
File "G:\comfyUI+AnimateDiff\ComfyUI\nodes.py", line 1906, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-layerdiffusion_init.py", line 1, in
from .layered_diffusion import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-layerdiffusion\layered_diffusion.py", line 23, in
from .lib_layerdiffusion.models import TransparentVAEDecoder
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-layerdiffusion\lib_layerdiffusion\models.py", line 10, in
from diffusers.models.unet_2d_blocks import UNetMidBlock2D, get_down_block, get_up_block
ModuleNotFoundError: No module named 'diffusers.models.unet_2d_blocks'
The text was updated successfully, but these errors were encountered: