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

in which part on latent_diffusion.py i have to change for width & height?? #3

Open
s9anus98a opened this issue Jun 17, 2024 · 1 comment

Comments

@s9anus98a
Copy link

i want to change generation size from 512 x 512 to 768x768 which one should i change on latent_diffusion.py??

@CFGpp-diffusion
Copy link
Owner

If you would like to use latent_diffusion.py with noise to image generation, you may change the size of initial noise.

size = kwargs.get('latent_dim', (1, 4, 64, 64))

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

No branches or pull requests

2 participants