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

Im on the lastest version and this has done this for a while. when I am using inpaint masked, but then switch from Inpaint sketch to inpaint, having generated both...

Let's assume that SD v2.1 gives me realistic images and all, but I want each of my images to be centered and isolated, meaning alone and possibly with a sense...

change type to attn_type, Fixing bug which doesnot have the variable type. Authors have failed to change it to type to attn_type. Curious if cross attn is not used in...

The timestep embed function currently creates a tensor on cpu and then moves it to GPU which causes a forced device sync every forward pass. This creates it directly on...

Included type hints for better code readability and maintainability. Enhanced docstrings in the DPMSolverSampler class for a clearer understanding.

Hi there, thanks for your work. I'm just wondering, is there a way to train the model in this repository, not using huggingface? It'd be great if you could provide...

This PR enhances the append_dims function by adding type hints and improving the error message for better clarity. These changes do not impact the core functionality of the code but...