codeysun commited on
Commit
e3b777a
·
verified ·
1 Parent(s): 9eb8207

Upload pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +0 -2
pipeline.py CHANGED
@@ -1380,8 +1380,6 @@ class StableDiffusionControlNetPipeline(
1380
  effective_region_mask, height=height, width=width
1381
  ).to(dtype=prompt_embeds.dtype)
1382
 
1383
- print(torch.unique(effective_region_mask))
1384
-
1385
  # 5. Prepare timesteps
1386
  timesteps, num_inference_steps = retrieve_timesteps(
1387
  self.scheduler, num_inference_steps, device, timesteps, sigmas
 
1380
  effective_region_mask, height=height, width=width
1381
  ).to(dtype=prompt_embeds.dtype)
1382
 
 
 
1383
  # 5. Prepare timesteps
1384
  timesteps, num_inference_steps = retrieve_timesteps(
1385
  self.scheduler, num_inference_steps, device, timesteps, sigmas