alfredplpl commited on
Commit
02c4472
1 Parent(s): 818ec8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ pipe_normal.load_textual_inversion(state_dict["clip_g"], token="unaestheticXL_Al
26
  pipe_normal.load_textual_inversion(state_dict["clip_l"], token="unaestheticXL_Alb2", text_encoder=pipe_normal.text_encoder, tokenizer=pipe_normal.tokenizer)
27
 
28
  pipe_normal.load_lora_weights("fix_hands.pt")
 
29
 
30
  pipe_normal.to("cuda")
31
 
 
26
  pipe_normal.load_textual_inversion(state_dict["clip_l"], token="unaestheticXL_Alb2", text_encoder=pipe_normal.text_encoder, tokenizer=pipe_normal.tokenizer)
27
 
28
  pipe_normal.load_lora_weights("fix_hands.pt")
29
+ pipe_normal.fuse_lora(lora_scale=0.7)
30
 
31
  pipe_normal.to("cuda")
32