readme update
Browse files- .gitattributes +1 -0
- README.md +24 -1
.gitattributes
CHANGED
@@ -19,6 +19,7 @@
|
|
19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
*.pkl filter=lfs diff=lfs merge=lfs -text
|
|
|
22 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
|
|
19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
23 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -32,7 +32,7 @@ Fine tuning is also performed at fp16, using mutires noise.
|
|
32 |
|
33 |
### Usage
|
34 |
|
35 |
-
Since
|
36 |
If the style is not to your liking, please specify a style such as "anime" or "wator colors" as appropriate.
|
37 |
|
38 |
The format of the caption suggests that a short natural language sentence followed by a comma-separated tags is the most natural way to describe the prompt.
|
@@ -42,6 +42,29 @@ The models do not require underscores for tags in the prompts.
|
|
42 |
|
43 |
CLIP Skip 1 is recommended.
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
## License
|
46 |
|
47 |
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|
|
|
32 |
|
33 |
### Usage
|
34 |
|
35 |
+
Since these models are generic illustration models, the generated images can be in a variety of styles.
|
36 |
If the style is not to your liking, please specify a style such as "anime" or "wator colors" as appropriate.
|
37 |
|
38 |
The format of the caption suggests that a short natural language sentence followed by a comma-separated tags is the most natural way to describe the prompt.
|
|
|
42 |
|
43 |
CLIP Skip 1 is recommended.
|
44 |
|
45 |
+
### Examples (ReFT Rellust 1K)
|
46 |
+
|
47 |
+
![](images/00056-4203630207.png)
|
48 |
+
```
|
49 |
+
solo, 1girl, full body, white background, indoors, from side, short hair, bangs, long sleeves, closed mouth, white hair, jewelry, blush, standing, earrings dress, flower, shirt, blue eyes, hair ornament, skirt, bow
|
50 |
+
Negative prompt: worst quality, low quality, bad anatomy blurry, text
|
51 |
+
Steps: 30, Sampler: UniPC, CFG scale: 7, Seed: 4203630207, Size: 1280x720, Model hash: 7d610c9f1e, Model: Rellust_1K_e3, Denoising strength: 0.55, FreeU Stages: "[{\"backbone_factor\": 1.2, \"skip_factor\": 0.9}, {\"backbone_factor\": 1.4, \"skip_factor\": 0.2}]", CFG Rescale phi: 0, Hires upscale: 1.5, Hires steps: 20, Hires upscaler: Latent, Version: v1.5.1
|
52 |
+
```
|
53 |
+
|
54 |
+
![](images/00052-122211893.png)
|
55 |
+
```
|
56 |
+
wide shot, cosmos, white background, simple background, full body, solo, 1girl, small head, light-brown hair, medium hair, wavy hair, brown eyes, simple dress, casual, slim, strap shoes, cosmos, water colors, pastel colors, light coloring
|
57 |
+
Negative prompt: worst quality, low quality, logo, blurry, text, frame, light particle, water, vivid color, black, messy hair, frills
|
58 |
+
Steps: 30, Sampler: UniPC, CFG scale: 6, Seed: 122211893, Size: 1024x1024, Model hash: 7d610c9f1e, Model: Rellust_1K_e3, Denoising strength: 0.6, FreeU Stages: "[{\"backbone_factor\": 1.2, \"skip_factor\": 0.9}, {\"backbone_factor\": 1.4, \"skip_factor\": 0.2}]", CFG Rescale phi: 0, Hires upscale: 1.5, Hires steps: 20, Hires upscaler: Latent, Version: v1.5.1
|
59 |
+
```
|
60 |
+
|
61 |
+
![](images/00040-3764144276.png)
|
62 |
+
```
|
63 |
+
wide shot, grapes, white background, simple background, full body, solo, 1girl, small head, light-brown hair, medium hair, wavy hair, brown eyes, simple dress, casual, slim, shoes, muscat, water colors, pastel colors, light coloring, grapes
|
64 |
+
Negative prompt: worst quality, low quality, lowres, blurry, text, frame, light particle, water, vivid color, black, messy hair, frills
|
65 |
+
Steps: 30, Sampler: UniPC, CFG scale: 7, Seed: 3764144276, Size: 1024x1024, Model hash: 7d610c9f1e, Model: Rellust_1K_e3, Denoising strength: 0.6, FreeU Stages: "[{\"backbone_factor\": 1.2, \"skip_factor\": 0.9}, {\"backbone_factor\": 1.4, \"skip_factor\": 0.2}]", CFG Rescale phi: 0, Hires upscale: 1.5, Hires steps: 20, Hires upscaler: Latent, Version: v1.5.1
|
66 |
+
```
|
67 |
+
|
68 |
## License
|
69 |
|
70 |
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|