-
Hi,
Is there a way to make the latent diffusion model able to get the context from any modality (that would be user defined) with a training script associated to this ? (modality as features, text or…
-
Hi, thanks for this excellent work! :)
Do you plan to share a trainer for the stable diffusion model?
-
Does this potentially support fine-tuning the diffusion model, as in the dreambooth paper?
-
all output images look like this after training the 768 model
https://imgur.com/a/Gc4rQ07
-
Add int8 support to the MIGraphX Execution Provider targeting for ROCm 6.0
Leverage the use of DLM tests to verify this with models like distilgpt2
- [x] Add changes to MIGraphX EP for int 8
-…
-
### 🐛 Describe the bug
Division-by-zero correctly returns Inf on-CPU:
```python
(torch.tensor([1], device='cpu')/0).item()
# inf
torch.isinf(torch.tensor([1], device='cpu')/0).any().item()
# T…
-
is it possible to reduce size?
-
Hello, I am getting much better results using the `--train_text_encoder` flag with the Dreambooth script. However, the actual outputed LoRa `.pt` files from models trained with `train_text_encoder` gi…
-
Hi,
First of all, thank you for this project and all the other open source projects you're doing. I'm a big fan of your work.
I was training with the latest version on LibriSpeech dataset and lo…
-
# Project Picasso - a multithreading runtime for Nim
_"Good artists borrow, great artists steal." -- Pablo Picasso_
## Introduction
The Nim destructors and new runtime were introduced
to pro…