Update app.py
Browse files
app.py
CHANGED
|
@@ -52,10 +52,10 @@ else:
|
|
| 52 |
return Image.fromarray(np.array(image_tensor.data[0]))
|
| 53 |
|
| 54 |
|
| 55 |
-
with gr.Blocks(title="
|
| 56 |
gr.Markdown(
|
| 57 |
"""
|
| 58 |
-
#
|
| 59 |
Fast CPU inference with Latent Consistency Model.
|
| 60 |
4 steps is usually enough — crank it to 8 for more detail.
|
| 61 |
"""
|
|
@@ -107,9 +107,9 @@ with gr.Blocks(title="LCM DreamShaper v8 – OpenVINO") as demo:
|
|
| 107 |
|
| 108 |
gr.Examples(
|
| 109 |
examples=[
|
| 110 |
-
["
|
| 111 |
-
["
|
| 112 |
-
["a
|
| 113 |
],
|
| 114 |
inputs=[prompt, negative_prompt, num_steps, guidance_scale, seed],
|
| 115 |
outputs=output,
|
|
|
|
| 52 |
return Image.fromarray(np.array(image_tensor.data[0]))
|
| 53 |
|
| 54 |
|
| 55 |
+
with gr.Blocks(title="SD1.5 3d interior design – OpenVINO") as demo:
|
| 56 |
gr.Markdown(
|
| 57 |
"""
|
| 58 |
+
# 🏠 SD1.5 Interior LoRA + LCM-style Model— OpenVINO INT8
|
| 59 |
Fast CPU inference with Latent Consistency Model.
|
| 60 |
4 steps is usually enough — crank it to 8 for more detail.
|
| 61 |
"""
|
|
|
|
| 107 |
|
| 108 |
gr.Examples(
|
| 109 |
examples=[
|
| 110 |
+
["isometric ,3d render,interior a living room with a couch, chair, table and clock,indoors, book, pillow, no humans, window, bed, chair, table, plant, curtains, scenery, couch, wooden floor, clock, lamp, alarm clock", 4, 1.0, 42],
|
| 111 |
+
["isometric ,3d render,interior a bedroom with a bed, desk and computer monitor in a neon frame,book, pillow, no humans, window, bed, night, chair, plant, scenery, desk, lamp, computer, monitor", 8, 1.0, 7],
|
| 112 |
+
["isometric ,3d render,interior a small kitchen with a table and chairs,food, indoors, no humans, window, chair, table, bottle, scenery, plate, kitchen, frying pan, sink, rug, stove, cutting board", 8, 0.8, 123],
|
| 113 |
],
|
| 114 |
inputs=[prompt, negative_prompt, num_steps, guidance_scale, seed],
|
| 115 |
outputs=output,
|