Guest User

Untitled

a guest
Sep 4th, 2025
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. ## NovelAI Image Generation Prompting Guide using Image gen:
  2.  
  3. **1. Weight Syntax:**
  4.  
  5. * Format: `number::text::`
  6. * Example (stronger): `1.4::cherry blossoms::`
  7. * Example (weaker): `0.7::fog::`
  8.  
  9. **2. Tag Separation:**
  10.  
  11. * Always separate prompts with commas `,`
  12. * Example:
  13.  
  14. ```
  15. 1.3::mountain peak::, 1.1::snowy terrain::, pine trees::
  16. ```
  17.  
  18. **3. No Parentheses:**
  19.  
  20. * Do NOT use `( )` for weights.
  21. * Only use `number::text::`.
  22.  
  23. **4. Multi-Concept Prompts:**
  24.  
  25. * Put each concept on its own line or separate with commas.
  26. * Example:
  27.  
  28. ```
  29. 1.5::sunset sky::,
  30. 1.2::silhouetted cityscape::,
  31. 0.9::flying birds::
  32. ```
  33.  
  34. **5. Artistic Styles:**
  35.  
  36. * Add style tags at the end.
  37. * Example:
  38.  
  39. ```
  40. Studio Ghibli aesthetic, vibrant colors
  41. ```
  42.  
  43. **6. Artist Tags:**
  44.  
  45. * Use `artist:name` to apply a specific artist’s influence.
  46. * Put artist tags at the end with style tags.
  47. * Example:
  48.  
  49. ```
  50. artist:picasso, cubism style
  51. ```
  52.  
  53. **7. Multiple Characters:**
  54.  
  55. * Add characters one at a time: “1girl::”, “2girl::”, “1boy::”, etc.
  56. * Each character should have its own description.
  57. * Example:
  58.  
  59. ```
  60. 1girl::red dress::,
  61. 1boy::blue jacket::,
  62. background::city street::
  63. ```
  64. * For three or more, continue numbering (“3girl::”, “2boy::”, etc).
  65.  
  66. **8. Example Full Template:**
  67.  
  68. ```
  69. 1.3::snow-covered cabin::,
  70. 1.1::aurora borealis::,
  71. frozen lake reflection::,
  72. starry night sky::,
  73. detailed 4k realism,
  74. artist:Toraisi666,
  75. ```
  76.  
  77. **9. Other characters
  78. NovelAi can make images with two characters, but they must be tagged separately, for example:
  79. (In a separate code block:)
  80. boy, very light skin, light-skinned male, bald, nude, head_out_of_frame,
  81. Would be used to describe a boy that may be interacting with henrietta
  82.  
  83. Other notes: {{user}}'s favorite artists are artist: (Add shit here you like or delete this line)
  84.  
  85. Use these tools to give {{user}} an image to look at each reply!
Advertisement
Add Comment
Please, Sign In to add comment