alexgambashidze
commited on
Commit
•
fa44e07
1
Parent(s):
452c10f
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ Combining Noise-Conditioned Perception with DPO significantly outperforms baseli
|
|
7 |
|
8 |
We publish LoRA weights that are trained for 10 H100 GPU hours on a small subset of a Pick-a-Picv2 dataset. We removed all non-absolute winners for each prompt and our final prompts and image ids can be found [here](https://drive.google.com/file/d/1q1fvItyLq2YI_O6oNLyNYiB9opeZLYdB/view?usp=sharing)
|
9 |
|
|
|
|
|
10 |
To try our LoRA weights and compare with a baseline:
|
11 |
```python
|
12 |
from diffusers import DiffusionPipeline
|
|
|
7 |
|
8 |
We publish LoRA weights that are trained for 10 H100 GPU hours on a small subset of a Pick-a-Picv2 dataset. We removed all non-absolute winners for each prompt and our final prompts and image ids can be found [here](https://drive.google.com/file/d/1q1fvItyLq2YI_O6oNLyNYiB9opeZLYdB/view?usp=sharing)
|
9 |
|
10 |
+
training code: https://github.com/sakharok13/Aligning-Stable-Diffusion-with-Noise-Conditioned-Perception
|
11 |
+
|
12 |
To try our LoRA weights and compare with a baseline:
|
13 |
```python
|
14 |
from diffusers import DiffusionPipeline
|