Spaces:
Runtime error
Runtime error
Update pipelines/pipeline_seesr.py
Browse files
pipelines/pipeline_seesr.py
CHANGED
|
@@ -1189,7 +1189,7 @@ class StableDiffusionControlNetPipeline(DiffusionPipeline, TextualInversionLoade
|
|
| 1189 |
cond_list = []
|
| 1190 |
img_list = []
|
| 1191 |
|
| 1192 |
-
|
| 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)
|