Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
1b5843f
1
Parent(s):
2100108
Update app.py
Browse files
app.py
CHANGED
@@ -170,17 +170,17 @@ css = '''
|
|
170 |
'''
|
171 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
172 |
title = gr.HTML(
|
173 |
-
"""<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA">
|
174 |
elem_id="title",
|
175 |
)
|
176 |
# Info blob stating what the app is running
|
177 |
info_blob = gr.HTML(
|
178 |
-
"""<div id="info_blob"> SOON®'s
|
179 |
)
|
180 |
|
181 |
# Info blob stating what the app is running
|
182 |
info_blob = gr.HTML(
|
183 |
-
"""<div id="info_blob">
|
184 |
)
|
185 |
selected_index = gr.State(None)
|
186 |
with gr.Row():
|
@@ -206,8 +206,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
206 |
with gr.Accordion("Advanced Settings", open=True):
|
207 |
with gr.Column():
|
208 |
with gr.Row():
|
209 |
-
cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=
|
210 |
-
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=
|
211 |
|
212 |
with gr.Row():
|
213 |
width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=1024)
|
|
|
170 |
'''
|
171 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
172 |
title = gr.HTML(
|
173 |
+
"""<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA">OpenFlux LoRAsoon®</h1>""",
|
174 |
elem_id="title",
|
175 |
)
|
176 |
# Info blob stating what the app is running
|
177 |
info_blob = gr.HTML(
|
178 |
+
"""<div id="info_blob"> SOON®'s LoRa Gallery & Art Manufactory Space (running on Ostris' OpenFLUX.1 model w/ their fast-gen LoRA & zer0int's fine-tuned CLIP-GmP-ViT-L-14*! (*the 'normal' 77 tokens variant)) </div>"""
|
179 |
)
|
180 |
|
181 |
# Info blob stating what the app is running
|
182 |
info_blob = gr.HTML(
|
183 |
+
"""<div id="info_blob"> *Auto-planting of prompts with a choice LoRA trigger bugs on out in this space over flaws yet unclear. In its stead, I've preposed numbered LoRA-box rows with a matched token cheat-sheet: ungainly and free. So, prephrase your best prompts w/: 1-2. HST style autochrome photo |3. RCA style Communist poster |4. SOTS art |5. HST Austin Osman Spare style |6. Vladimir Mayakovsky |7. Marina Tsvetaeva |8. Tsvetaeva_02.CR2 |9. Anna Akhmatova |10. Osip Mandelshtam |11-12. Alexander Blok |13. Blok_02.CR2 |14. LEN Lenin |15. Leon Trotsky |16. Rosa Fluxemburg |17. HST photo in Peterhof |18-19. HST |20. HST autochrome portrait |21. HST archival photo |22. HST 1980s Perestroika-era Soviet photo |23-30. HST style |31. How2Draw a ____ |32. propaganda poster |33. TOK hybrid photo of____ with cartoon of____ |34. 2004 amateur IMG_1099.CR2 photo |35. unexpected photo of |36. flmft |37. 80s analog yearbook photo |38. TOK portra |39. pficonics |40. retrofuturism |41. wh3r3sw4ld0 |42. amateur photo |43. crisp |44-45. IMG_1099.CR2 photo |46. FilmFotos |47. ff-collage |48. vintage cover </div>"""
|
184 |
)
|
185 |
selected_index = gr.State(None)
|
186 |
with gr.Row():
|
|
|
206 |
with gr.Accordion("Advanced Settings", open=True):
|
207 |
with gr.Column():
|
208 |
with gr.Row():
|
209 |
+
cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=3)
|
210 |
+
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=6)
|
211 |
|
212 |
with gr.Row():
|
213 |
width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=1024)
|