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
@@ -26,14 +26,14 @@ def check_dependencies():
class Script(scripts.Script):
def title(self):
return 'Mixture tiling'
return 'Mixture Tiling: Scene Composition'
def show(self, is_img2img):
return not is_img2img if shared.native else False
def ui(self, _is_img2img):
with gr.Row():
gr.HTML('<a href="https://arxiv.org/abs/2302.02412">&nbsp Mixture tiling</a><br>')
gr.HTML('<a href="https://arxiv.org/abs/2302.02412">&nbsp Mixture Tiling: Scene Composition</a><br>')
with gr.Row():
gr.HTML('<span>&nbsp Separated prompts using new lines<br>&nbsp Number of prompts must matcxh X*Y</span>')
with gr.Row():