DawnC commited on
Commit
4c3852d
·
verified ·
1 Parent(s): 809cbca

Update ui_manager.py

Browse files
Files changed (1) hide show
  1. ui_manager.py +12 -0
ui_manager.py CHANGED
@@ -1040,6 +1040,18 @@ class UIManager:
1040
  <strong>re-upload your image</strong> and draw a new mask if you want to apply additional edits.
1041
  </p>
1042
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
1043
  """
1044
  )
1045
 
 
1040
  <strong>re-upload your image</strong> and draw a new mask if you want to apply additional edits.
1041
  </p>
1042
  </div>
1043
+ <div style="background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
1044
+ border-left: 4px solid #4CAF50;
1045
+ padding: 12px 16px;
1046
+ border-radius: 8px;
1047
+ margin: 12px 0;">
1048
+ <p style="margin: 0; color: #2e7d32; font-size: 14px;">
1049
+ 💡 <strong>Good to know:</strong><br>
1050
+ • <strong>No progress bar:</strong> Due to GPU limitations, progress won't update during generation. Please wait for the result.<br>
1051
+ • <strong>Seed for reproducibility:</strong> Each generation uses a random seed. To recreate the same result, copy the "Used Seed" value and enter it in Advanced Settings → Seed.<br>
1052
+ • <strong>Pure Inpainting templates:</strong> "Object Replacement" and "Remove Object" use a dedicated inpainting model for best results. Model selection is ignored for these templates.
1053
+ </p>
1054
+ </div>
1055
  """
1056
  )
1057