DiZH797 commited on
Commit
e8668d7
·
verified ·
1 Parent(s): b157044

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def infer(
97
  progress=gr.Progress(track_tqdm=True),
98
  ):
99
  # получаем/загружаем нужный pipe
100
- pipe = get_pipe(model_id)
101
 
102
  # при желании можно подменить scheduler по имени (опционально)
103
  if scheduler_name:
 
97
  progress=gr.Progress(track_tqdm=True),
98
  ):
99
  # получаем/загружаем нужный pipe
100
+ pipe = get_pipe(model_id, lora_scale)
101
 
102
  # при желании можно подменить scheduler по имени (опционально)
103
  if scheduler_name: