Spaces:
Sleeping
Sleeping
George Krupenchenkov
commited on
Commit
·
5dd224a
1
Parent(s):
9ca63ee
add hw6 markups
Browse files
app.py
CHANGED
@@ -62,9 +62,12 @@ def infer(
|
|
62 |
randomize_seed=False,
|
63 |
width=512,
|
64 |
height=512,
|
65 |
-
|
66 |
-
|
|
|
|
|
67 |
lora_enable=True,
|
|
|
68 |
|
69 |
controlnet_enable=False,
|
70 |
control_mode="Line Art",
|
@@ -77,9 +80,6 @@ def infer(
|
|
77 |
|
78 |
|
79 |
torch_dtype=torch_dtype,
|
80 |
-
seed=42,
|
81 |
-
guidance_scale=7,
|
82 |
-
num_inference_steps=50,
|
83 |
progress=gr.Progress(track_tqdm=True),
|
84 |
):
|
85 |
if randomize_seed:
|
|
|
62 |
randomize_seed=False,
|
63 |
width=512,
|
64 |
height=512,
|
65 |
+
seed = 488,
|
66 |
+
guidance_scale=7,
|
67 |
+
num_inference_steps=50,
|
68 |
+
|
69 |
lora_enable=True,
|
70 |
+
lora_scale=0.8,
|
71 |
|
72 |
controlnet_enable=False,
|
73 |
control_mode="Line Art",
|
|
|
80 |
|
81 |
|
82 |
torch_dtype=torch_dtype,
|
|
|
|
|
|
|
83 |
progress=gr.Progress(track_tqdm=True),
|
84 |
):
|
85 |
if randomize_seed:
|