mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 05:48:42 +02:00
sort and describe all scripts
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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">  LayerDiffuse</a><br><br>
|
||||
<a href="https://github.com/rootonchair/diffuser_layerdiffuse">  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>
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user