diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.

Results 1293 diffusers issues
Sort by recently updated
recently updated
newest added

We currently do not have a unified API that makes sure that for pipelines that accept image inputs that image input and output format always stay the same. This PR...

[Pix2Pix Zero](https://pix2pixzero.github.io/) presents a wonderful idea for editing the objects in a generated image with finer controls. Some really amazing results: ![image](https://user-images.githubusercontent.com/22957388/218379221-d6b29314-e473-4940-8c41-5d63e5907cba.png) ![image](https://user-images.githubusercontent.com/22957388/218379236-629793e8-3d69-44e9-9865-533522ff0197.png) The code for Pix2Pix Zero is available...

hi team, Im making many experiments fine tuning SD with dreambooth and I want to load the models directly from my local disk, im using the code from : https://github.com/nateraw/stable-diffusion-videos...

stale

I am wondering if I can change the default clip model to run my training and if so, how?

Adds an option to set pipeline dtype along with the device using the pipeline `to()` method. I added some basic tests to check it does not affect the results, and...

### Describe the bug The tiny stable diffusion pipeline we use for some tests throws an error when used with the safety checker. It currently doesn't throw an error in...

bug

The CLIP guided text2img is pretty good. Would be nice to be able to use it for img2img

good first issue
community-examples

The module with `PipelineTesterMixin` already sets this. We shouldn't repeatedly set this in all tests and instead consolidate where we set it

### Describe the bug scheduling_deis_multistep is almost a drop in replacement for scheduling_ddpm however it lacks the get_velocity function from scheduling_ddpm. In the project I am working on the lack...

bug

Hi! It seems like there is no more need to resize the init image and mask so rough - it's possible to use resolutions that are not multiples of 32....