stablediffusion icon indicating copy to clipboard operation
stablediffusion copied to clipboard

High-Resolution Image Synthesis with Latent Diffusion Models

Results 342 stablediffusion issues
Sort by recently updated
recently updated
newest added

I wonder whether stable diffusion support .safetensor as model input? /root/share/stablediffusion/scripts/txt2img.py:30: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It...

Hi there, my question is simple. https://github.com/Stability-AI/stablediffusion/blob/cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf/ldm/models/diffusion/ddpm.py#L380 On the link above, why the mse loss or whatever loss is computed over a pure Gaussian noise, which matches the noise of...