mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
Merge pull request #493 from JeLuF/negative
Textarea for negative prompts
This commit is contained in:
commit
c6f0e19e2f
@ -53,7 +53,7 @@
|
||||
<small>(optional)</small>
|
||||
</label>
|
||||
<div class="collapsible-content">
|
||||
<input id="negative_prompt" name="negative_prompt" placeholder="list the things to remove from the image (e.g. fog, green)">
|
||||
<textarea id="negative_prompt" name="negative_prompt" placeholder="list the things to remove from the image (e.g. fog, green)"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -36,6 +36,14 @@ code {
|
||||
display: block;
|
||||
border: 2px solid var(--background-color2);
|
||||
}
|
||||
#negative_prompt {
|
||||
width: 100%;
|
||||
height: 50pt;
|
||||
font-size: 9px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
display: block;
|
||||
}
|
||||
.image_preview_container {
|
||||
margin-top: 10pt;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user