mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-11 20:17:30 +00:00
Set upscale algorithm to bilinear for stable cascade controlnet.
This commit is contained in:
@@ -86,7 +86,6 @@ class ControlNet(nn.Module):
|
||||
self.unshuffle_amount = 8
|
||||
|
||||
def forward(self, x):
|
||||
print(x)
|
||||
x = self.backbone(x)
|
||||
proj_outputs = [None for _ in range(max(self.proj_blocks) + 1)]
|
||||
for i, idx in enumerate(self.proj_blocks):
|
||||
|
Reference in New Issue
Block a user