update README.md
Browse files- README.md +6 -3
- docs/imgs/7.png +0 -0
README.md
CHANGED
@@ -11,12 +11,12 @@ tags:
|
|
11 |
- control-lora
|
12 |
inference: true
|
13 |
---
|
14 |
-
# ControlLoRA text2image fine-tuning - Official Repository
|
15 |
-
These are ControlLoRA adaption weights for [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5).
|
16 |
|
17 |
With ControlLoRA, a simple and small (~7M parameters, ~25M storage space) network, you could control the spatial information of stable diffusion.
|
18 |
|
19 |
-
Each of the weights is fine-tuned on the [
|
20 |
|
21 |
You can find some example images in the following.
|
22 |
|
@@ -36,3 +36,6 @@ beautiful - n 9, by Eric Dinyer, young child, midlands*
|
|
36 |
"vladimir kush, giger, roger dean, 8 k*
|
37 |
|
38 |
I also uploaded a lora model fine-tuned on my selfies with 2k steps which could be use in the experiment of mixing LoRA and ControlLoRA.
|
|
|
|
|
|
|
|
11 |
- control-lora
|
12 |
inference: true
|
13 |
---
|
14 |
+
# ControlLoRA text2image fine-tuning - Official Model Repository
|
15 |
+
These are ControlLoRA adaption weights for [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5). You can find the code repository in [HighCWu/ControlLoRA](https://github.com/HighCWu/ControlLoRA).
|
16 |
|
17 |
With ControlLoRA, a simple and small (~7M parameters, ~25M storage space) network, you could control the spatial information of stable diffusion.
|
18 |
|
19 |
+
Each of the weights is fine-tuned on the [diffusiondb_2m_first_5k_canny](https://huggingface.co/datasets/HighCWu/diffusiondb_2m_first_5k_canny) and [mpii_100_openpose](https://huggingface.co/datasets/HighCWu/mpii_100_openpose) datasets with 30k steps on RTX4080 in 3 hours.
|
20 |
|
21 |
You can find some example images in the following.
|
22 |
|
|
|
36 |
"vladimir kush, giger, roger dean, 8 k*
|
37 |
|
38 |
I also uploaded a lora model fine-tuned on my selfies with 2k steps which could be use in the experiment of mixing LoRA and ControlLoRA.
|
39 |
+
|
40 |
+
![img_{i}](./docs/imgs/7.png)
|
41 |
+
*portrait of female HighCWu as a cute pink hair girl*
|
docs/imgs/7.png
ADDED