ZIT presets

This commit is contained in:
2026-07-26 19:41:16 -07:00
parent 79c975dd28
commit 51a4708092
2 changed files with 18 additions and 0 deletions
+12
View File
@@ -20,6 +20,7 @@ No default background, so prompts should include "outdoors", "indoors", or somet
CFG Scale from 3.0 - 5.5 but the default 4.0 is usually fine. CFG Scale from 3.0 - 5.5 but the default 4.0 is usually fine.
""" """
"Resolution Set" = "sdxl" "Resolution Set" = "sdxl"
preset = "xl"
"CFG Scale" = 4.0 "CFG Scale" = 4.0
"Hires. fix" = true "Hires. fix" = true
"Denoising strength" = 0.5 "Denoising strength" = 0.5
@@ -31,3 +32,14 @@ CFG Scale from 3.0 - 5.5 but the default 4.0 is usually fine.
"Sampling Method" = "Euler a" "Sampling Method" = "Euler a"
"Schedule Type" = "Uniform" "Schedule Type" = "Uniform"
"Rescale CFG" = 0.3 "Rescale CFG" = 0.3
["z_image_turbo_bf16"]
description = "Fast turbo model for high-speed generation."
guide = "Follow the standard prompting guide for the model architecture."
preset = "zit"
modules = ["ae.safetensors", "qwen_3_4b_abliterated.safetensors"]
"Resolution Set" = "2k"
"CFG Scale" = 1.0
"Sampling Steps" = 9
"Sampling Method" = "Euler"
"Schedule Type" = "Beta"
+6
View File
@@ -7,3 +7,9 @@ widescreen = "1344x768"
landscape = "1152x896" landscape = "1152x896"
square = "1024x1024" square = "1024x1024"
portrait = "896x1152" portrait = "896x1152"
[2k]
widescreen = "2048x1152"
landscape = "2048x1536"
square = "2048x2048"
portrait = "1536x2048"