Spaces:
Running on Zero
Running on Zero
daKhosa commited on
Commit ·
6cf6261
1
Parent(s): 25d5de2
Activate 10Eros LoRA at strength 0.8
Browse files- generate.py +2 -1
generate.py
CHANGED
|
@@ -85,8 +85,9 @@ def main():
|
|
| 85 |
"input_video_strength": 1.0,
|
| 86 |
"activated_loras": [
|
| 87 |
"sulphur_experimental_lora_v1.safetensors",
|
|
|
|
| 88 |
],
|
| 89 |
-
"loras_multipliers": ["0.5"],
|
| 90 |
}
|
| 91 |
|
| 92 |
p(f"Model: {model_type}")
|
|
|
|
| 85 |
"input_video_strength": 1.0,
|
| 86 |
"activated_loras": [
|
| 87 |
"sulphur_experimental_lora_v1.safetensors",
|
| 88 |
+
"10Eros_v1-fp8mixed_learned.safetensors",
|
| 89 |
],
|
| 90 |
+
"loras_multipliers": ["0.5", "0.8"],
|
| 91 |
}
|
| 92 |
|
| 93 |
p(f"Model: {model_type}")
|