sort and describe all scripts

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-11-08 11:32:47 -05:00
parent ba3a32ae47
commit 5de457bb18
28 changed files with 51 additions and 46 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ from modules import shared, scripts, sd_models
class Script(scripts.Script):
def title(self):
return 'LayerDiffuse'
return 'LayerDiffuse: Transparent Image'
def show(self, is_img2img):
return True if shared.native else False
@@ -40,7 +40,7 @@ class Script(scripts.Script):
def ui(self, _is_img2img):
with gr.Row():
gr.HTML("""
<a href="https://github.com/rootonchair/diffuser_layerdiffuse">&nbsp LayerDiffuse</a><br><br>
<a href="https://github.com/rootonchair/diffuser_layerdiffuse">&nbsp LayerDiffuse: Transparent Image</a><br><br>
<div>- Click Apply to model to apply LayerDiffuse to current model</div>
<div>- Click Reload model to remove LayerDiffuse from current model</div><br>
""")