mrcuddle commited on
Commit
9d9f1c8
1 Parent(s): 97e2c6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -39,7 +39,6 @@ def load_and_fuse_lora_weights(pipe, lora_models):
39
 
40
  # List of LoRA models and their corresponding scales
41
  lora_models = [
42
- ("mrcuddle/Character_Design_Helper", "CharacterDesign-FluxV2.safetensors", 0.125),
43
  ("mrcuddle/live2d-model-maker", "LIVE2D-FLUX.safetensors", 0.125)
44
  ]
45
 
 
39
 
40
  # List of LoRA models and their corresponding scales
41
  lora_models = [
 
42
  ("mrcuddle/live2d-model-maker", "LIVE2D-FLUX.safetensors", 0.125)
43
  ]
44