MrForExample/ComfyUI-AnimateAnyone-Evolved

How to install [Comfyui-3D] missing node types? I am trying to use the Animate Anyone workflow but keep on getting these errors

filipuyuyu opened this issue · 3 comments

These are the errors I'm getting after installing all the missing custom nodes for Anyone Anyone https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved

" When loading the graph, the following node types were not found:

[ComfyUI-3D] Animate Anyone Sampler

[ComfyUI-3D] Load UNet2D ConditionModel

[ComfyUI-3D] Load UNet3D ConditionModel

[ComfyUI-3D] Pose Guider Encode

[ComfyUI-3D] Load Pose Guider

Nodes that have failed to load will show as red on the graph. "

Anyone have a solution for this? I'm on cuda version 11.7, windows 11. Fresh install of comfyui as well
1f3c3006754125f6ddddac99447c1ce

run requirements command again. Make sure to save the models or you'll lose them.

I'm having the exact same issue, I tried running requirements command and succeeded but it still will not work for me on comfy ui

if you are still having this issue see below. worked for me. found at https://openart.ai/workflows/TtH6TaVEU5qv8WTLKDE8

When loading the graph, the following node types were not found:

[ComfyUI-3D] Animate Anyone Sampler
ImageCASharpening+
[ComfyUI-3D] Load UNet2D ConditionModel
[ComfyUI-3D] Load UNet3D ConditionModel
[ComfyUI-3D] Pose Guider Encode
[ComfyUI-3D] Load Pose Guider

ImageCrop+Nodes that have failed to load will show as red on the graph.

Solution: rebuild the nodes

  • double click on canvas and search for "guider", you will find
    these

     - Pose Guider Encode
    
     - Load Pose Guider
    
  • double click on canvas and search for "unet", you will find

these
-Load UNet2D ConditionModel
-Load UNet3D ConditionModel

  • double click on canvas and search for "animate", you will find

     - Animate Anyone Sampler
    

connect the red(failed nodes) to the new one and delete the old ones

Also I found that rebuilding a standalone install of ComyUI and only installing the necessary custom nodes is the best way to install this workflow.