Spaces:
Running
Running
mirabarukaso
commited on
Commit
·
fbd1c26
1
Parent(s):
2476bf2
update to v160 list
Browse files- app.py +1 -1
- scripts/lib.py +2 -2
app.py
CHANGED
|
@@ -57,7 +57,7 @@ if __name__ == '__main__':
|
|
| 57 |
with gr.Column():
|
| 58 |
custom_prompt = gr.Textbox(value='', label='Semi-auto tag complete test. Try tag* *tag *tag* (e621_sfw.csv@DominikDoom)', elem_id="custom_prompt_text")
|
| 59 |
with gr.Column():
|
| 60 |
-
gr.Markdown("<h2><span style=\"color:orangered\">Thumb Image create by
|
| 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,
|
|
|
|
| 57 |
with gr.Column():
|
| 58 |
custom_prompt = gr.Textbox(value='', label='Semi-auto tag complete test. Try tag* *tag *tag* (e621_sfw.csv@DominikDoom)', elem_id="custom_prompt_text")
|
| 59 |
with gr.Column():
|
| 60 |
+
gr.Markdown("<h2><span style=\"color:orangered\">Thumb Image create by waiIllustriousSDXL_v160.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,
|
scripts/lib.py
CHANGED
|
@@ -37,8 +37,8 @@ PROMPT_MANAGER = None
|
|
| 37 |
total_counter = 0
|
| 38 |
|
| 39 |
wai_illustrious_character_select_files = [
|
| 40 |
-
{'name': 'wai_character', 'file_path': os.path.join(json_folder, 'wai_characters.csv'), 'url':'https://
|
| 41 |
-
{'name': 'wai_image', 'file_path': os.path.join(json_folder, 'wai_character_thumbs.json'), 'url': 'https://huggingface.co/datasets/flagrantia/character_select_stand_alone_app/resolve/main/
|
| 42 |
{'name': 'e621_sfw', 'file_path': os.path.join(json_folder, 'e621_sfw.csv'), 'url': 'https://raw.githubusercontent.com/DominikDoom/a1111-sd-webui-tagcomplete/refs/heads/main/tags/e621_sfw.csv'},
|
| 43 |
]
|
| 44 |
def get_md5_hash(input_str):
|
|
|
|
| 37 |
total_counter = 0
|
| 38 |
|
| 39 |
wai_illustrious_character_select_files = [
|
| 40 |
+
{'name': 'wai_character', 'file_path': os.path.join(json_folder, 'wai_characters.csv'), 'url':'https://huggingface.co/datasets/flagrantia/character_select_stand_alone_app/resolve/main/wai_characters_v160.csv?download=true'},
|
| 41 |
+
{'name': 'wai_image', 'file_path': os.path.join(json_folder, 'wai_character_thumbs.json'), 'url': 'https://huggingface.co/datasets/flagrantia/character_select_stand_alone_app/resolve/main/wai_character_thumbs_v160.json?download=true'},
|
| 42 |
{'name': 'e621_sfw', 'file_path': os.path.join(json_folder, 'e621_sfw.csv'), 'url': 'https://raw.githubusercontent.com/DominikDoom/a1111-sd-webui-tagcomplete/refs/heads/main/tags/e621_sfw.csv'},
|
| 43 |
]
|
| 44 |
def get_md5_hash(input_str):
|