animanatwork
commited on
Commit
•
2e0a5a7
1
Parent(s):
66cfb00
Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,6 @@ base_model: runwayml/stable-diffusion-v1-5
|
|
18 |
inference: true
|
19 |
---
|
20 |
|
21 |
-
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
22 |
-
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.
|
@@ -34,7 +31,7 @@ Some images from the dataset:
|
|
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%" />
|
@@ -44,6 +41,7 @@ Some images generated from the model:
|
|
44 |
</div>
|
45 |
|
46 |
## Intended uses & limitations
|
|
|
47 |
|
48 |
#### How to use
|
49 |
|
@@ -57,4 +55,8 @@ Some images generated from the model:
|
|
57 |
|
58 |
## Training details
|
59 |
|
|
|
|
|
|
|
|
|
60 |
[TODO: describe the data used to train the model]
|
|
|
18 |
inference: true
|
19 |
---
|
20 |
|
|
|
|
|
|
|
21 |
|
22 |
# LoRA text2image fine-tuning - animanatwork/illustrations-lora
|
23 |
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the animanatwork/text_to_image_dataset dataset.
|
|
|
31 |
</div>
|
32 |
|
33 |
|
34 |
+
Some images generated from the model using the prompt: "a stylized illustration of a woman sitting in a comfortable chair, reading a book. She is wearing a hat, and her expression appears focused and calm. A black cat is also depicted, sitting beside her and looking at the book, suggesting a shared moment of quiet and companionship. The woman is dressed in a casual outfit with yellow shoes, and the overall color scheme is simple, using black, white, and yellow. The setting seems cozy and peaceful, ideal for reading."
|
35 |
|
36 |
<div style="display: flex; justify-content: space-between;">
|
37 |
<img src="./image_0.png" width="25%" />
|
|
|
41 |
</div>
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
+
Do NOT use in production. This model was purely created for research purposes.
|
45 |
|
46 |
#### How to use
|
47 |
|
|
|
55 |
|
56 |
## Training details
|
57 |
|
58 |
+
- The model was trained on the "animanatwork/text_to_image_dataset" dataset using 10_000 training step (default is 15_000) and took several hours to train. For more details see [Colab notebook](https://colab.research.google.com/drive/1CePJWR2sfYW-w0oPuiIdJzuc82Z6yYHt#scrollTo=QzKEQJYkUv2Q).
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
[TODO: describe the data used to train the model]
|