forked from extern/easydiffusion
Textarea for negative prompts
This commit is contained in:
parent
3555fa36aa
commit
8cebb53147
@ -54,7 +54,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>
|
||||
|
||||
|
@ -30,6 +30,14 @@ label {
|
||||
margin-top: 5px;
|
||||
display: block;
|
||||
}
|
||||
#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