Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,57 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
tags:
|
4 |
+
- stable-diffusion
|
5 |
+
- text-to-image
|
6 |
---
|
7 |
+
---
|
8 |
+
|
9 |
+
# Glow n Flow (P4A)
|
10 |
+
|
11 |
+
trained with kohya_ss (edg settings)
|
12 |
+
|
13 |
+
dana_ulama dataset deviantart.com/dana-ulama/gallery
|
14 |
+
|
15 |
+
kelvinsf dataset deviantart.com/kelvinsf/gallery/86790128/fluid-sculpture
|
16 |
+
|
17 |
+
trigger "p4a psychedelic" + EasyNegative
|
18 |
+
|
19 |
+
huggingface.co/LibreSD/Various/resolve/main/EasyNegative.safetensors
|
20 |
+
|
21 |
+
huggingface.co/LibreSD/Various/resolve/main/EasyNegativeV2.safetensors
|
22 |
+
|
23 |
+
---
|
24 |
+
|
25 |
+
# Merge Info
|
26 |
+
|
27 |
+
GnF64
|
28 |
+
- step1 = dana_ulama 0.6 + kelvinsf 0.4
|
29 |
+
- step2_a = step1-camelliamix_v3 0.6 + step1-greymix_v2 0.4
|
30 |
+
- step2_b = step1-counterfeit_v3 0.6 + step1-nabimix_v2 0.4
|
31 |
+
- gnf64_v1_a = step2_a 0.6 + step2_b 0.4
|
32 |
+
- gnf64_v1_b = step2_b 0.6 + step2_a 0.4
|
33 |
+
|
34 |
+
GnF82
|
35 |
+
- step1 = dana_ulama 0.8 + kelvinsf 0.2
|
36 |
+
- step2_a = step1-camelliamix_v3 0.6 + step1-greymix_v2 0.4
|
37 |
+
- step2_b = step1-counterfeit_v3 0.6 + step1-nabimix_v2 0.4
|
38 |
+
- gnf82_v1_a = step2_a 0.6 + step2_b 0.4
|
39 |
+
- gnf82_v1_b = step2_b 0.6 + step2_a 0.4
|
40 |
+
|
41 |
+
P4A Glow
|
42 |
+
- step1 = [p4a-step2](https://huggingface.co/Powidl43/psychedelic/tree/main/step2-merge) 0.6 + dana_ulama 0.4
|
43 |
+
- step2_a = step1-camelliamix_v3 0.6 + step1-greymix_v2 0.4
|
44 |
+
- step2_b = step1-counterfeit_v3 0.6 + step1-nabimix_v2 0.4
|
45 |
+
- p4a_glow_v1_a = step2_a 0.6 + step2_b 0.4
|
46 |
+
- p4a_glow_v1_b = step2_b 0.6 + step2_a 0.4
|
47 |
+
|
48 |
+
P4A Flow
|
49 |
+
- step1 = [p4a-step2](https://huggingface.co/Powidl43/psychedelic/tree/main/step2-merge) 0.6 + kelvinsf 0.4
|
50 |
+
- step2_a = step1-camelliamix_v3 0.6 + step1-greymix_v2 0.4
|
51 |
+
- step2_b = step1-counterfeit_v3 0.6 + step1-nabimix_v2 0.4
|
52 |
+
- p4a_flow_v1_a = step2_a 0.6 + step2_b 0.4
|
53 |
+
- p4a_flow_v1_b = step2_b 0.6 + step2_a 0.4
|
54 |
+
|
55 |
+
---
|
56 |
+
|
57 |
+
base models and other essentials huggingface.co/LibreSD
|