bakhil-aissa commited on
Commit
9523e15
·
verified ·
1 Parent(s): e0ee8c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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="LCM DreamShaper v8 – OpenVINO") as demo:
56
  gr.Markdown(
57
  """
58
- # 🎨 LCM DreamShaper v8 — 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,9 +107,9 @@ with gr.Blocks(title="LCM DreamShaper v8 – OpenVINO") as demo:
107
 
108
  gr.Examples(
109
  examples=[
110
- ["portrait of a woman, dramatic lighting, oil painting style", "blurry, low quality", 4, 0.8, 42],
111
- ["futuristic city at night, neon lights, cyberpunk", "blurry, low quality", 6, 1.0, 7],
112
- ["a majestic wolf in a forest, 4k, detailed", "cartoon, anime", 8, 0.8, 123],
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,