Skip to content
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

Support for Stable Diffusion 2 (non-base) | 768x768 tensor size #14

Open
federicotorrielli opened this issue Dec 1, 2022 · 6 comments
Labels
documentation Improvements or additions to documentation

Comments

@federicotorrielli
Copy link

Title.
DAAM currently (as per 0.9.0) only supports SD2 512x512 while the original model has 768x768 sizes.

@daemon
Copy link
Member

daemon commented Dec 1, 2022

Does daam "Cat and dog" --model v2-large work? Check out the daam/run/generate.py script.

See below:
output
giraffe heat_map
refrigerator heat_map

@federicotorrielli
Copy link
Author

All I get from my code is this:
image

@federicotorrielli
Copy link
Author

Relevant code parts:
image
and
image

@daemon
Copy link
Member

daemon commented Dec 2, 2022

Ah, I see. So for expand_image, you'll need to pass in out=768.

@daemon daemon added the documentation Improvements or additions to documentation label Dec 4, 2022
@federicotorrielli
Copy link
Author

@daemon Thanks a lot. Do you want me to close the issue or keep it open for new users?

@daemon
Copy link
Member

daemon commented Dec 6, 2022

It'll help to keep it open, as I'll be adding documentation for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants