-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
how to use random seed for sample? #350
Comments
Not sure if it will fix the 512 by 512 issue, but from a quick scan of Kohya's code, it will default to random seed if there is no -d arguement. In other words? Instead of "a beautiful girl -w 640 -h 1280 -7 -s 16 -d -1", feed the sample generator "a beautiful girl -w 640 -h 1280 -7 -s 16". That's what I do. As for the error message, I'm not sure it's related to your issue with the image size being stuck at 512x512, but it's saying that the version of DDIM scheduler that Kohya's including in the SD-scripts has incorrect configs. Since AFAIK, they are having the script automatically pull it from Hugging Face, either Hugging Face needs to do some changes, or maybe Kohya needs to amend their code to check if the checksums match for the current version, and pull new ones if there are any? |
thanks for the help, i removed -d, but the sample picture were still 512*512, if you working fine? |
Use --w and --h to set the width and height |
fix gen not working
i got error when i use prompt like:
a beautiful girl -w 640 -h 1280 -7 -s 16 -d -1
then will generate 512*512 pictures.
The text was updated successfully, but these errors were encountered: