Update app.py
Browse files
app.py
CHANGED
@@ -339,7 +339,7 @@ def generate_image(
|
|
339 |
use_latent_sblora_control = True
|
340 |
image = generate_from_test_sample(
|
341 |
test_sample, model.pipe, model.config,
|
342 |
-
num_inference_steps=num_inference_steps
|
343 |
num_images=num_images,
|
344 |
target_height=target_height,
|
345 |
target_width=target_width,
|
|
|
339 |
use_latent_sblora_control = True
|
340 |
image = generate_from_test_sample(
|
341 |
test_sample, model.pipe, model.config,
|
342 |
+
num_inference_steps=num_inference_steps,
|
343 |
num_images=num_images,
|
344 |
target_height=target_height,
|
345 |
target_width=target_width,
|