multimodalart HF staff commited on
Commit
80e4d04
1 Parent(s): 0b5db90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ def run_lora(prompt, image_input, image_strength, cfg_scale, steps, selected_ind
215
  else:
216
  appends.append(trigger_word)
217
  prompt_mash = " ".join(prepends + [prompt] + appends)
218
-
219
  # Unload previous LoRA weights
220
  with calculateDuration("Unloading LoRA"):
221
  pipe.unload_lora_weights()
 
215
  else:
216
  appends.append(trigger_word)
217
  prompt_mash = " ".join(prepends + [prompt] + appends)
218
+ print("Prompt Mash: ", prompt_mash)
219
  # Unload previous LoRA weights
220
  with calculateDuration("Unloading LoRA"):
221
  pipe.unload_lora_weights()