kijai / ComfyUI-HunyuanVideoWrapper

183 stars 5 forks source link

HyVideoSampler 'NoneType' object is not callable #7

Open Lumabrik opened 19 hours ago

Lumabrik commented 19 hours ago

ComfyUI Error Report

Error Details


## System Information
- **ComfyUI Version:** v0.3.6-10-gf7695b5
- **Arguments:** ComfyUI\main.py --windows-standalone-build --fast
- **OS:** nt
- **Python Version:** 3.12.7 (tags/v3.12.7:0b05ead, Oct  1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.5.1+cu124
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 17175019520
  - **VRAM Free:** 2676515912
  - **Torch VRAM Total:** 13254000640
  - **Torch VRAM Free:** 51930184

## Additional Context
Total VRAM 16379 MB, total RAM 32690 MB
pytorch version: 2.5.1+cu124
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
Using pytorch cross attention
zejacky commented 13 hours ago

Same here. 'NoneType' object is not callable. using flash_attn (4090, 64GB Ram)

Lumabrik commented 12 hours ago

I think it might be to do with not having flash_attn installed. I'm running Comfy portable. I have no idea how to install it, but the version of flash_attn needed is dependant on your cuda and python versions I think ?

zejacky commented 8 hours ago

I solved it for me, its running now. I was using the manual from purz: https://purz.notion.site/Get-Windows-Triton-working-for-Mochi-6a0c055e21c84cfba7f1dd628e624e97 Im running comfyui on pytorch version: 2.5.1+cu124 Great work @kijai again!