Upload config.json
Browse files- config.json +8 -15
config.json
CHANGED
|
@@ -18,9 +18,7 @@
|
|
| 18 |
"variants": {
|
| 19 |
"base": {
|
| 20 |
"bf16": "diffusion_models/z-anime-base-bf16.safetensors",
|
| 21 |
-
"fp8": "diffusion_models/z-anime-base-
|
| 22 |
-
"aio_bf16": "diffusion_models/z-anime-base-bf16.safetensors",
|
| 23 |
-
"aio_fp8": "diffusion_models/z-anime-base-bf16.safetensors",
|
| 24 |
"recommended_settings": {
|
| 25 |
"steps": "28-50",
|
| 26 |
"cfg": "3.0-5.0",
|
|
@@ -29,10 +27,8 @@
|
|
| 29 |
}
|
| 30 |
},
|
| 31 |
"distill_8step": {
|
| 32 |
-
"bf16": "diffusion_models/z-anime-distill-8step-
|
| 33 |
"fp8": "diffusion_models/z-anime-distill-8step-fp8.safetensors",
|
| 34 |
-
"aio_bf16": "diffusion_models/z-anime-distill-8step-fp8.safetensors",
|
| 35 |
-
"aio_fp8": "diffusion_models/z-anime-distill-8step-fp8.safetensors",
|
| 36 |
"recommended_settings": {
|
| 37 |
"steps": 8,
|
| 38 |
"cfg": 1.0,
|
|
@@ -41,10 +37,8 @@
|
|
| 41 |
}
|
| 42 |
},
|
| 43 |
"distill_4step": {
|
| 44 |
-
"bf16": "diffusion_models/z-anime-distill-
|
| 45 |
-
"fp8": "diffusion_models/z-anime-distill-
|
| 46 |
-
"aio_bf16": "diffusion_models/z-anime-distill-8step-fp8.safetensors",
|
| 47 |
-
"aio_fp8": "diffusion_models/z-anime-distill-8step-fp8.safetensors",
|
| 48 |
"recommended_settings": {
|
| 49 |
"steps": 4,
|
| 50 |
"cfg": 1.0,
|
|
@@ -54,7 +48,7 @@
|
|
| 54 |
},
|
| 55 |
"gguf": {
|
| 56 |
"q8_0": {
|
| 57 |
-
"file": "gguf/z-anime-base-
|
| 58 |
"description": "Q8_0 quantization",
|
| 59 |
"size": "~6.73 GB"
|
| 60 |
},
|
|
@@ -81,14 +75,14 @@
|
|
| 81 |
"components": {
|
| 82 |
"text_encoders": {
|
| 83 |
"default": {
|
| 84 |
-
"bf16": "text_encoder/qwen_3_4b-
|
| 85 |
"fp8": "text_encoder/qwen_3_4b-fp8.safetensors",
|
| 86 |
"description": "Standard Z-Image text encoder, repackaged as a single safetensors",
|
| 87 |
"comfyui_path": "ComfyUI/models/clip/"
|
| 88 |
},
|
| 89 |
"engineer_v4": {
|
| 90 |
-
"bf16": "text_encoder/qwen_3_4b-
|
| 91 |
-
"fp8": "text_encoder/qwen_3_4b-fp8.safetensors",
|
| 92 |
"description": "Alternative full fine-tune by BennyDaBall (SMART training, more varied outputs)",
|
| 93 |
"source": "https://huggingface.co/BennyDaBall/Qwen3-4b-Z-Image-Engineer-V4",
|
| 94 |
"comfyui_path": "ComfyUI/models/clip/"
|
|
@@ -124,7 +118,6 @@
|
|
| 124 |
"notes": [
|
| 125 |
"BF16 and FP8 are the main release formats.",
|
| 126 |
"GGUF variants are intended for lower-memory or alternative inference setups.",
|
| 127 |
-
"AIO variants include the Text Encoder and VAE in a single file (Base, 4-Step, 8-Step).",
|
| 128 |
"Two text encoders are included: the standard Z-Image one (default) and BennyDaBall's Engineer V4 (alternative).",
|
| 129 |
"The diffusers/ subfolder is a full diffusers-format checkpoint loadable via ZImagePipeline.from_pretrained(repo, subfolder='diffusers')."
|
| 130 |
]
|
|
|
|
| 18 |
"variants": {
|
| 19 |
"base": {
|
| 20 |
"bf16": "diffusion_models/z-anime-base-bf16.safetensors",
|
| 21 |
+
"fp8": "diffusion_models/z-anime-base-fp8.safetensors",
|
|
|
|
|
|
|
| 22 |
"recommended_settings": {
|
| 23 |
"steps": "28-50",
|
| 24 |
"cfg": "3.0-5.0",
|
|
|
|
| 27 |
}
|
| 28 |
},
|
| 29 |
"distill_8step": {
|
| 30 |
+
"bf16": "diffusion_models/z-anime-distill-8step-bf16.safetensors",
|
| 31 |
"fp8": "diffusion_models/z-anime-distill-8step-fp8.safetensors",
|
|
|
|
|
|
|
| 32 |
"recommended_settings": {
|
| 33 |
"steps": 8,
|
| 34 |
"cfg": 1.0,
|
|
|
|
| 37 |
}
|
| 38 |
},
|
| 39 |
"distill_4step": {
|
| 40 |
+
"bf16": "diffusion_models/z-anime-distill-4step-bf16.safetensors",
|
| 41 |
+
"fp8": "diffusion_models/z-anime-distill-4step-fp8.safetensors",
|
|
|
|
|
|
|
| 42 |
"recommended_settings": {
|
| 43 |
"steps": 4,
|
| 44 |
"cfg": 1.0,
|
|
|
|
| 48 |
},
|
| 49 |
"gguf": {
|
| 50 |
"q8_0": {
|
| 51 |
+
"file": "gguf/z-anime-base-q8_0.gguf",
|
| 52 |
"description": "Q8_0 quantization",
|
| 53 |
"size": "~6.73 GB"
|
| 54 |
},
|
|
|
|
| 75 |
"components": {
|
| 76 |
"text_encoders": {
|
| 77 |
"default": {
|
| 78 |
+
"bf16": "text_encoder/qwen_3_4b-bf16.safetensors",
|
| 79 |
"fp8": "text_encoder/qwen_3_4b-fp8.safetensors",
|
| 80 |
"description": "Standard Z-Image text encoder, repackaged as a single safetensors",
|
| 81 |
"comfyui_path": "ComfyUI/models/clip/"
|
| 82 |
},
|
| 83 |
"engineer_v4": {
|
| 84 |
+
"bf16": "text_encoder/qwen_3_4b-engineer-v4-bf16.safetensors",
|
| 85 |
+
"fp8": "text_encoder/qwen_3_4b-engineer-v4-fp8.safetensors",
|
| 86 |
"description": "Alternative full fine-tune by BennyDaBall (SMART training, more varied outputs)",
|
| 87 |
"source": "https://huggingface.co/BennyDaBall/Qwen3-4b-Z-Image-Engineer-V4",
|
| 88 |
"comfyui_path": "ComfyUI/models/clip/"
|
|
|
|
| 118 |
"notes": [
|
| 119 |
"BF16 and FP8 are the main release formats.",
|
| 120 |
"GGUF variants are intended for lower-memory or alternative inference setups.",
|
|
|
|
| 121 |
"Two text encoders are included: the standard Z-Image one (default) and BennyDaBall's Engineer V4 (alternative).",
|
| 122 |
"The diffusers/ subfolder is a full diffusers-format checkpoint loadable via ZImagePipeline.from_pretrained(repo, subfolder='diffusers')."
|
| 123 |
]
|