Alex McKinney

Results 23 issues of Alex McKinney

Hi, just a beginner with diffusion models and have been using your implementations as reference. I have a question about [this class](https://github.com/huggingface/diffusers/blob/3a32b8c916beced18f721f1c95f9cbd6c4c4aacb/src/diffusers/models/embeddings.py#L94) Why is `requires_grad` set to false in the...

Feature request for AMP support in VQ-VAE training. So far, I tried naively modifying the `train` function in `train_vqvae.py` like so: ```python # ... for i, (img, label) in enumerate(loader):...

I think this resolves #2 but I am not completely confident in my implementation.

I made this project quite a while ago and despite it not being up to my current standards, it seems to have garnered the most interest out of anything else...

### Model/Pipeline/Scheduler description Perhaps you already have something in the works for this, but I couldn't see an existing issue for this. Stable Diffusion 2 [just got released](https://stability.ai/blog/stable-diffusion-v2-release) on a...

- Corrects example usage (see #1114 , thanks @socathie !) - Adds example inputs and results

- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** I am trying to use a segmentation...

enhancement

- [X] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** I'd like to be able to select...

new component
needs designing

# What does this PR do? This is a work-in-progress port of Llama to Flax, leaving it as a draft PR for now. The implementation is based heavily off the...

Greetings, I would like to train a complex-valued Mamba model. As far as I can tell from the repository, the SSM op and kernel both support complex valued inputs, but...