Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Update app.py
Browse files
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 |
|