pytorch-stable-diffusion
pytorch-stable-diffusion copied to clipboard
Issue about in-painting
Thanks a lot for your youtube channel and the code !!! but I have a question about in-painting:
you said in latent space there'll be a combination, but actually no
In https://github.com/CompVis/latent-diffusion, they just show a pre-trained model for in-painting...and i have check the code, no COMBINE in latent space. It seems like they just train a model especially for in-painting and done.
Any response will be appreciated !!!!