Spaces:
Sleeping
Sleeping
Commit
·
92d9f1d
1
Parent(s):
f9cc99b
testing with 2 loras
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def run_lora(prompt, negative_prompt, cfg_scale, steps, selected_index, schedule
|
|
111 |
rounded_square_image = pipe(
|
112 |
prompt="rounded square icon",
|
113 |
image=logo_image, # Pass the generated logo image
|
114 |
-
num_inference_steps=
|
115 |
guidance_scale=cfg_scale,
|
116 |
width=width,
|
117 |
height=height,
|
|
|
111 |
rounded_square_image = pipe(
|
112 |
prompt="rounded square icon",
|
113 |
image=logo_image, # Pass the generated logo image
|
114 |
+
num_inference_steps=10,
|
115 |
guidance_scale=cfg_scale,
|
116 |
width=width,
|
117 |
height=height,
|