Open boricuapab opened 11 months ago
hmmm that's weird, but i dont have rtx 40xx to use fp8
what settings u using ?
I have an rtx 2060 super.
I compiled it with these settings
python convert_unet.py --ckpt_path ..\..\models\checkpoints\sd_xl_turbo_1.0_fp16.safetensors --batch_max 4 --height_min 512 --width_min 512 --height_max 1024 --width_max 1024 --token_count_max 300
i can reproduce this issue, i have no idea why, need to dive deep into comfyui code base ðŸ«
I think something changed with comfy that is causing the turbo xl tensor rt model to render our black images.
Im on this comfy commit
This was the error
I was able to fix it by adding this fp8 flag when lauching comfy