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

Hi, Is the "clip skip" feature supported by the Stable diffusion pipelines? Just did a little bit of search on the documentation of StableDiffusionPipeline but found nothing related. See: [Using...

Hi, Have come across LoRA for diffusion models. It might be right for diffusers to collaborate and later get to one single diffusers SDK as Dreambooth is supported here as...

Add logger flag to choose between tensorboard and wandb for a minimal implementation Removed remainder of logging code to rediscuss for future. Hyperlinked is a commit which will show an...

### Describe the bug Now, i have working environment where i see community pipelines get's updated without any explicit updates. And now all production code has stopped working. I am...

bug

### Describe the bug Text embeddings intended to be frozen/unchanged, but it doesn't happen. First embedding trains against real embeddings, but as training go on, word embeddings decays to zero....

bug
stale

Hi, I'm one of the developers of [InvokeAI](https://github.com/invoke-ai/InvokeAI), a Stable Diffusion web UI targetting professionals and content creation industry use cases. We are migrating from a CompVis to a Diffusers...

It appears that the `seed` argument is missing from v2* of `StableDiffusionPipeline()`. https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L397 If this is correct, I recommend editing the `generator: Optional[torch.Generator] = None` to include the option of...

Hey AI Trainers and other peculiarities. This is my first PR to Diffusers (I think, at least the first with an actual new feature). It's an upscaling feature that trades...

### Describe the bug The model hub seems to be having a bad time at the moment. That's a bummer, but I expect my application should still work fine in...

bug