Spaces:
Runtime error
Runtime error
Commit
•
a8d5a97
1
Parent(s):
6b7c1b1
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def merge_incompatible_lora(full_path_lora, lora_scale):
|
|
136 |
gc.collect()
|
137 |
|
138 |
def run_lora(prompt, negative, lora_scale, selected_state, progress=gr.Progress(track_tqdm=True)):
|
139 |
-
global last_lora, last_merged, pipe
|
140 |
|
141 |
if negative == "":
|
142 |
negative = None
|
|
|
136 |
gc.collect()
|
137 |
|
138 |
def run_lora(prompt, negative, lora_scale, selected_state, progress=gr.Progress(track_tqdm=True)):
|
139 |
+
global last_lora, last_merged, last_fused, pipe
|
140 |
|
141 |
if negative == "":
|
142 |
negative = None
|