ZIT presets
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
"Resolution Set" = "sdxl"
|
||||
preset = "xl"
|
||||
"CFG Scale" = 4.0
|
||||
"Hires. fix" = true
|
||||
"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"
|
||||
"Schedule Type" = "Uniform"
|
||||
"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"
|
||||
|
||||
@@ -7,3 +7,9 @@ widescreen = "1344x768"
|
||||
landscape = "1152x896"
|
||||
square = "1024x1024"
|
||||
portrait = "896x1152"
|
||||
|
||||
[2k]
|
||||
widescreen = "2048x1152"
|
||||
landscape = "2048x1536"
|
||||
square = "2048x2048"
|
||||
portrait = "1536x2048"
|
||||
|
||||
Reference in New Issue
Block a user