stable-diffusion-pytorch
stable-diffusion-pytorch copied to clipboard
Yet another PyTorch implementation of Stable Diffusion (probably easy to read)
Hello @kjsman , another PR to fix a small issue related to a missing check on the sampler passed to the pipeline and to add a progress bar, which might...
Hello @kjsman, this is more a feature proposal than an actual issue. Instead of requiring the user to download and open the tar file containing the weights and the vocabulary...
Thank you for sharing awesome code! Do you have a plan to implement training code?
Thank you for making this repo its very educational. This minimal implementation is brilliant. The bigger SD repos are very hard to understand. Did you have a script to convert...
- Add checkpoint_loader based on code from https://github.com/kjsman/stable-diffusion-pytorch/issues/7#issuecomment-1426839447 - Add example program
Hello, @kjsman, thanks for this easily readable implementation. I have a question: am I correct that I should scale the input with a sampler before passing the image to the...
Hi, thanks for your coding. but i don't find the `downsample` operation.
Is there sdxl simplified code?
I hope this message finds you well. I recently came across your repository for Stable Diffusion in PyTorch and I must say, your effort in making the codebase minimal, and...