fantos commited on
Commit
aa8990f
ยท
verified ยท
1 Parent(s): cb99de3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -21
app.py CHANGED
@@ -219,11 +219,8 @@ input[type="text"]:focus, textarea:focus {
219
  """
220
 
221
  title = """
222
- <h1 align="center" style="margin-bottom: 0.2em;">Mixture-of-Diffusers for SDXL Tiling Pipeline ๐Ÿค—</h1>
223
- <p align="center" style="font-size:1.1em; color:#555;">
224
- ์ขŒ/์ค‘์•™/์šฐ ๊ฐ ์˜์—ญ์— ๋‹ค๋ฅธ ํ”„๋กฌํ”„ํŠธ๋ฅผ ์ ์šฉํ•˜์—ฌ ํƒ€์ผ๋ง ์ด๋ฏธ์ง€๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.<br>
225
- ์•„๋ž˜ ์˜ˆ์ œ๋ฅผ ํด๋ฆญํ•˜๋ฉด ์ž…๋ ฅ์ฐฝ์— ๊ฐ’์ด ์ฑ„์›Œ์ง‘๋‹ˆ๋‹ค.
226
- </p>
227
  """
228
 
229
  with gr.Blocks(css=css, title="SDXL Tiling Pipeline") as app:
@@ -285,10 +282,10 @@ with gr.Blocks(css=css, title="SDXL Tiling Pipeline") as app:
285
  gr.Examples(
286
  examples=[
287
  [
288
- "Lush green forest with sun rays filtering through the canopy",
289
- "Crystal clear lake reflecting a vibrant sky",
290
- "Majestic mountains with snowy peaks in the distance",
291
- "blurry, low resolution, artifacts, poor details",
292
  7, 7, 7,
293
  128,
294
  30,
@@ -299,10 +296,10 @@ with gr.Blocks(css=css, title="SDXL Tiling Pipeline") as app:
299
  1280
300
  ],
301
  [
302
- "Vibrant city street with neon signs and bustling crowds",
303
- "Sleek modern skyscrapers with digital billboards",
304
- "High-speed maglev train gliding over a futuristic urban landscape",
305
- "blurry, poorly rendered, low quality, disfigured",
306
  8, 8, 8,
307
  100,
308
  35,
@@ -313,10 +310,10 @@ with gr.Blocks(css=css, title="SDXL Tiling Pipeline") as app:
313
  1280
314
  ],
315
  [
316
- "Vibrant abstract strokes with fluid, swirling patterns in cool tones",
317
- "Interlocking geometric shapes bursting with color and texture",
318
- "Dynamic composition of splattered ink with smooth gradients",
319
- "text, watermark, signature, distorted",
320
  6, 6, 6,
321
  80,
322
  25,
@@ -327,10 +324,10 @@ with gr.Blocks(css=css, title="SDXL Tiling Pipeline") as app:
327
  1280
328
  ],
329
  [
330
- "Enchanted forest with glowing bioluminescent plants and mystical fog",
331
- "Ancient castle with towering spires bathed in moonlight",
332
- "Majestic dragon soaring above a starry night sky",
333
- "low quality, artifact, deformed, sketchy",
334
  9, 9, 9,
335
  150,
336
  40,
 
219
  """
220
 
221
  title = """
222
+ <h1 align="center" style="margin-bottom: 0.2em;">Panorama X3 IMAGE ๐Ÿค—</h1>
223
+
 
 
 
224
  """
225
 
226
  with gr.Blocks(css=css, title="SDXL Tiling Pipeline") as app:
 
282
  gr.Examples(
283
  examples=[
284
  [
285
+ "Iron Man, repulsor rays blasting enemies in destroyed cityscape, sparks, energy trails, crumbling skyscrapers, smoke, debris, cinematic lighting, photorealistic, intense action. Focus: Iron Man.",
286
+ "Captain America charging forward, vibranium shield deflecting energy blasts in destroyed cityscape, collapsing buildings, rubble streets, battle-damaged suit, determined expression, distant explosions, cinematic composition, realistic rendering. Focus: Captain America.",
287
+ "Thor wielding Stormbreaker in destroyed cityscape, lightning crackling, powerful strike downwards, shattered buildings, burning debris, ground trembling, Asgardian armor, cinematic photography, realistic details. Focus: Thor.",
288
+ "blurry, low resolution, artifacts, poor details",
289
  7, 7, 7,
290
  128,
291
  30,
 
296
  1280
297
  ],
298
  [
299
+ "A charming house in the countryside, by jakub rozalski, sunset lighting, elegant, highly detailed, smooth, sharp focus, artstation, stunning masterpiece",
300
+ "A dirt road in the countryside crossing pastures, by jakub rozalski, sunset lighting, elegant, highly detailed, smooth, sharp focus, artstation, stunning masterpiece",
301
+ "An old and rusty giant robot lying on a dirt road, by jakub rozalski, dark sunset lighting, elegant, highly detailed, smooth, sharp focus, artstation, stunning masterpiece",
302
+ "blurry, poorly rendered, low quality, disfigured",
303
  8, 8, 8,
304
  100,
305
  35,
 
310
  1280
311
  ],
312
  [
313
+ "Abstract decorative illustration, by joan miro and gustav klimt and marlina vera and loish, elegant, intricate, highly detailed, smooth, sharp focus, vibrant colors, artstation, stunning masterpiece",
314
+ "Abstract decorative illustration, by joan miro and gustav klimt and marlina vera and loish, elegant, intricate, highly detailed, smooth, sharp focus, vibrant colors, artstation, stunning masterpiece",
315
+ "Abstract decorative illustration, by joan miro and gustav klimt and marlina vera and loish, elegant, intricate, highly detailed, smooth, sharp focus, vibrant colors, artstation, stunning masterpiece",
316
+ "text, watermark, signature, distorted",
317
  6, 6, 6,
318
  80,
319
  25,
 
324
  1280
325
  ],
326
  [
327
+ "Magical diagrams and runes written with chalk on a blackboard, elegant, intricate, highly detailed, smooth, sharp focus, artstation, stunning masterpiece",
328
+ "Magical diagrams and runes written with chalk on a blackboard, elegant, intricate, highly detailed, smooth, sharp focus, artstation, stunning masterpiece",
329
+ "Magical diagrams and runes written with chalk on a blackboard, elegant, intricate, highly detailed, smooth, sharp focus, artstation, stunning masterpiece",
330
+ "low quality, artifact, deformed, sketchy",
331
  9, 9, 9,
332
  150,
333
  40,