Black output
getting only black output images, image breaks around the 17th step:
RuntimeWarning: invalid value encountered in cast
img = Image.fromarray(np.clip(i, 0, 255).astype(np.uint8))
Had to remove --fast and --using-sageattention from the cmd. using the kjnode to turn off sageattention doesn't work
There seems to be similar reports of that with FP8 as well, so it may be an issue with the base ComfyUI code https://github.com/comfyanonymous/ComfyUI/issues/9184
Same problem out of 20 steps it becomes black on 11-th step even in Sampler preview
@city96
Hiya....I updated comfy this morning, nothing was said about the GGUF nodes though?
Edit: GGUF updated, problem solved.
Thank you for the heads up π
Had to remove --fast and --using-sageattention from the cmd. using the kjnode to turn off sageattention doesn't work
I am using the official Diffusers script to load the model offline, but I get a completely black image. How to solve it?
How do I disable -fast & -sage if I never used it in workflow at all ????