yash commited on
Commit
0183325
·
1 Parent(s): dbe922e

remove models

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -9,8 +9,6 @@ import random
9
  def set_pipeline(model_id_repo,scheduler):
10
 
11
  model_ids_dict = {
12
- "dreamshaper": "Lykon/DreamShaper",
13
- "deliberate": "soren127/Deliberate",
14
  "runwayml": "runwayml/stable-diffusion-v1-5",
15
  "Realistic_Vision_V5_1_noVAE":"SG161222/Realistic_Vision_V5.1_noVAE"
16
  }
 
9
  def set_pipeline(model_id_repo,scheduler):
10
 
11
  model_ids_dict = {
 
 
12
  "runwayml": "runwayml/stable-diffusion-v1-5",
13
  "Realistic_Vision_V5_1_noVAE":"SG161222/Realistic_Vision_V5.1_noVAE"
14
  }