Spaces:
Running
Running
mirabarukaso
commited on
Commit
·
e4ad141
1
Parent(s):
264c7c2
Update app.py
Browse files
app.py
CHANGED
@@ -52,14 +52,13 @@ if __name__ == '__main__':
|
|
52 |
with gr.Row(elem_classes='main_row'):
|
53 |
with gr.Column(elem_classes='column_prompts'):
|
54 |
thumb_image = gr.Gallery(type="pil", columns=3, show_download_button=False, object_fit='contain', label="Thumb")
|
55 |
-
|
56 |
-
with gr.Row():
|
57 |
-
custom_prompt = gr.Textbox(value='', label='Semi-auto tag complete test. Try tag* *tag *tag* (e621_sfw.csv@DominikDoom)')
|
58 |
-
suggestions = gr.Dataset(components=[custom_prompt], samples_per_page=30, samples=[])
|
59 |
-
|
60 |
with gr.Row():
|
61 |
-
gr.
|
62 |
-
|
|
|
|
|
|
|
|
|
63 |
|
64 |
character1.change(fn=refresh_character_thumb_image,
|
65 |
inputs=[character1,character2,character3],
|
|
|
52 |
with gr.Row(elem_classes='main_row'):
|
53 |
with gr.Column(elem_classes='column_prompts'):
|
54 |
thumb_image = gr.Gallery(type="pil", columns=3, show_download_button=False, object_fit='contain', label="Thumb")
|
|
|
|
|
|
|
|
|
|
|
55 |
with gr.Row():
|
56 |
+
with gr.Column():
|
57 |
+
custom_prompt = gr.Textbox(value='', label='Semi-auto tag complete test. Try tag* *tag *tag* (e621_sfw.csv@DominikDoom)')
|
58 |
+
suggestions = gr.Dataset(components=[custom_prompt], samples_per_page=30, samples=[])
|
59 |
+
with gr.Column():
|
60 |
+
gr.Markdown("<h2><span style=\"color:orangered\">Thumb Image create by waiNSFWIllustrious_v120.safetensors with ComfyUI</span></h2>",)
|
61 |
+
gr.Markdown(f"<a href='https://github.com/mirabarukaso/character_select_stand_alone_app'>Character Select SAA</a>")
|
62 |
|
63 |
character1.change(fn=refresh_character_thumb_image,
|
64 |
inputs=[character1,character2,character3],
|