1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00

new test case

This commit is contained in:
Chong
2023-08-23 19:37:57 +08:00
parent 732cb3e2b5
commit 33e2e96f11

View File

@@ -260,7 +260,7 @@ class LightAdapter(nn.Module):
def __init__(
self,
in_channels: int = 3,
channels: List[int] = [320, 640, 1280, 1280],
channels: List[int] = [320, 640, 1280],
num_res_blocks: int = 4,
downscale_factor: int = 8,
):