StableDiffusion-PyTorch icon indicating copy to clipboard operation
StableDiffusion-PyTorch copied to clipboard

This repo implements a Stable Diffusion model in PyTorch with all the essential components.

Results 18 StableDiffusion-PyTorch issues
Sort by recently updated
recently updated
newest added

Many thanks for your amazing work. Im wondering for the cases of the inpainting do you pass the image and masked image through the same pretrained VAE. and what is...

Thank you so much for sharing! Could you provide insights into the number of epochs required to achieve high-resolution, fine details during VQVAE training for 256x256 RGB images? Additionally, has...

Hi, I would like to apply this model for image super-resolution or restoration. Specifically, I want to try enhancing images that are blurred due to adverse weather conditions. Maybe this...

I am trying to train the model based on my mel spectrogram dataset but I cant seem to find a way to configure the model for that

> I fixed the problem, thank you! > > Hi dear Ariz Mohammadi, > > May I kindly ask how you managed to solve the issue you mentioned? I am...

Hi, This is really a very good repo for learning stable diffusion from scratch. However, I found the missing scaling factor that should have been applied to latent $z$ before...

Thank you for your amazing work. What is the standard number of epochs to train for each model? I have trained an unconditional one for 100 epochs on celebHq, but...

Hi, I love your videos, I have literally watched every single second of them. I would like to ask that here you said in the video that, it now can...