Update default negative prompt and add image clear button
All checks were successful
Build and Push Frontend Docker Image / build (push) Successful in 29s
All checks were successful
Build and Push Frontend Docker Image / build (push) Successful in 29s
- Replace short negative prompt with comprehensive list - Add X button to clear selected image before generating - Allow selecting a new image by clearing the current one Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -87,7 +87,10 @@
|
||||
<span class="upload-icon">+</span>
|
||||
<span class="upload-text">Click or drag to upload</span>
|
||||
</label>
|
||||
<img id="preview-image" class="preview-image hidden" alt="Preview">
|
||||
<div class="preview-container hidden" id="preview-container">
|
||||
<img id="preview-image" class="preview-image" alt="Preview">
|
||||
<button type="button" id="clear-image-btn" class="clear-image-btn">×</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -100,7 +103,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="negative-prompt">Negative Prompt</label>
|
||||
<textarea id="negative-prompt" name="negativePrompt" rows="2" placeholder="What to avoid...">blurry, low quality, distorted</textarea>
|
||||
<textarea id="negative-prompt" name="negativePrompt" rows="3" placeholder="What to avoid...">low quality, lowres, bad hands, extra limbs, missing fingers, poorly drawn face, bad anatomy, blurred, jpeg artifacts, deformed, ugly, bad proportions, disfigured, watermark, text, logo, signature, unrealistic eyes, cross-eyed, lopsided, bad lighting, harsh shadows, flat shading, unshapely body, pixelated, duplicate limbs, bad perspective, morphed, distorted, glitch, malformed hands, distorted fingers, noisy background, overly saturated, unnatural colors, lens distortion, grainy, low detail</textarea>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user