kaytoo2022 commited on
Commit
b2b0b82
·
verified ·
1 Parent(s): 9b81854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ pipe.load_lora_weights(lora_repo, adapter_name='kaytoo')
19
 
20
  # ghibsky
21
  lora_repo_2 = "aleksa-codes/flux-ghibsky-illustration"
22
- pipe.load_lora_weights(lora_repo_ghibsky, adapter_name='lora_2')
23
 
24
  pipe.set_adapters(["kaytoo", "lora_2"], adapter_weights=[0.85, 0])
25
 
 
19
 
20
  # ghibsky
21
  lora_repo_2 = "aleksa-codes/flux-ghibsky-illustration"
22
+ pipe.load_lora_weights(lora_repo_2, adapter_name='lora_2')
23
 
24
  pipe.set_adapters(["kaytoo", "lora_2"], adapter_weights=[0.85, 0])
25