Spaces:
Running
on
Zero
Running
on
Zero
Update loras.py
Browse files
loras.py
CHANGED
|
@@ -118,6 +118,33 @@ loras = [
|
|
| 118 |
"Try with <lora:Flux\chinfixer-2000.safetensors:1.0:1.0> at the end of prompt"
|
| 119 |
)
|
| 120 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
LoRA(
|
| 122 |
id="X-HighVoltage-X/No-Shine", name="No Shine", display_name="No Shine", keyword="noshine"
|
| 123 |
),
|
|
|
|
| 118 |
"Try with <lora:Flux\chinfixer-2000.safetensors:1.0:1.0> at the end of prompt"
|
| 119 |
)
|
| 120 |
),
|
| 121 |
+
LoRA(
|
| 122 |
+
id="X-HighVoltage-X/cultures-flux-v3",
|
| 123 |
+
name="better faces cultures v3",
|
| 124 |
+
display_name="better faces cultures v3",
|
| 125 |
+
url="https://civitai.com/models/119376?modelVersionId=1228102",
|
| 126 |
+
notes=(
|
| 127 |
+
"include a diverse range of cultures and ethnicities.\n"
|
| 128 |
+
"aborigines, african, arab, arctic, brazilian, chinese, egyptian, finish\n"
|
| 129 |
+
"german, havaiian, indian, japanese, mongolian, russian, western.\n"
|
| 130 |
+
"responds to age prompts like __yo for 20yo, 30yo, 40yo.\n"
|
| 131 |
+
"Weight: start with 0.3"
|
| 132 |
+
)
|
| 133 |
+
),
|
| 134 |
+
LoRA(
|
| 135 |
+
id="X-HighVoltage-X/cultures-Portait-FLUX",
|
| 136 |
+
name="better faces cultures FLUX Portait",
|
| 137 |
+
display_name="better faces cultures FLUX Portait",
|
| 138 |
+
url="https://civitai.com/models/119376?modelVersionId=779782",
|
| 139 |
+
notes=(
|
| 140 |
+
"include a diverse range of cultures and ethnicities.\n"
|
| 141 |
+
"aborigines, african, arab, arctic, brazilian, chinese, egyptian, finish\n"
|
| 142 |
+
"german, havaiian, indian, japanese, mongolian, russian, western.\n"
|
| 143 |
+
"responds to age prompts like __yo for 20yo, 30yo, 40yo.\n"
|
| 144 |
+
"Weight: start with 0.3"
|
| 145 |
+
)
|
| 146 |
+
),
|
| 147 |
+
|
| 148 |
LoRA(
|
| 149 |
id="X-HighVoltage-X/No-Shine", name="No Shine", display_name="No Shine", keyword="noshine"
|
| 150 |
),
|