What has changed recently? Different and Worse Results from Same Settings #3461
-
I've just had this issue where I have used the latest master [48dbf99] with the following settings Previous result from A1111 [Commit: 365d4b1] (InvokeAI produces almost identical result) New result - note the banding at the top and bottom with the result not as resolved Any thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 16 comments 26 replies
-
i agree something has changed recently... even running 1.4 pretty much everything is generating as if the word 'anthropomorphic' is in the prompt ... my monster prompts are generating humanoids when previously they were generating the appropriate animal most of the time. |
Beta Was this translation helpful? Give feedback.
-
I believe it has to do with xformers, the tradeoff for the increase in speed is a loss in accuracy, making replicating results from the same seed next to impossible. |
Beta Was this translation helpful? Give feedback.
-
I believe the problem is changing the model weights. I originally went from 1.4 -> 1.5 (banding appears) -> 1.4 (poor results) |
Beta Was this translation helpful? Give feedback.
-
Tried disabling xformers, and tried 1.4 after a reboot (so nothing should be cached) ... still poor results, old seeds dont work, and running their prompt doesn't give similar results. |
Beta Was this translation helpful? Give feedback.
-
im also facing the same problem... i want to downgrade and go back to the previous version! i had really good result when i was using the "img2img alternative test" script now everything looks really bad even after multiple tries, checkpoint change ect... |
Beta Was this translation helpful? Give feedback.
-
Since you have a commit ID you know is good, a binary search over newer commits should be able to find the one that introduced the issue in just a few tries. (Pick a commit midway between the good commit and now and test it, pick a new midpoint before/after that one, repeat until you find the bug.) |
Beta Was this translation helpful? Give feedback.
-
Similar thing here... I was training some embeddings since yesterday and several minutes ago just restarted the UI (with git pull). Every "new" embedding trained in the last 24 hours is wrong. Yet, they were spot on and working normally before I've restarted ui. No connection whatsoever with the trained material. I've pulled the latest updates and a minute later, nothing is working as it should - regarding weights. And trained embeddings. But I can use the ones trained several days ago, working normally. Go figure. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
So i did a fresh install on another drive... old images arent generating exactly... but they are generating much more correctly... so there must be something that broke along the way in the past few days, something that didn't get updated right. |
Beta Was this translation helpful? Give feedback.
-
Has the problem been fixed? I haven’t updated because of this |
Beta Was this translation helpful? Give feedback.
-
I think it's also the fact, that back in the beginning, create hypernetwork had nearly no options and choice, now it seems that there are endless lists of parameters you can change and the defaults are no longer there like "lineair" etc, and relu , swish, ... , I have no idea what these all do and I dont know which ones to select to have a hypernetwork that used to train correctly like before. I did save some of my earlier hypernetworks before I started training on them, I might try and reuse one of those instead to start training from 0 again. |
Beta Was this translation helpful? Give feedback.
-
This just started happening to me today in the most recent pull. With xformers enabled, pressing the generate button creates slightly different results each time, even with the same seed and settings. Example: https://www.youtube.com/watch?v=ToYd3yPyNWI Disabling xformers fixed the issue for me. |
Beta Was this translation helpful? Give feedback.
-
I have very weird result with same settings on latest build - hmmm ?? |
Beta Was this translation helpful? Give feedback.
-
I've reported the bug, I don't know what's interfering with xformers |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
Beta Was this translation helpful? Give feedback.
I believe the problem is changing the model weights. I originally went from 1.4 -> 1.5 (banding appears) -> 1.4 (poor results)
Have run from the current head [6bd6154] and fresh load - everything is back to the way it was.
So suspect it is RAM issue see here #2180