diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
Hello [L312](https://github.com/huggingface/diffusers/blob/cde0ed162a127b17f1b4d4b16ff7f736cf04e690/src/diffusers/models/resnet.py#L312) in `use_conv=False` is it correct ? if correct, then this line is same to [`fir=='sde_vp'`](https://github.com/huggingface/diffusers/blob/cde0ed162a127b17f1b4d4b16ff7f736cf04e690/src/diffusers/models/resnet.py#L310). I think `use_conv=True` is correct.. Also, [L320](https://github.com/huggingface/diffusers/blob/cde0ed162a127b17f1b4d4b16ff7f736cf04e690/src/diffusers/models/resnet.py#L320) in `use_conv=True` is correct.
Hi, Thanks for this amazing repository! I am currently training Glide using the script `train_glide_text_to_image.py`. However, the generated images do not make sense and no matter the text prompt, the...
Running the example codes i see that the CPU and not the GPU is used, is there a way to use GPU instead
Added a new model file to add functionality for [this paper](https://github.com/MinkaiXu/GeoDiff) that does molecule generation via diffusion. Pretrained models available are for two tasks, `drugs` and `qm9`: ```python model1 =...
Will this library be similar to transformers and include TensorFlow and Flax implementations at some point?
init_git_repo expects some arguments which are not very clear (e.g. you need to pass `local_rank` which is not very obvious when the functions is creating a git repo). cc @anton-l
Hi, Thanks for a fantastic model but when I am installing it on Colab, It throws the below error. `ImportError: LDMTextToImagePipeline requires the transformers library but it was not found...
Creating the PR to add back in the RL code when ready. This contains the model to run inference for Janner et. al's [Diffuser](https://github.com/jannerm/diffuser), with the accompanying [colab](https://colab.research.google.com/drive/1TmBmlYeKUZSkUZoJqfBmaicVTKx6nN1R?usp=sharing). _**work in...
Running the training colab fails when pushing to the Hub with ``` FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/diffusers/utils/model_card_template.md' ``` Doing ``` !ls /usr/local/lib/python3.7/dist-packages/diffusers/utils/ ``` gives ``` dummy_transformers_and_inflect_and_unidecode_objects.py...
Traceback (most recent call last): File "scripts/train.py", line 1, in import diffuser.utils as utils File "/mnt/d/RL/UCSC/diffuser/diffuser/utils/__init__.py", line 4, in from .setup import * File "/mnt/d/RL/UCSC/diffuser/diffuser/utils/setup.py", line 6, in from tap...