Santos
commited on
Commit
•
ed84090
1
Parent(s):
f2a8428
Replaced `c_in` with `in_channels`
Browse filesas proposed in [Better example code? #13](https://huggingface.co/stabilityai/stable-cascade/discussions/13#65ce2b43be38705ceecdd4bc) by
@fischpferd
.
- decoder/config.json +1 -1
decoder/config.json
CHANGED
@@ -42,7 +42,7 @@
|
|
42 |
1280,
|
43 |
1280
|
44 |
],
|
45 |
-
"
|
46 |
"c_out": 4,
|
47 |
"c_pixels": 3,
|
48 |
"c_r": 64,
|
|
|
42 |
1280,
|
43 |
1280
|
44 |
],
|
45 |
+
"in_channels": 4,
|
46 |
"c_out": 4,
|
47 |
"c_pixels": 3,
|
48 |
"c_r": 64,
|