diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
Mostly involves supporting a v_prediction scheduler. The implementation in #1777 doesn't take into account a recent refactor of `scheduling_utils_flax`, so this should be used instead.
**Is your feature request related to a problem? Please describe.** When trying to call scheduler.step with multiple timesteps it throws an error: `Boolean value of Tensor with more than one...
Fix inconsistencies between code and comments in the function 'preprocess'
I would like to contribute to translating the documentation into Korean. It seems that there is a version and language selection in the docs, but only EN is currently supported....
### Describe the bug If multiple users attempt to share the same models cache (e.g., on a company internal shared file system), custom pipelines fail to load. As encountered in...
### Describe the bug Flax UNet currently doesn't support dropout ### Reproduction _No response_ ### Logs _No response_ ### System Info Main
Hi, As mentioned in https://huggingface.co/docs/diffusers/training/unconditional_training, I am trying to fine-tune on the CartoonSet[https://google.github.io/cartoonset/] dataset. However, after training for 100 epochs, on inspecting via Tensorboard, I still see only noise being...
I am trying to finetune a dreambooth model using diffusers repo. GPU: **A6000 48GB VRAM** but getting the following error: ``` torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 1.50...
### Describe the bug https://github.com/huggingface/diffusers/blob/9f8c915a756cf937a428186a2af8cc56f029f689/src/diffusers/models/attention.py#L305 https://github.com/huggingface/diffusers/blob/9f8c915a756cf937a428186a2af8cc56f029f689/src/diffusers/models/attention.py#L468 I have users that have xformer pre-compiled, but it not always work on their local computer. I do my own tests before calling set_use_memory_efficient_attention_xformers,...