Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,8 @@ def load_and_fuse_lora_weights(pipe, lora_models):
|
|
38 |
|
39 |
# List of LoRA models and their corresponding scales
|
40 |
lora_models = [
|
41 |
-
("mrcuddle/Character_Design_Helper", "CharacterDesign-FluxV2.safetensors", 0.
|
42 |
-
("
|
43 |
-
("mrcuddle/live2d-model-maker", "LIVE2D-FLUX.safetensors", 0.18)
|
44 |
]
|
45 |
|
46 |
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
|
|
|
38 |
|
39 |
# List of LoRA models and their corresponding scales
|
40 |
lora_models = [
|
41 |
+
("mrcuddle/Character_Design_Helper", "CharacterDesign-FluxV2.safetensors", 0.125),
|
42 |
+
("mrcuddle/live2d-model-maker", "LIVE2D-FLUX.safetensors", 0.125)
|
|
|
43 |
]
|
44 |
|
45 |
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
|