animanatwork
commited on
Commit
•
66cfb00
1
Parent(s):
18a1a6c
Update README.md
Browse files
README.md
CHANGED
@@ -23,15 +23,26 @@ should probably proofread and complete it, then remove this comment. -->
|
|
23 |
|
24 |
|
25 |
# LoRA text2image fine-tuning - animanatwork/illustrations-lora
|
26 |
-
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the animanatwork/text_to_image_dataset dataset.
|
27 |
|
28 |
-
|
29 |
-
![img_1](./image_1.png)
|
30 |
-
![img_2](./image_2.png)
|
31 |
-
![img_3](./image_3.png)
|
32 |
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
## Intended uses & limitations
|
36 |
|
37 |
#### How to use
|
|
|
23 |
|
24 |
|
25 |
# LoRA text2image fine-tuning - animanatwork/illustrations-lora
|
26 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the animanatwork/text_to_image_dataset dataset.
|
27 |
|
28 |
+
Some images from the dataset:
|
|
|
|
|
|
|
29 |
|
30 |
+
<div style="display: flex; justify-content: space-between;">
|
31 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/66297c313291276a14318d23/fHCi3t9AlK5AasMt_K0nh.png" width="30%" />
|
32 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/66297c313291276a14318d23/fYdTOG8QKtUHKvDOBw40r.png" width="30%" />
|
33 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/66297c313291276a14318d23/IXx2U6cM0SH4CFGw1qmjE.png" width="30%" />
|
34 |
+
</div>
|
35 |
|
36 |
|
37 |
+
Some images generated from the model:
|
38 |
+
|
39 |
+
<div style="display: flex; justify-content: space-between;">
|
40 |
+
<img src="./image_0.png" width="25%" />
|
41 |
+
<img src="./image_1.png" width="25%" />
|
42 |
+
<img src="./image_2.png" width="25%" />
|
43 |
+
<img src="./image_3.png" width="25%" />
|
44 |
+
</div>
|
45 |
+
|
46 |
## Intended uses & limitations
|
47 |
|
48 |
#### How to use
|