QuantFunc commited on
Commit
03c40ed
·
verified ·
1 Parent(s): 605fc9b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "custom_qwen_image",
3
+ "architectures": [
4
+ "NunchakuQwenImageModel"
5
+ ],
6
+ "name_or_path": "QuantFunc/Nunchaku-Qwen-Image-2512",
7
+ "task": "image-generation",
8
+ "framework": "custom",
9
+ "license": "apache-2.0",
10
+ "parameters": 2512,
11
+ "description": "Nunchaku variant of Qwen for image generation / multimodal tasks",
12
+ "_comment": "This is a minimal config to enable download stats on HF Hub. Not used for loading."
13
+ }