Greff3 commited on
Commit
0c66368
1 Parent(s): 04fcf72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -9,7 +9,7 @@ import numpy as np
9
  from PIL import Image
10
  import spaces
11
  import torch
12
- from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler, DiffusionPipeline
13
 
14
  DESCRIPTION = """
15
  # Midjourney Free on <a href='https://gpt-chatbot.ru/' target='_blank'>GPT-ChatBot.ru</a>
@@ -87,10 +87,12 @@ def generate(
87
  return image_paths, seed
88
 
89
  examples = [
90
- "Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic oil --ar 2:3 --q 2 --s 750 --v 5 --ar 2:3 --q 2 --s 750 --v 5",
91
- "3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
92
- "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K, Photo-Realistic",
93
- "Food photography of a milk shake with flying strawberrys against a pink background, professionally studio shot with cinematic lighting. The image is in the style of a professional studio shot --ar 85:128 --v 6.0 --style raw"
 
 
94
  ]
95
 
96
  css = '''
 
9
  from PIL import Image
10
  import spaces
11
  import torch
12
+ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
13
 
14
  DESCRIPTION = """
15
  # Midjourney Free on <a href='https://gpt-chatbot.ru/' target='_blank'>GPT-ChatBot.ru</a>
 
87
  return image_paths, seed
88
 
89
  examples = [
90
+ "neon holography crystal cat",
91
+ "a cat eating a piece of cheese",
92
+ "an astronaut riding a horse in space",
93
+ "a cartoon of a boy playing with a tiger",
94
+ "a cute robot artist painting on an easel, concept art",
95
+ "a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
96
  ]
97
 
98
  css = '''