Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
86b2419
1
Parent(s):
dc4a16e
new prompts
Browse files- app.py +2 -2
- local_app.py +1 -1
- local_preprocess.py +0 -1
app.py
CHANGED
@@ -282,8 +282,8 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
|
|
282 |
)
|
283 |
#############################################################################
|
284 |
# input text
|
285 |
-
with gr.Row():
|
286 |
-
|
287 |
with gr.Column():
|
288 |
prompt = gr.Textbox(
|
289 |
label="Custom Prompt",
|
|
|
282 |
)
|
283 |
#############################################################################
|
284 |
# input text
|
285 |
+
# with gr.Row():
|
286 |
+
# gr.Text(label="Interior Design Style Examples", value="Eclectic, Maximalist, Bohemian, Scandinavian, Minimalist, Rustic, Modern Farmhouse, Contemporary, Luxury, Airbnb, Boho Chic, Midcentury Modern, Art Deco, Zen, Beach, Neoclassical, Industrial, Biophilic, Eco-friendly, Hollywood Glam, Parisian White, Saudi Prince Gold, French Country, Monster Energy Drink, Cyberpunk, Vaporwave, Baroque, etc.\n\nPro tip: add a color to customize it! You can also describe the furniture type.")
|
287 |
with gr.Column():
|
288 |
prompt = gr.Textbox(
|
289 |
label="Custom Prompt",
|
local_app.py
CHANGED
@@ -218,7 +218,7 @@ style_list = [
|
|
218 |
},
|
219 |
{
|
220 |
"name": "The Matrix",
|
221 |
-
"prompt": "Futuristic cyberpunk interior, neon accent lighting, holographic plants, sleek black surfaces, advanced gaming setup, transparent screens, Blade Runner inspired decor, high-tech minimalist furniture
|
222 |
}
|
223 |
]
|
224 |
|
|
|
218 |
},
|
219 |
{
|
220 |
"name": "The Matrix",
|
221 |
+
"prompt": "Futuristic cyberpunk interior, neon accent lighting, holographic plants, sleek black surfaces, advanced gaming setup, transparent screens, Blade Runner inspired decor, high-tech minimalist furniture"
|
222 |
}
|
223 |
]
|
224 |
|
local_preprocess.py
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
import PIL.Image
|
3 |
import torch
|
4 |
import gc
|
5 |
-
# from controlnet_aux_local import NormalBaeDetector#, CannyDetector
|
6 |
from controlnet_aux import NormalBaeDetector
|
7 |
|
8 |
# from controlnet_aux.util import HWC3
|
|
|
2 |
import PIL.Image
|
3 |
import torch
|
4 |
import gc
|
|
|
5 |
from controlnet_aux import NormalBaeDetector
|
6 |
|
7 |
# from controlnet_aux.util import HWC3
|