Add Type
Browse files- unet/config.json +1 -0
unet/config.json
CHANGED
|
@@ -73,6 +73,7 @@
|
|
| 73 |
"num_experts": 2,
|
| 74 |
"num_experts_per_tok": 1,
|
| 75 |
"num_experts_per_token": 1,
|
|
|
|
| 76 |
"up_idx_end": 2,
|
| 77 |
"up_idx_start": 0
|
| 78 |
},
|
|
|
|
| 73 |
"num_experts": 2,
|
| 74 |
"num_experts_per_tok": 1,
|
| 75 |
"num_experts_per_token": 1,
|
| 76 |
+
"type": "sdxl",
|
| 77 |
"up_idx_end": 2,
|
| 78 |
"up_idx_start": 0
|
| 79 |
},
|