alexnasa commited on
Commit
44cbbfe
·
verified ·
1 Parent(s): 6fdb197

Update pipelines/pipeline_seesr.py

Browse files
Files changed (1) hide show
  1. pipelines/pipeline_seesr.py +1 -1
pipelines/pipeline_seesr.py CHANGED
@@ -1189,7 +1189,7 @@ class StableDiffusionControlNetPipeline(DiffusionPipeline, TextualInversionLoade
1189
  cond_list = []
1190
  img_list = []
1191
 
1192
- noise_preds.append(model_out)
1193
 
1194
  # Stitch noise predictions for all tiles
1195
  noise_pred = torch.zeros(latent_model_input.shape, device=latent_model_input.device)
 
1189
  cond_list = []
1190
  img_list = []
1191
 
1192
+ noise_preds.append(model_out)
1193
 
1194
  # Stitch noise predictions for all tiles
1195
  noise_pred = torch.zeros(latent_model_input.shape, device=latent_model_input.device)