mrcuddle commited on
Commit
9bb95c8
·
verified ·
1 Parent(s): 674f7a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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.8),
42
- ("ByteDance/Hyper-SD", "Hyper-FLUX.1-dev-8steps-lora.safetensors", 0.8),
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)