PommesPeter commited on
Commit
557c12d
1 Parent(s): 53ca083

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ 'model': 'NextDiT_2B_patch2',
3
+ 'image_size': 1024,
4
+ 'vae': 'sdxl',
5
+ 'model_parallel_size': 1,
6
+ 'qk_norm': true,
7
+ 'lm': 'google/gemma-2b',
8
+ 'tokenizer_path': 'google/gemma-2b',
9
+ }