galeriarodrigo
commited on
Commit
•
05d8755
1
Parent(s):
d6f295e
Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,39 @@ tags:
|
|
9 |
- Text-to-Image
|
10 |
- flux
|
11 |
- lora
|
|
|
|
|
|
|
12 |
pipeline_tag: text-to-image
|
13 |
widget:
|
14 |
- output:
|
15 |
url: images/2.png
|
16 |
-
text:
|
|
|
|
|
17 |
trigger: soulday style
|
18 |
instance_prompt: soulday style
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Trigger words
|
21 |
|
22 |
You should use `soulday style` to trigger the image generation.
|
@@ -39,5 +64,4 @@ image = pipeline('soulday style, woman with red hair, playing chess at the park,
|
|
39 |
image.save("my_image.png")
|
40 |
```
|
41 |
|
42 |
-
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)
|
43 |
-
|
|
|
9 |
- Text-to-Image
|
10 |
- flux
|
11 |
- lora
|
12 |
+
- soulday
|
13 |
+
- skulls
|
14 |
+
|
15 |
pipeline_tag: text-to-image
|
16 |
widget:
|
17 |
- output:
|
18 |
url: images/2.png
|
19 |
+
text: >-
|
20 |
+
soulday style, woman with red hair, playing chess at the park, parade in the
|
21 |
+
background
|
22 |
trigger: soulday style
|
23 |
instance_prompt: soulday style
|
24 |
+
license: other
|
25 |
+
license_name: flux-1-dev-non-commercial-license
|
26 |
---
|
27 |
+
## About
|
28 |
+
The "soulday style" is a LoRA created from the SoulDay inspired artwork.
|
29 |
+
The style manifests itself in the output image via the trigger word in multiple objects:
|
30 |
+
1. **Faces** The human characters themselves have a particular style.
|
31 |
+
2. **Accessories** It can be seen in human accessories such as glasses, earrings, bracelets, pendants, etc.
|
32 |
+
3. **Clothing** The style is apparent in the clothing.
|
33 |
+
|
34 |
+
</br>
|
35 |
+
One can accentuate the style on a particular object by adding the trigger again before the object e.g. "soulday style shirt"
|
36 |
+
|
37 |
+
## SoulDay
|
38 |
+
SoulDay ($SDY) is a collectible ethereum token project from GaleriaRodrigo.com
|
39 |
+
</br>
|
40 |
+
[Minted tokens](https://magiceden.us/collections/ethereum/0x5c6954f5df48035a6e339ef26f4167cb7e56d021)
|
41 |
+
</br>
|
42 |
+
[Minting tokens](https://soulday.io)
|
43 |
+
|
44 |
+
|
45 |
## Trigger words
|
46 |
|
47 |
You should use `soulday style` to trigger the image generation.
|
|
|
64 |
image.save("my_image.png")
|
65 |
```
|
66 |
|
67 |
+
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)
|
|