I keep getting these strange, pixelated images.

#71
by patrikdiri - opened

Hi all

I followed all the instructions, didn't encounter any errors, and left all the settings in ComfyUI as they were when I got the image. However,
Bildschirmfoto 2024-08-16 um 13.01.23.png

Does anyone maybe know what I might be doing wrong or what else I can try?

I usually have issues like that when I turn the prompt value weights too high in other models and it blows out the resulting image. Do you have this problem with any other models or is this just with Flux?

Danke für die Antwort
Ich hatte es nur bei Flux.
Muss aber auch sagen, das ich zum erstmal ComfyUI benutze und ein blutiger anfänger bin
Es waren bei den zwei Dev vers. Bilder wenn ich deren Workflow geladen habe und sie mit den Standart werte gelassen habe.

there is a known issue with flux and torch >=2.4.0 versions. If you need flux, downgrade your torch version to 2.3.1.
a fix for torch is in progress but has not been merged into mainline yet (which will be torch 2.5.0).

Ah Super werde das versuchen Danke für die Info

I've encountered the same issue and can confirm that pip3 install torch==2.3.1 resolved the issue. Had to also adapt some other dependencies to make comfyui work again but then it worked fine. Unfortunately it does not seem fixed yet in torch 2.5.0, which resulted in the same issue as OP.

pytorch v2.3.1
torchvision v0.18.1
torchaudio v2.3.1

pytorch v2.3.1
torchvision v0.18.1
torchaudio v2.3.1

that worked, thank you!

Sign up or log in to comment