HiDream : black images - latest version
Expected Behavior
generate images
Actual Behavior
Running latest version of CUI. Can anyone tell me why the HiDream example workflows just generate black images?
if it helps, i am seeing in the console:
... RuntimeWarning: invalid value encountered in cast img = Image.fromarray(np.clip(i, 0, 255).astype(np.uint8))
Steps to Reproduce
just run example workflow
Debug Logs
... RuntimeWarning: invalid value encountered in cast img = Image.fromarray(np.clip(i, 0, 255).astype(np.uint8))
Other
No response
Update:
Turned out to be clip_l.safetensors. I assumed that I was able to use the same one used for Flux but the two I tried from comfyanonymous's and black-forest-labs's HF repos didn't work:
but the one from the Comfy-Org HiDream repack did.
yes, this is very strange cos i used standard flux ones for days (txt 2 img and img2img), today it was working earlier with flux ones then i tried again in the afternoon and its all blank/blank outputs?! - now i changed to the hidream ones and its working again, what's going on? lol