diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

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

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

### Describe the bug I'm trying to install diffusers on my new Windows 11 computer, and it's failing on `DPMSolverMultistepScheduler`, which I thought was merged? ### Reproduction ```bash pip install...

bug
stale

I am trying to do an inference call on A6000 GPU but getting the following error: ``` Creating scheduler Error: signal: floating point exception (core dumped) ``` I get the...

### Model/Pipeline/Scheduler description علاقات عامة ### Open source status - [X] The model implementation is available - [X] The model weights are available (Only relevant if addition is not a...

* one doc page for each stable diffusion pipeline * added docstring examples (text2img, inpaint, img2img, upscale, depth2img)

Make sure only local files are downloaded if `HF_HUB_OFFLINE` is set to a truthy value.

Add missing section headers. README links to docs section about running inference using a saved checkpoint.

### Describe the bug I was trying to get inference for stable diffusion onnx {CompVis/stable-diffusion-v1-4} model, I got stuck at this error image = pipe(prompt).images[0] File "onnx_openvpy39\lib\site-packages\diffusers\pipelines\stable_diffusion\pipeline_onnx_stable_diffusion.py", line 274, in...

bug

### Describe the bug I run into this error when trying to run the flax example of dreambooth exactly as it is instructed https://github.com/huggingface/diffusers/tree/main/examples/dreambooth#running-with-flaxjax the error message is: ```python Traceback...

bug

I have 2 gpus and I would like to use both to train dreambooth without cuda out memory They say that I should use nn.DataParallel , but I don't know...

stale