Open s9anus98a opened 5 months ago
i want to change generation size from 512 x 512 to 768x768 which one should i change on latent_diffusion.py??
If you would like to use latent_diffusion.py with noise to image generation, you may change the size of initial noise.
https://github.com/CFGpp-diffusion/CFGpp/blob/ee909b5b41662c41d6fb585797a0710baf24d3f0/latent_diffusion.py#L170
i want to change generation size from 512 x 512 to 768x768 which one should i change on latent_diffusion.py??