comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
57.82k stars 6.13k forks source link

Something has gone seriously wrong with ComfyUI since August 15, 2024 #5706

Open Kallamamran opened 4 days ago

Kallamamran commented 4 days ago

Expected Behavior

I expect it to generate the same image if I drag in the image including the workflow and click generate. No changes in hardware. Same models used. The only thing that has changed since August is ComfyUI updates.

Actual Behavior

Images generated August 15 and now is different. Not by a lot, but by enough to get the feeling something is wrong. The images generated now compared to back in August is missing something. It's like they have lost their soul or something. Images to the left are generated back in August. Images to the right are generated now. Judge for yourself. It's like ComfyUI makes the model forget how to turn tires, how to do motionblur, how to colourize and they also get that pixelated fram-line that can turn up when an image is not divisible by a certain number... I don't know, but something is seriously missing. Something is wrong!!!

image image image image

Steps to Reproduce

Generate an image in ComfyUI installed and not updated since August 15, 2024 Compare it to the same image generated in an updated ComfyUI = 😥

Debug Logs

Nothing special to see here

Other

No response

ltdrdata commented 3 days ago

Try reverting ComfyUI to an earlier version and replicate the results. goto ComfyUI dir in cmd. And execute this

git checkout v0.2.1

It's necessary to determine whether the issue truly lies with ComfyUI or with external environment like PyTorch.

Kallamamran commented 3 days ago

Can I go back to the new version then? I really don't want to mess up mu installation

iamrohitanshu commented 2 days ago

This also happened to me last year when I updated A1111. Most likely pytorch or some other library got updated and the calculations are slightly different now. So, the images are different as well.

ltdrdata commented 2 days ago

Can I go back to the new version then? I really don't want to mess up mu installation

You can go back using this command git checkout master

If it is a PyTorch issue, you can resolve it by downgrading your PyTorch version.