-
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
After updating SD from v1.2.1 > 1.6.1 the sampler PLMS st…
-
Hello!
Thanks, first of all, for the library. It has been of great help to me!
Now, I wanted to discuss a portion of the code that I believe to be erroneous. In class `RolloutGenerator`, functio…
-
Hi! I noticed that the VQ-VAE used in LAPO is not quite standard, at least compared to the popular implementation from https://github.com/lucidrains/vector-quantize-pytorch and https://github.com/Mish…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
I have used this resnet VAE to reconstruct images from a dataset (test and train splitted) but the images are not being reconstructed at all. I have used 50 epochs to train the model and test it on se…
-
Hi! Thank you for your great work! The support in the diffusers codebase really helps!
I also want to know do you have some plans to also support the transparent encoder inference?
Looking forwa…
-
Hey John! Here's the curriculum that I've worked on in the past. It's a bit less focused on language models as a sole topic, and more on modern ML from a broad perspective.
- Essential Concepts of …
zmaas updated
3 months ago
-
I am trying to convert my local model to CoreML and encountered an error after converting the TextEncoder:
```
ERROR - converting 'scaled_dot_product_attention' op (located at: 'text_encoder/text_…
-
# 🌟 New model addition
## Model description
Sparse Transformers (https://openai.com/blog/sparse-transformer/) are one of the two most efficient transformers for long range problems, according to…