We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Title. DAAM currently (as per 0.9.0) only supports SD2 512x512 while the original model has 768x768 sizes.
The text was updated successfully, but these errors were encountered:
Does daam "Cat and dog" --model v2-large work? Check out the daam/run/generate.py script.
daam "Cat and dog" --model v2-large
daam/run/generate.py
See below:
Sorry, something went wrong.
All I get from my code is this:
Relevant code parts: and
Ah, I see. So for expand_image, you'll need to pass in out=768.
expand_image
out=768
@daemon Thanks a lot. Do you want me to close the issue or keep it open for new users?
It'll help to keep it open, as I'll be adding documentation for that.
No branches or pull requests
Title.
DAAM currently (as per 0.9.0) only supports SD2 512x512 while the original model has 768x768 sizes.
The text was updated successfully, but these errors were encountered: