Anonym26 commited on
Commit
937e665
·
verified ·
1 Parent(s): 8f6011c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -21,11 +21,11 @@ def generate_image(prompt, model_name):
21
 
22
  models = {
23
  "Stable Diffusion v1.5": "Yntec/stable-diffusion-v1-5",
24
- "DreamBooth v2": "stabilityai/dreambooth-v2",
25
- "DALL-E Mini": "dalle-mini/dalle-mini",
26
- "DeepAI Generator": "deepai/image-gen",
27
- "Realistic Vision": "realistic-vision/image-gen",
28
- "Artistic AI": "artistic-ai/v2"
29
  }
30
 
31
  def handle_input(prompt):
 
21
 
22
  models = {
23
  "Stable Diffusion v1.5": "Yntec/stable-diffusion-v1-5",
24
+ "DreamBooth v2": "Yntec/stable-diffusion-v1-5",
25
+ "DALL-E Mini": "Yntec/stable-diffusion-v1-5",
26
+ "DeepAI Generator": "Yntec/stable-diffusion-v1-5",
27
+ "Realistic Vision": "Yntec/stable-diffusion-v1-5",
28
+ "Artistic AI": "Yntec/stable-diffusion-v1-5"
29
  }
30
 
31
  def handle_input(prompt):