Spaces:
Configuration error
Configuration error
Update models/depth_normal_pipeline_clip_cfg_1.py
Browse files
models/depth_normal_pipeline_clip_cfg_1.py
CHANGED
|
@@ -148,7 +148,7 @@ class DepthNormalEstimationPipeline(DiffusionPipeline):
|
|
| 148 |
input_rgb=batched_image,
|
| 149 |
num_inference_steps=denoising_steps,
|
| 150 |
domain=domain,
|
| 151 |
-
guidance_scale=guidance_scale
|
| 152 |
show_pbar=show_progress_bar,
|
| 153 |
)
|
| 154 |
depth_pred_ls.append(depth_pred_raw.detach().clone())
|
|
|
|
| 148 |
input_rgb=batched_image,
|
| 149 |
num_inference_steps=denoising_steps,
|
| 150 |
domain=domain,
|
| 151 |
+
guidance_scale=guidance_scale,
|
| 152 |
show_pbar=show_progress_bar,
|
| 153 |
)
|
| 154 |
depth_pred_ls.append(depth_pred_raw.detach().clone())
|