Update README.md
Browse files
README.md
CHANGED
@@ -7,9 +7,18 @@ tags:
|
|
7 |
- lora
|
8 |
- template:sd-lora
|
9 |
widget:
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
14 |
instance_prompt: in the style of reddish
|
15 |
license: openrail++
|
@@ -21,7 +30,10 @@ license: openrail++
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
|
|
|
|
|
|
25 |
|
26 |
## Download model
|
27 |
|
@@ -46,16 +58,23 @@ image = pipeline('in the style of reddish').images[0]
|
|
46 |
|
47 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
## Trigger words
|
50 |
|
51 |
-
You should use in the style of reddish to trigger the image generation.
|
52 |
|
53 |
## Details
|
54 |
All [Files & versions](/reddish/tree/main).
|
55 |
|
56 |
The weights were trained using [🧨 diffusers Advanced Dreambooth Training Script](https://github.com/huggingface/diffusers/blob/main/examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py).
|
57 |
|
58 |
-
LoRA for the text encoder was enabled
|
59 |
|
60 |
Pivotal tuning was enabled: False.
|
61 |
|
|
|
7 |
- lora
|
8 |
- template:sd-lora
|
9 |
widget:
|
10 |
+
- text: in the style of reddish
|
11 |
+
output:
|
12 |
+
url: 000.png
|
13 |
+
- text: Face closeup, Beautiful young woman
|
14 |
+
output:
|
15 |
+
url: 001.png
|
16 |
+
- text: a woman with sunglasses
|
17 |
+
output:
|
18 |
+
url: 002.png
|
19 |
+
- text: a girl
|
20 |
+
output:
|
21 |
+
url: 003.png
|
22 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
23 |
instance_prompt: in the style of reddish
|
24 |
license: openrail++
|
|
|
30 |
|
31 |
## Model description
|
32 |
|
33 |
+
- **Model Name:** Reddish
|
34 |
+
- **Model Type:** LoRA (Low-Rank Adaptation)
|
35 |
+
- **Model Version:** 1.0
|
36 |
+
- **Author:** [M.Cihan Yalçın](https://www.linkedin.com/in/chanyalcin/)
|
37 |
|
38 |
## Download model
|
39 |
|
|
|
58 |
|
59 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
60 |
|
61 |
+
## Performance
|
62 |
+
The Reddish model excels in producing images with the following characteristics:
|
63 |
+
|
64 |
+
* **High-Quality Faces:** Detailed and realistic facial features.
|
65 |
+
* **Reddish Style:** Warm tones with a focus on elegance and beauty.
|
66 |
+
* **Artistic Elements:** Incorporates creative and artistic elements such as lighting effects and detailed accessories.
|
67 |
+
|
68 |
## Trigger words
|
69 |
|
70 |
+
You should use **in the style of reddish** to trigger the image generation.
|
71 |
|
72 |
## Details
|
73 |
All [Files & versions](/reddish/tree/main).
|
74 |
|
75 |
The weights were trained using [🧨 diffusers Advanced Dreambooth Training Script](https://github.com/huggingface/diffusers/blob/main/examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py).
|
76 |
|
77 |
+
LoRA for the text encoder was enabled: True.
|
78 |
|
79 |
Pivotal tuning was enabled: False.
|
80 |
|