Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,10 @@ mod_list = {
|
|
24 |
"FLUX.1 Redux": "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-Redux-dev",
|
25 |
"FLUX.1 Dev | UltraRealsim 2.0": "https://api-inference.huggingface.co/models/prithivMLmods/Canopus-LoRA-Flux-UltraRealism-2.0",
|
26 |
"Lumina Image 2.0": "https://api-inference.huggingface.co/models/Alpha-VLLM/Lumina-Image-2.0",
|
27 |
-
"FLUX.1 Dev | Vector Journey": "https://api-inference.huggingface.co/models/Shakker-Labs/FLUX.1-dev-LoRA-Vector-Journey"
|
|
|
|
|
|
|
28 |
}
|
29 |
API_TOKEN = os.getenv("HF_READ_TOKEN")
|
30 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
|
|
24 |
"FLUX.1 Redux": "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-Redux-dev",
|
25 |
"FLUX.1 Dev | UltraRealsim 2.0": "https://api-inference.huggingface.co/models/prithivMLmods/Canopus-LoRA-Flux-UltraRealism-2.0",
|
26 |
"Lumina Image 2.0": "https://api-inference.huggingface.co/models/Alpha-VLLM/Lumina-Image-2.0",
|
27 |
+
"FLUX.1 Dev | Vector Journey": "https://api-inference.huggingface.co/models/Shakker-Labs/FLUX.1-dev-LoRA-Vector-Journey",
|
28 |
+
"FLUX.1 Dev | Deep Blue": "https://api-inference.huggingface.co/models/fffiloni/deep-blue-v2",
|
29 |
+
"Realism Engine v1.0": "digiplay/RealismEngine_v1",
|
30 |
+
"Absolute Reality v1.8.1": "digiplay/AbsoluteReality_v1.8.1"
|
31 |
}
|
32 |
API_TOKEN = os.getenv("HF_READ_TOKEN")
|
33 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|