Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,22 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
{"name": "Children Stories Anime (featured)", "url": "Yntec/ChildrenStoriesAnime"}, #201
|
8 |
{"name": "COOLKIDSV2 (featured)", "url": "Yntec/COOLKIDSV2"}, #202
|
9 |
{"name": "Dream Anything (featured)", "url": "Yntec/DreamAnything"}, #203
|
@@ -259,7 +275,7 @@ with gr.Blocks() as myface:
|
|
259 |
|
260 |
with gr.Row():
|
261 |
with gr.Row():
|
262 |
-
input_text = gr.Textbox(label="Prompt
|
263 |
# Model selection dropdown
|
264 |
model_name1 = gr.Dropdown(
|
265 |
label="Choose Model (Ignore the errors, all work)",
|
@@ -269,7 +285,7 @@ with gr.Blocks() as myface:
|
|
269 |
interactive=True,
|
270 |
)
|
271 |
with gr.Row():
|
272 |
-
see_prompts = gr.Button("Generate Prompts Based On Prompt
|
273 |
run = gr.Button("Generate 6 Images (once all boxes below have prompts)", variant="primary")
|
274 |
|
275 |
with gr.Row():
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
{"name": "Chik 2 (new)", "url": "Yntec/Chik2"}, #224
|
8 |
+
{"name": "Cute Yuki 2 (new)", "url": "Yntec/CuteYuki2"}, #225
|
9 |
+
{"name": "Game Assets (new)", "url": "Yntec/GameAssetsDigitalUnitsCreationKit"}, #226
|
10 |
+
{"name": "Insane.m3u (new)", "url": "Yntec/InsaneM3U"}, #227
|
11 |
+
{"name": "Insane Realistic Color (new)", "url": "Yntec/InsaneRealisticCVAE"}, #228
|
12 |
+
{"name": "Luma (new)", "url": "Yntec/Luma"}, #229
|
13 |
+
{"name": "Lunar Luma (new)", "url": "Yntec/LunarLuma"}, #230
|
14 |
+
{"name": "Lunar (new)", "url": "Yntec/Lunar"}, #231
|
15 |
+
{"name": "Noosphere v3 Color (new)", "url": "Yntec/Noosphere_v3_CVAE"}, #232
|
16 |
+
{"name": "Orange Remix (new)", "url": "Yntec/OrangeRemix"}, #233
|
17 |
+
{"name": "Peach Mix 3 (new)", "url": "Yntec/PeachMix3"}, #234
|
18 |
+
{"name": "QTori Reloaded (new)", "url": "Yntec/QToriReloaded"}, #235
|
19 |
+
{"name": "Real Rainbows (new)", "url": "Yntec/RealRainbows"}, #236
|
20 |
+
{"name": "RPG Remix (new)", "url": "Yntec/RPG_Remix"}, #237
|
21 |
+
{"name": "Sexy Toons (new)", "url": "Yntec/sexyToons"}, #238
|
22 |
+
{"name": "Style Like DucHaiten (new)", "url": "Yntec/DucHaiten-StyleLikeMeVAE"}, #224
|
23 |
{"name": "Children Stories Anime (featured)", "url": "Yntec/ChildrenStoriesAnime"}, #201
|
24 |
{"name": "COOLKIDSV2 (featured)", "url": "Yntec/COOLKIDSV2"}, #202
|
25 |
{"name": "Dream Anything (featured)", "url": "Yntec/DreamAnything"}, #203
|
|
|
275 |
|
276 |
with gr.Row():
|
277 |
with gr.Row():
|
278 |
+
input_text = gr.Textbox(label="Prompt Idea", placeholder="", lines=1)
|
279 |
# Model selection dropdown
|
280 |
model_name1 = gr.Dropdown(
|
281 |
label="Choose Model (Ignore the errors, all work)",
|
|
|
285 |
interactive=True,
|
286 |
)
|
287 |
with gr.Row():
|
288 |
+
see_prompts = gr.Button("Generate Prompts Based On Prompt Idea")
|
289 |
run = gr.Button("Generate 6 Images (once all boxes below have prompts)", variant="primary")
|
290 |
|
291 |
with gr.Row():
|