Update app.py
Browse files
app.py
CHANGED
@@ -38,13 +38,13 @@ MODEL_MAPPING = {
|
|
38 |
"provider": "black-forest-labs",
|
39 |
"mapping": "Pro/black-forest-labs/FLUX.1-schnell"
|
40 |
},
|
41 |
-
"
|
42 |
-
"provider": "
|
43 |
-
"mapping": "
|
44 |
},
|
45 |
-
"
|
46 |
"provider": "stabilityai",
|
47 |
-
"mapping": "stabilityai/
|
48 |
},
|
49 |
"stable-diffusion-2-1": {
|
50 |
"provider": "stabilityai",
|
|
|
38 |
"provider": "black-forest-labs",
|
39 |
"mapping": "Pro/black-forest-labs/FLUX.1-schnell"
|
40 |
},
|
41 |
+
"flux.1-dev": {
|
42 |
+
"provider": "black-forest-labs",
|
43 |
+
"mapping": "black-forest-labs/FLUX.1-dev"
|
44 |
},
|
45 |
+
"stable-diffusion-3-5-large": {
|
46 |
"provider": "stabilityai",
|
47 |
+
"mapping": "stabilityai/stable-diffusion-3-5-large"
|
48 |
},
|
49 |
"stable-diffusion-2-1": {
|
50 |
"provider": "stabilityai",
|