yash
commited on
Commit
·
eb0ebe2
1
Parent(s):
05a20bc
remove models
Browse files
app.py
CHANGED
@@ -12,8 +12,6 @@ import random
|
|
12 |
def set_pipeline(model_id_repo,scheduler):
|
13 |
|
14 |
model_ids_dict = {
|
15 |
-
"dreamshaper": "Lykon/DreamShaper",
|
16 |
-
"deliberate": "soren127/Deliberate",
|
17 |
"runwayml": "runwayml/stable-diffusion-v1-5",
|
18 |
"Realistic_Vision_V5_1_noVAE":"SG161222/Realistic_Vision_V5.1_noVAE"
|
19 |
}
|
|
|
12 |
def set_pipeline(model_id_repo,scheduler):
|
13 |
|
14 |
model_ids_dict = {
|
|
|
|
|
15 |
"runwayml": "runwayml/stable-diffusion-v1-5",
|
16 |
"Realistic_Vision_V5_1_noVAE":"SG161222/Realistic_Vision_V5.1_noVAE"
|
17 |
}
|