radames commited on
Commit
5a5e255
β€’
1 Parent(s): 8fb30db

info about negative prompts

Browse files
frontend/src/lib/PromptModal.svelte CHANGED
@@ -78,14 +78,15 @@
78
  on:click|stopPropagation
79
  on:input={onInput}
80
  class="flex-1 outline-none ring-0 border-none text-xl 2xl:text-2xl py-3 px-3"
81
- placeholder="Describe your prompt"
82
- title="Input prompt to generate image and obtain palette"
83
  type="text"
84
  name="prompt"
85
  />
86
  <button
87
  class="font-semibold bg-blue-700 text-white border-l-2 px-5 text-xl 2xl:text-2xl spacing tracking-wide hover:saturate-150"
88
  type="submit"
 
89
  ><span class="mr-2">πŸ–</span> Paint
90
  </button>
91
  </div>
 
78
  on:click|stopPropagation
79
  on:input={onInput}
80
  class="flex-1 outline-none ring-0 border-none text-xl 2xl:text-2xl py-3 px-3"
81
+ placeholder="Prompt and <Negative Prompt> between < >"
82
+ title="Input prompt to generate image and negative prompt inside brackets <NEGATIVE PROMPT>"
83
  type="text"
84
  name="prompt"
85
  />
86
  <button
87
  class="font-semibold bg-blue-700 text-white border-l-2 px-5 text-xl 2xl:text-2xl spacing tracking-wide hover:saturate-150"
88
  type="submit"
89
+ title="Input prompt to generate image and negative prompt inside brackets <NEGATIVE PROMPT>"
90
  ><span class="mr-2">πŸ–</span> Paint
91
  </button>
92
  </div>