OzzyGT HF Staff commited on
Commit
59a81fa
·
verified ·
1 Parent(s): 997cb39

Update transformer/config.json

Browse files

trailing comma gives an error when trying to load the model with diffusers

Files changed (1) hide show
  1. transformer/config.json +1 -1
transformer/config.json CHANGED
@@ -16,5 +16,5 @@
16
  "num_layers": 19,
17
  "num_single_layers": 38,
18
  "out_channels": null,
19
- "patch_size": 1,
20
  }
 
16
  "num_layers": 19,
17
  "num_single_layers": 38,
18
  "out_channels": null,
19
+ "patch_size": 1
20
  }