Any idea why the following would happen when running a workflow for HunyuanVideoWrapper in ComfyUI portable? It doesn't matter if I reinstall the wrapper, always the same thing, all HyVideo nodes completely red. Missing Node Types When loading the graph, the following node types were not found DownloadAndLoadHyVideoTextEncoder HyVideoVAELoader HyVideoModelLoader HyVideoDecode HyVideoSampler HyVideoTextEncode
@AIZenStudios3 күн бұрын
Hey @BeachBoyee! It sounds like the issue is that the HyVideo nodes aren't being recognized by ComfyUI. The red nodes usually mean something's wrong with how the nodes or dependencies are installed. A few things you can try: 1. Check Dependencies: Make sure you've installed all the required dependencies for HunyuanVideoWrapper, like any Python packages or model files it needs. 2. Reinstall Nodes: Delete the current HyVideo nodes and reinstall them in the custom_nodes folder. 3. Verify Paths: If you're using the portable version, double-check that the paths to the nodes and models are correct. 4. Check Logs: Look at the terminal or console output when you load the workflow. There might be specific error messages that explain what's missing. 5. Updates: Make sure you're running the latest versions of ComfyUI and the HunyuanVideoWrapper. Try these steps and see if it works.
@BeachBoyee3 күн бұрын
@@AIZenStudios Thanks, I'll try all that.
@AIZenStudios3 күн бұрын
@@BeachBoyee thanks for supporting our channel
@BeachBoyee3 күн бұрын
@@AIZenStudios I found out what the problem was. I had got an error message before when trying to use Segeattention about no Triton module found so I went into the Python_embedded folder and ran pip install triton. After that they went red. I went into that folder and in the Lib/site packages folder and deleted the Triton folder and the red was gone. I still can't use Sageattn without an error coming up, so I have to choose "comfy" in that node, and it takes a very long time to make even a 3 second video at 25 frame rate and 25 steps, took almost 3 hours.