update script headings

This commit is contained in:
Vladimir Mandic
2024-02-15 08:55:37 -05:00
parent 290bfc8b41
commit 6f52425511
14 changed files with 57 additions and 210 deletions
+2
View File
@@ -13,6 +13,8 @@ class Script(scripts.Script):
return is_img2img if shared.backend == shared.Backend.DIFFUSERS else False
def ui(self, _is_img2img):
with gr.Row():
gr.HTML('<a href="https://huggingface.co/salesforce/blipdiffusion">&nbsp BLIP Diffusion</a><br>')
with gr.Row():
source_subject = gr.Textbox(value='', label='Source subject')
with gr.Row():