-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Generated Images Contain a Lot of Noise #11
Comments
Hi! For your first question, how many epochs did you train for? I've noticed that for some datasets, it can take 100, 200 or even more epochs until the noisyness in the images goes away. For your second question, my apologies for the bug! Can I ask, what fix you made? Best, |
Thank you for your answer! Regarding the second issue, I don’t think it’s your mistake. After searching on Google, I found this: |
Hi, where exactly did you change Otherwise, I think your issues are resolved so I'll go ahead and close this. |
The changes were made in the site-packages of the diffusers library within the Anaconda environment, specifically at the location indicated by the error message.
In the import section of this file, change |
Ok, thanks so much for the help. I'll add it to the README! |
"Hello, could you please tell me specifically what changes should be made to line 109 and line 361?" |
Simply changed the way of function calling. In the previous file, because it was However, later I changed |
Hello, @nickk124 . Thank you for your exciting work!
I ran your code on my own dataset, but the images output in the
./ddim-{dataset}-256-segguided/samples
folder contain a lot of noise. I would greatly appreciate any advice you could offer. Here are the details of my training:By the way, during the first training, I encountered the following error when saving the safetensor file at the 30th epoch:
However, I have since modified the code and re-ran it, and this error no longer occurs.
The text was updated successfully, but these errors were encountered: