Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ai:atlas-prompts [2026/04/15 23:23] – [🎨 Abstract Emotion] mh | ai:atlas-prompts [2026/07/15 22:43] (current) – [Workflow] mh | ||
|---|---|---|---|
| Line 322: | Line 322: | ||
| ---- | ---- | ||
| - | ===== 🧬 Non-Human & Creature Logic ===== | + | ===== 🧬 Mythic |
| - | ==== 🛡️ Fantasy | + | ==== 🛡️ Fantasy |
| <code txt> | <code txt> | ||
| Line 331: | Line 331: | ||
| 👉 Tests: layering logic, costume complexity, material differentiation, | 👉 Tests: layering logic, costume complexity, material differentiation, | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ==== 🧙 Mythic Caster / Mage ==== | ||
| + | |||
| + | <code txt> | ||
| + | a powerful female mage standing in a mystical environment, | ||
| + | </ | ||
| + | |||
| + | 👉 Tests: energy effects, pose + gesture coherence, integration of magic with realism | ||
| ---- | ---- | ||
| Line 353: | Line 363: | ||
| ---- | ---- | ||
| + | |||
| ===== 🏙️ Environment & Scale ===== | ===== 🏙️ Environment & Scale ===== | ||
| Line 512: | Line 523: | ||
| ---- | ---- | ||
| - | ===== 🧩 Precision & Constraint ===== | + | ==== 💥 Material Impact |
| - | ==== 🏛️ | + | <code txt> |
| + | a solid object breaking apart on impact, fragments and debris flying, realistic material fracture, frozen motion, high detail | ||
| + | </ | ||
| + | |||
| + | 👉 Tests: rigid body physics, fragmentation logic, motion coherence, debris distribution | ||
| + | |||
| + | ===== 🧩 Structure & Symbols ===== | ||
| + | |||
| + | ==== 🏛️ | ||
| <code txt> | <code txt> | ||
| Line 531: | Line 550: | ||
| 👉 Tests: pattern consistency, | 👉 Tests: pattern consistency, | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ==== 🔤 Embedded Readable Text ==== | ||
| + | |||
| + | <code txt> | ||
| + | a sign or surface with clearly visible English text reading "The Old Library", | ||
| + | </ | ||
| + | |||
| + | 👉 Tests: spelling accuracy, text legibility, typography coherence, integration of text into environment | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ==== 🔮 Fantasy Runes & Glyphs ==== | ||
| + | |||
| + | <code txt> | ||
| + | an ancient surface covered in glowing magical runes and glyphs, intricate symbols, non-human writing system, carved or engraved, mystical atmosphere, soft ambient light | ||
| + | </ | ||
| + | |||
| + | 👉 Tests: symbolic consistency, | ||
| ---- | ---- | ||
| Line 576: | Line 615: | ||
| ---- | ---- | ||
| - | ===== ✍️ Writing Systems ===== | ||
| - | ==== 🔤 Embedded Readable Text ==== | + | ===== Local AI add-ons ===== |
| + | |||
| + | ==== Positive Baseline (SDXL) | ||
| <code txt> | <code txt> | ||
| - | a sign or surface with clearly visible English text reading "The Old Library" | + | high quality image, detailed, coherent composition, <REST OF PROMPT> |
| </ | </ | ||
| - | 👉 Tests: spelling accuracy, text legibility, typography coherence, integration of text into environment | + | ==== Negative Baseline ==== |
| - | ---- | + | <code txt> |
| + | low quality, worst quality, low resolution, blurry, jpeg artifacts, watermark, signature, logo, unwanted text, text artifacts, bad anatomy, distorted anatomy, deformed body, extra limbs, missing limbs, extra fingers, missing fingers, fused fingers, malformed hands, malformed feet, duplicate subject, cropped subject, out of frame | ||
| + | </ | ||
| - | ==== 🔮 Fantasy Runes & Glyphs | + | ==== Workflow |
| + | |||
| + | Lock the whole ritual circle: | ||
| <code txt> | <code txt> | ||
| - | an ancient surface covered in glowing magical runes and glyphs, intricate symbols, non-human writing system, carved or engraved, mystical atmosphere, soft ambient light | + | same prompt |
| + | same negative prompt | ||
| + | same checkpoint type family | ||
| + | same resolution | ||
| + | same seed policy | ||
| + | same sampler | ||
| + | same scheduler | ||
| + | same steps | ||
| + | same CFG | ||
| + | same VAE behavior | ||
| + | no LoRA | ||
| + | no ControlNet | ||
| + | no IPAdapter | ||
| + | no ref image | ||
| + | no upscale | ||
| + | no inpainting | ||
| </ | </ | ||
| - | 👉 Tests: symbolic consistency, | + | At first: checkpoints only. |
| - | ---- | + | Then later: |
| + | |||
| + | <code txt> | ||
| + | checkpoint + LoRA | ||
| + | checkpoint + sampler variation | ||
| + | checkpoint + CFG variation | ||
| + | checkpoint + style LoRA | ||
| + | checkpoint + ControlNet | ||
| + | </ | ||
| + | |||
| + | Don’t mix those into the baseline. | ||
| + | |||
| + | Baseline settings suggestion for SDXL checkpoints: | ||
| + | |||
| + | <code txt> | ||
| + | Resolution: 1024 x 1024 for square prompts | ||
| + | Steps: 30 | ||
| + | CFG: 6 | ||
| + | Sampler: dpmpp_2m | ||
| + | Scheduler: karras | ||
| + | Batch size: 1 | ||
| + | Seed: fixed per prompt across all checkpoints | ||
| + | LoRA: none | ||
| + | Refiner: none, unless every checkpoint test uses the same refiner strategy | ||
| + | </ | ||
| + | |||
| + | For non-square prompts, use SDXL-friendly sizes close to 1 megapixel: | ||
| + | |||
| + | <code txt> | ||
| + | Portrait: 832 x 1216 | ||
| + | Landscape: 1216 x 832 | ||
| + | Wide: 1344 x 768 | ||
| + | Square: 1024 x 1024 | ||
| + | </ | ||