akashgokul
commited on
Commit
•
f9608d9
1
Parent(s):
7ee83b5
Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ library_name: diffusers
|
|
9 |
</p>
|
10 |
|
11 |
|
12 |
-
This model is fine-tuned from
|
13 |
|
14 |
|
15 |
### Usage
|
16 |
-
```
|
17 |
import torch
|
18 |
from diffusers import AutoencoderKL, UNet2DConditionModel, DiffusionPipeline
|
19 |
vae_path = model_name = "runwayml/stable-diffusion-v1-5"
|
|
|
9 |
</p>
|
10 |
|
11 |
|
12 |
+
This model is fine-tuned from Stable Diffusion v1-5 on Pick-a-Pic v2 dataset using KTO.
|
13 |
|
14 |
|
15 |
### Usage
|
16 |
+
```python
|
17 |
import torch
|
18 |
from diffusers import AutoencoderKL, UNet2DConditionModel, DiffusionPipeline
|
19 |
vae_path = model_name = "runwayml/stable-diffusion-v1-5"
|