Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,9 +85,9 @@ async def gen(
|
|
85 |
|
86 |
examples = [
|
87 |
["A cartoon-style blonde European-American woman wearing sunglasses stood in front of the triumphant door to take a selfie, the upper bodyartistic style","Shakker-Labs/FLUX.1-dev-LoRA-blended-realistic-illustration","artistic style blends elements of reality and illustration"],
|
88 |
-
["
|
89 |
["photograph, background of Earth from space, red car on the Moon watching Earth","martintomov/retrofuturism-flux","retrofuturism"],
|
90 |
-
["
|
91 |
]
|
92 |
|
93 |
|
@@ -144,7 +144,7 @@ with gr.Blocks(css=CSS, js=JS, theme="Nymbo/Nymbo_Theme") as demo:
|
|
144 |
label="Add Flux LoRA",
|
145 |
info="Copy the HF LoRA model name here",
|
146 |
lines=1,
|
147 |
-
|
148 |
)
|
149 |
lora_word = gr.Textbox(
|
150 |
label="Add Flux LoRA Trigger Word",
|
|
|
85 |
|
86 |
examples = [
|
87 |
["A cartoon-style blonde European-American woman wearing sunglasses stood in front of the triumphant door to take a selfie, the upper bodyartistic style","Shakker-Labs/FLUX.1-dev-LoRA-blended-realistic-illustration","artistic style blends elements of reality and illustration"],
|
88 |
+
["1980s anime screengrab, VHS quality, a woman with her face glitching and disorted, a halo above her head","dataautogpt3/FLUX-SyntheticAnime","1980s anime screengrab, VHS quality"],
|
89 |
["photograph, background of Earth from space, red car on the Moon watching Earth","martintomov/retrofuturism-flux","retrofuturism"],
|
90 |
+
["a living room interior","fofr/flux-80s-cyberpunk","80s cyberpunk"]
|
91 |
]
|
92 |
|
93 |
|
|
|
144 |
label="Add Flux LoRA",
|
145 |
info="Copy the HF LoRA model name here",
|
146 |
lines=1,
|
147 |
+
placeholder="Please use Warm status model",
|
148 |
)
|
149 |
lora_word = gr.Textbox(
|
150 |
label="Add Flux LoRA Trigger Word",
|