Update app.py
Browse files
app.py
CHANGED
@@ -25,11 +25,11 @@ def query(prompt, model, is_negative=False, steps=20, cfg_scale=7, seed=None):
|
|
25 |
if model == 'Openjourney v4':
|
26 |
API_URL = "https://api-inference.huggingface.co/models/prompthero/openjourney-v4"
|
27 |
if model == 'Anything V5':
|
28 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
29 |
if model == 'AbsoluteReality v1.8.1':
|
30 |
-
API_URL = "
|
31 |
-
if model == '
|
32 |
-
API_URL = "
|
33 |
if model == 'Lyriel 1.6':
|
34 |
API_URL = "https://api-inference.huggingface.co/models/stablediffusionapi/lyrielv16"
|
35 |
|
|
|
25 |
if model == 'Openjourney v4':
|
26 |
API_URL = "https://api-inference.huggingface.co/models/prompthero/openjourney-v4"
|
27 |
if model == 'Anything V5':
|
28 |
+
API_URL = "https://api-inference.huggingface.co/models/stablediffusionapi/anything-v5"
|
29 |
if model == 'AbsoluteReality v1.8.1':
|
30 |
+
API_URL = "https://api-inference.huggingface.co/models/digiplay/AbsoluteReality_v1.8.1"
|
31 |
+
if model == 'Dreamshaper v8':
|
32 |
+
API_URL = "https://api-inference.huggingface.co/models/Lykon/dreamshaper-8"
|
33 |
if model == 'Lyriel 1.6':
|
34 |
API_URL = "https://api-inference.huggingface.co/models/stablediffusionapi/lyrielv16"
|
35 |
|