Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
base_model: CompVis/stable-diffusion-v1-4
|
@@ -9,13 +8,16 @@ tags:
|
|
9 |
- diffusers
|
10 |
- lora
|
11 |
inference: true
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# LoRA text2image fine-tuning - mozci/nonstablediff
|
15 |
-
These are LoRA adaption weights for CompVis/stable-diffusion-v1-4. The weights were fine-tuned on the mozci/tinysketch dataset. You can find some example images in the following.
|
16 |
|
17 |
![img_0](./image_0.png)
|
18 |
![img_1](./image_1.png)
|
19 |
![img_2](./image_2.png)
|
20 |
-
![img_3](./image_3.png)
|
21 |
-
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
base_model: CompVis/stable-diffusion-v1-4
|
|
|
8 |
- diffusers
|
9 |
- lora
|
10 |
inference: true
|
11 |
+
datasets:
|
12 |
+
- mozci/tinysketch
|
13 |
+
library_name: diffusers
|
14 |
+
pipeline_tag: text-to-image
|
15 |
---
|
16 |
|
17 |
# LoRA text2image fine-tuning - mozci/nonstablediff
|
18 |
+
Stable diffusion fine-tuning to achieve simple sketches as the outputs. These are LoRA adaption weights for CompVis/stable-diffusion-v1-4. The weights were fine-tuned on the mozci/tinysketch dataset. You can find some example images in the following.
|
19 |
|
20 |
![img_0](./image_0.png)
|
21 |
![img_1](./image_1.png)
|
22 |
![img_2](./image_2.png)
|
23 |
+
![img_3](./image_3.png)
|
|