1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
| # EXAMPLE SETUP
# This preset is intended to be broadly usable across most ZIT checkpoints and Text Encoders.
# The following checkpoint and Text Encoder are used as example references
# CHECKPOINT
# Z-Image Turbo FP8 (Kijai)
# https://civitai.com/models/2170391/z-image-turbo-fp8-kijai?modelVersionId=2444102
# TEXT ENCODER
# Z-Image Turbo Quantized (Low VRAM)
# https://civitai.com/models/2169712/z-image-turbo-quantized-for-low-vram?modelVersionId=2474529
# PURPOSE
# Proof-of-concept preset.
# Designed for broad compatibility.
# There is no universal 100% solution.
# MEMORY ISSUES
# Running out of memory?
# Try --force-non-blocking --disable-smart-memory --cache-none as flags for your ComfyUI package.
# This may reduce memory pressure at the cost of additional disk activity.
# PROMPTING
# Fill as many sections as possible.
# More structure often makes refinement and debugging easier.
# ADDITIONAL MODELS
# Place LoRAs, Textual Inversions and LyCORIS here by default.
# For object-specific use, place them near the relevant object description.
# Experiment with both approaches.
# --> --> HOW TO USE <-- <-- Copy and paste this entire prompt into your preferred LLM if you would like assistance refining it.
# -# [@LLM: Semantic Integrity Directive]Treat each #-commented section as an immutable semantic module. Preserve original names, order, formatting, and spacing exactly. For any request, apply only minimal, localized edits to the single most relevant section. You are strictly forbidden from relocating content between sections, duplicating concepts, or restructuring the template (adding, removing, renaming, merging, splitting, or reordering sections) without prior approval. If a request semantically overlaps multiple sections, identify the single most relevant section and modify only that section to prevent duplication. Propose structural improvements for review rather than applying them automatically.
# --> DID I MENTION: KEEP THE SEED STATIC. CHANGE ONE VARIABLE AT A TIME. <--
# If you're finally happy with the result, go let loose! :3
# --- here we go -->
#quality (examples: masterpiece, best quality, highly detailed, sharp focus)
masterpiece,
best quality,
highly detailed,
#scene (example: a mascot demonstrating prompt structure)
A cheerful white wolf named Lykos proudly presenting a large informational sign on the moon.
#environment (example: location, surroundings, architecture)
Beach surface,
Fluffy clouds visible in the sky,
subtle horizon,
clean landscape,
#environment effects (example: particles, special effects)
soft drifting beach dust,
#atmosphere (example: hopeful, educational, approachable)
playful,
friendly,
encouraging,
curious,
#composition (example: centered composition, clear focal point)
clear focal point,
balanced composition,
Lykos on the left,
large information board on the right,
#camera framing (example: medium shot, full body shot)
medium-wide shot,
#perspective (example: natural perspective)
natural perspective,
#character (example: white wolf, astronaut, knight)
Lykos,
a cheerful white wolf,
bright eyes,
healthy white fur,
fluffy tail,
clearly a wolf,
non-anthropomorphic,
#wardrobe (example: clothing and accessories)
small cute backpack with belts
#physical condition (example: tired, wet, injured)
healthy,
energetic,
#action (example: investigating, reaching, presenting)
sitting calmly beside the information board,
#gesture (example: body language and pose)
both front paws resting on the sand,
paws clearly visible on the ground,
not pointing,
not gesturing toward the sign,
tail wagging,
looking toward the viewer,
#eye contact (example: where the subject is looking)
looking at the viewer,
#emotion (example: curious, determined, joyful)
friendly,
helpful,
enthusiastic,
#facial detailing (example: expression details)
bright attentive eyes,
gentle expression,
#objects (example: props and important items)
# ----------- TEXT IS HARD. Each letter behaves like its own little object. More letters = more things that can go wrong. Keep text short whenever possible. Also, every little change has an effect on the entire picture. Meaning, spelling or font-errors popping up where they weren't before.
large educational sign, shadow of Lykos the white wolf casted upon the sign,
both front paws resting on the sand,
sign contains the following written text,
"A PROMPT TIP!" directly followed with "Break up pieces of text", directly followed with "so the model you're using" directly followed with "may better understand the intent."
#lighting (example: lighting style)
cinematic lighting,
soft shadows,
#materials (example: surface properties)
realistic fur,
realistic beach dust,
#style (example: semi-realistic, realistic, anime)
semi-realistic,
whimsical,
meme-worthy,
#story (example: what happened before this moment)
Lykos discovered that structured prompts are easier for both humans and image models to understand.
#intent (example: what the character is trying to achieve)
Trying to teach new users how prompt structure improves communication.
#render intent (example: visual goal)
looks like a charming educational meme,
easy to read,
clear and memorable |