Muhammad Taqi Raza
commited on
Commit
·
2f615c0
1
Parent(s):
ee6a765
upscale, refine, upscale_factor
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
@@ -133,9 +133,9 @@ def inference(
|
|
133 |
"--vae_channels", str(vae_channels),
|
134 |
"--controlnet_input_channels", str(controlnet_input_channels),
|
135 |
"--controlnet_transformer_num_layers", str(controlnet_transformer_num_layers),
|
136 |
-
"--upscale",
|
137 |
"--upscale_factor", str(upscale_factor),
|
138 |
-
"--refine",
|
139 |
]
|
140 |
try:
|
141 |
result = subprocess.run(command, capture_output=True, text=True, check=True)
|
|
|
133 |
"--vae_channels", str(vae_channels),
|
134 |
"--controlnet_input_channels", str(controlnet_input_channels),
|
135 |
"--controlnet_transformer_num_layers", str(controlnet_transformer_num_layers),
|
136 |
+
"--upscale",
|
137 |
"--upscale_factor", str(upscale_factor),
|
138 |
+
"--refine",
|
139 |
]
|
140 |
try:
|
141 |
result = subprocess.run(command, capture_output=True, text=True, check=True)
|