Muhammad Taqi Raza
commited on
Commit
·
7c99c8e
1
Parent(s):
ef3328b
remove refine code
Browse files- gradio_app.py +1 -4
- inference/cli_demo_camera_i2v_pcd.py +0 -1
gradio_app.py
CHANGED
@@ -203,10 +203,7 @@ with demo:
|
|
203 |
with gr.Row():
|
204 |
with gr.Column():
|
205 |
with gr.Row():
|
206 |
-
|
207 |
-
upscale_factor = gr.Number(label="Upscale factor", value=4)
|
208 |
-
refine = gr.Checkbox(label="refine", value=True)
|
209 |
-
|
210 |
controlnet_weights_input = gr.Number(value=0.5, label="ControlNet Weights")
|
211 |
controlnet_guidance_start_input = gr.Number(value=0.0, label="Guidance Start")
|
212 |
controlnet_guidance_end_input = gr.Number(value=0.5, label="Guidance End")
|
|
|
203 |
with gr.Row():
|
204 |
with gr.Column():
|
205 |
with gr.Row():
|
206 |
+
|
|
|
|
|
|
|
207 |
controlnet_weights_input = gr.Number(value=0.5, label="ControlNet Weights")
|
208 |
controlnet_guidance_start_input = gr.Number(value=0.0, label="Guidance Start")
|
209 |
controlnet_guidance_end_input = gr.Number(value=0.5, label="Guidance End")
|
inference/cli_demo_camera_i2v_pcd.py
CHANGED
@@ -472,5 +472,4 @@ if __name__ == "__main__":
|
|
472 |
pool_style=args.pool_style,
|
473 |
pipe_cpu_offload=args.enable_model_cpu_offload,
|
474 |
fps=args.fps,
|
475 |
-
refine=args.refine,
|
476 |
)
|
|
|
472 |
pool_style=args.pool_style,
|
473 |
pipe_cpu_offload=args.enable_model_cpu_offload,
|
474 |
fps=args.fps,
|
|
|
475 |
)
|