mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
sort and describe all scripts
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
+2
-2
@@ -46,14 +46,14 @@ text_encoder_path = None
|
||||
|
||||
class Script(scripts.Script):
|
||||
def title(self):
|
||||
return 'MuLan'
|
||||
return 'MuLan: Multi Language Prompts'
|
||||
|
||||
def show(self, is_img2img):
|
||||
return True if shared.native else False
|
||||
|
||||
def ui(self, _is_img2img):
|
||||
with gr.Row():
|
||||
gr.HTML('<a href="https://github.com/mulanai/MuLan">  MuLan</a><br>')
|
||||
gr.HTML('<a href="https://github.com/mulanai/MuLan">  MuLan: Multi Language Prompts</a><br>')
|
||||
with gr.Row():
|
||||
selected_encoder = gr.Dropdown(label='Encoder', choices=ENCODERS, value=ENCODERS[0])
|
||||
return [selected_encoder]
|
||||
|
||||
Reference in New Issue
Block a user