Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -11,32 +11,28 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
11 |
|
12 |
target_models = {
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"openfree/Gemma-3-R1984-27B-Q4_K_M-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-27B-Q4_K_M-GGUF",
|
15 |
"VIDraft/Gemma-3-R1984-12B": "https://huggingface.co/VIDraft/Gemma-3-R1984-12B",
|
16 |
"openfree/Gemma-3-R1984-12B-Q8_0-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-12B-Q8_0-GGUF",
|
17 |
"openfree/Gemma-3-R1984-12B-Q6_K-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-12B-Q6_K-GGUF",
|
18 |
"openfree/Gemma-3-R1984-27B-Q8_0-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-27B-Q8_0-GGUF",
|
19 |
"openfree/Gemma-3-R1984-27B-Q6_K-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-27B-Q6_K-GGUF",
|
20 |
-
|
21 |
"openfree/flux-chatgpt-ghibli-lora": "https://huggingface.co/openfree/flux-chatgpt-ghibli-lora",
|
22 |
"openfree/string-sandal": "https://huggingface.co/openfree/string-sandal",
|
23 |
"openfree/voice-crown-necklace": "https://huggingface.co/openfree/voice-crown-necklace",
|
24 |
"openfree/boris-yeltsin": "https://huggingface.co/openfree/boris-yeltsin",
|
25 |
-
"openfree/morgenster": "https://huggingface.co/openfree/morgenstern",
|
26 |
"VIDraft/Gemma-3-R1984-27B": "https://huggingface.co/VIDraft/Gemma-3-R1984-27B",
|
27 |
-
|
28 |
-
"kakaocorp/kanana-nano-2.1b-base": "https://huggingface.co/kakaocorp/kanana-nano-2.1b-base",
|
29 |
-
"LGAI-EXAONE/EXAONE-Deep-32B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-32B",
|
30 |
-
"LGAI-EXAONE/EXAONE-Deep-2.4B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-2.4B",
|
31 |
-
"LGAI-EXAONE/EXAONE-Deep-7.8B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-7.8B",
|
32 |
-
"OLAResearch/OLAF2-14B": "https://huggingface.co/OLAResearch/OLAF2-14B",
|
33 |
-
"moreh/Llama-3-Motif-102B": "https://huggingface.co/moreh/Llama-3-Motif-102B",
|
34 |
-
"moreh/MoMo-72B-lora-1.8.7-DPO": "https://huggingface.co/moreh/MoMo-72B-lora-1.8.7-DPO",
|
35 |
-
"moreh/Llama-3-Motif-102B-Instruct": "https://huggingface.co/moreh/Llama-3-Motif-102B-Instruct",
|
36 |
-
"OnomaAIResearch/Illustrious-xl-early-release-v0": "https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0",
|
37 |
-
"OnomaAIResearch/Illustrious-XL-v1.0": "https://huggingface.co/OnomaAIResearch/Illustrious-XL-v1.0",
|
38 |
-
"OnomaAIResearch/Illustrious-XL-v1.1": "https://huggingface.co/OnomaAIResearch/Illustrious-XL-v1.1",
|
39 |
-
|
40 |
"openfree/president-k-dj": "https://huggingface.co/openfree/president-k-dj",
|
41 |
"openfree/president-pjh": "https://huggingface.co/openfree/president-pjh",
|
42 |
"openfree/flux-lora-korea-palace": "https://huggingface.co/openfree/flux-lora-korea-palace",
|
@@ -46,11 +42,12 @@ target_models = {
|
|
46 |
"openfree/korea-president-yoon": "https://huggingface.co/openfree/korea-president-yoon",
|
47 |
"seawolf2357/flux-lora-military-artillery-k9": "https://huggingface.co/seawolf2357/flux-lora-military-artillery-k9",
|
48 |
"openfree/claude-monet": "https://huggingface.co/openfree/claude-monet",
|
|
|
|
|
|
|
49 |
"LGAI-EXAONE/EXAONE-3.5-32B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-32B-Instruct",
|
50 |
"LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct",
|
51 |
"LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct",
|
52 |
-
"ginipick/flux-lora-eric-cat": "https://huggingface.co/ginipick/flux-lora-eric-cat",
|
53 |
-
"seawolf2357/flux-lora-car-rolls-royce": "https://huggingface.co/seawolf2357/flux-lora-car-rolls-royce",
|
54 |
"moreh/Llama-3-Motif-102B-Instruct": "https://huggingface.co/moreh/Llama-3-Motif-102B-Instruct",
|
55 |
"OnomaAIResearch/Illustrious-xl-early-release-v0": "https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0",
|
56 |
"upstage/solar-pro-preview-instruct": "https://huggingface.co/upstage/solar-pro-preview-instruct",
|
@@ -60,7 +57,17 @@ target_models = {
|
|
60 |
"KAERI-MLP/llama-3.1-Korean-AtomicGPT-Bllossom-8B": "https://huggingface.co/KAERI-MLP/llama-3.1-Korean-AtomicGPT-Bllossom-8B",
|
61 |
"dnotitia/Llama-DNA-1.0-8B-Instruct": "https://huggingface.co/dnotitia/Llama-DNA-1.0-8B-Instruct",
|
62 |
"Bllossom/llama-3.2-Korean-Bllossom-3B": "https://huggingface.co/Bllossom/llama-3.2-Korean-Bllossom-3B",
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
"unidocs/llama-3.1-8b-komedic-instruct": "https://huggingface.co/unidocs/llama-3.1-8b-komedic-instruct",
|
65 |
"unidocs/llama-3.2-3b-komedic-instruct": "https://huggingface.co/unidocs/llama-3.2-3b-komedic-instruct",
|
66 |
"etri-lirs/eagle-3b-preview": "https://huggingface.co/etri-lirs/eagle-3b-preview",
|
|
|
11 |
|
12 |
target_models = {
|
13 |
|
14 |
+
"openfree/QwQ-32B-Q8_0-GGUF": "https://huggingface.co/openfree/QwQ-32B-Q8_0-GGUF",
|
15 |
+
"openfree/QwQ-32B-Q4_K_M-GGUF": "https://huggingface.co/openfree/QwQ-32B-Q4_K_M-GGUF",
|
16 |
+
"openfree/Llama-3_3-Nemotron-Super-49B-v1-Q4_K_M-GGUF": "https://huggingface.co/openfree/Llama-3_3-Nemotron-Super-49B-v1-Q4_K_M-GGUF",
|
17 |
+
"openfree/Llama-3_3-Nemotron-Super-49B-v1-Q6_K-GGUF": "https://huggingface.co/openfree/Llama-3_3-Nemotron-Super-49B-v1-Q6_K-GGUF",
|
18 |
+
"openfree/Mistral-Small-3.1-24B-Instruct-2503-Q4_K_M-GGUF": "https://huggingface.co/openfree/Mistral-Small-3.1-24B-Instruct-2503-Q4_K_M-GGUF",
|
19 |
+
"openfree/Mistral-Small-3.1-24B-Instruct-2503-Q6_K-GGUF": "https://huggingface.co/openfree/Mistral-Small-3.1-24B-Instruct-2503-Q6_K-GGUF",
|
20 |
+
"openfree/Mistral-Small-3.1-24B-Instruct-2503-Q8_0-GGUF": "https://huggingface.co/openfree/Mistral-Small-3.1-24B-Instruct-2503-Q8_0-GGUF",
|
21 |
+
"openfree/Qwen2.5-VL-32B-Instruct-Q4_K_M-GGUF": "https://huggingface.co/openfree/Qwen2.5-VL-32B-Instruct-Q4_K_M-GGUF",
|
22 |
+
"openfree/Qwen2.5-VL-32B-Instruct-Q8_0-GGUF": "https://huggingface.co/openfree/Qwen2.5-VL-32B-Instruct-Q8_0-GGUF",
|
23 |
+
|
24 |
+
"openfree/morgenster": "https://huggingface.co/openfree/morgenstern",
|
25 |
"openfree/Gemma-3-R1984-27B-Q4_K_M-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-27B-Q4_K_M-GGUF",
|
26 |
"VIDraft/Gemma-3-R1984-12B": "https://huggingface.co/VIDraft/Gemma-3-R1984-12B",
|
27 |
"openfree/Gemma-3-R1984-12B-Q8_0-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-12B-Q8_0-GGUF",
|
28 |
"openfree/Gemma-3-R1984-12B-Q6_K-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-12B-Q6_K-GGUF",
|
29 |
"openfree/Gemma-3-R1984-27B-Q8_0-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-27B-Q8_0-GGUF",
|
30 |
"openfree/Gemma-3-R1984-27B-Q6_K-GGUF": "https://huggingface.co/openfree/Gemma-3-R1984-27B-Q6_K-GGUF",
|
|
|
31 |
"openfree/flux-chatgpt-ghibli-lora": "https://huggingface.co/openfree/flux-chatgpt-ghibli-lora",
|
32 |
"openfree/string-sandal": "https://huggingface.co/openfree/string-sandal",
|
33 |
"openfree/voice-crown-necklace": "https://huggingface.co/openfree/voice-crown-necklace",
|
34 |
"openfree/boris-yeltsin": "https://huggingface.co/openfree/boris-yeltsin",
|
|
|
35 |
"VIDraft/Gemma-3-R1984-27B": "https://huggingface.co/VIDraft/Gemma-3-R1984-27B",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
"openfree/president-k-dj": "https://huggingface.co/openfree/president-k-dj",
|
37 |
"openfree/president-pjh": "https://huggingface.co/openfree/president-pjh",
|
38 |
"openfree/flux-lora-korea-palace": "https://huggingface.co/openfree/flux-lora-korea-palace",
|
|
|
42 |
"openfree/korea-president-yoon": "https://huggingface.co/openfree/korea-president-yoon",
|
43 |
"seawolf2357/flux-lora-military-artillery-k9": "https://huggingface.co/seawolf2357/flux-lora-military-artillery-k9",
|
44 |
"openfree/claude-monet": "https://huggingface.co/openfree/claude-monet",
|
45 |
+
"ginipick/flux-lora-eric-cat": "https://huggingface.co/ginipick/flux-lora-eric-cat",
|
46 |
+
"seawolf2357/flux-lora-car-rolls-royce": "https://huggingface.co/seawolf2357/flux-lora-car-rolls-royce",
|
47 |
+
|
48 |
"LGAI-EXAONE/EXAONE-3.5-32B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-32B-Instruct",
|
49 |
"LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct",
|
50 |
"LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct",
|
|
|
|
|
51 |
"moreh/Llama-3-Motif-102B-Instruct": "https://huggingface.co/moreh/Llama-3-Motif-102B-Instruct",
|
52 |
"OnomaAIResearch/Illustrious-xl-early-release-v0": "https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0",
|
53 |
"upstage/solar-pro-preview-instruct": "https://huggingface.co/upstage/solar-pro-preview-instruct",
|
|
|
57 |
"KAERI-MLP/llama-3.1-Korean-AtomicGPT-Bllossom-8B": "https://huggingface.co/KAERI-MLP/llama-3.1-Korean-AtomicGPT-Bllossom-8B",
|
58 |
"dnotitia/Llama-DNA-1.0-8B-Instruct": "https://huggingface.co/dnotitia/Llama-DNA-1.0-8B-Instruct",
|
59 |
"Bllossom/llama-3.2-Korean-Bllossom-3B": "https://huggingface.co/Bllossom/llama-3.2-Korean-Bllossom-3B",
|
60 |
+
"kakaocorp/kanana-nano-2.1b-base": "https://huggingface.co/kakaocorp/kanana-nano-2.1b-base",
|
61 |
+
"LGAI-EXAONE/EXAONE-Deep-32B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-32B",
|
62 |
+
"LGAI-EXAONE/EXAONE-Deep-2.4B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-2.4B",
|
63 |
+
"LGAI-EXAONE/EXAONE-Deep-7.8B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-7.8B",
|
64 |
+
"OLAResearch/OLAF2-14B": "https://huggingface.co/OLAResearch/OLAF2-14B",
|
65 |
+
"moreh/Llama-3-Motif-102B": "https://huggingface.co/moreh/Llama-3-Motif-102B",
|
66 |
+
"moreh/MoMo-72B-lora-1.8.7-DPO": "https://huggingface.co/moreh/MoMo-72B-lora-1.8.7-DPO",
|
67 |
+
"moreh/Llama-3-Motif-102B-Instruct": "https://huggingface.co/moreh/Llama-3-Motif-102B-Instruct",
|
68 |
+
"OnomaAIResearch/Illustrious-xl-early-release-v0": "https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0",
|
69 |
+
"OnomaAIResearch/Illustrious-XL-v1.0": "https://huggingface.co/OnomaAIResearch/Illustrious-XL-v1.0",
|
70 |
+
"OnomaAIResearch/Illustrious-XL-v1.1": "https://huggingface.co/OnomaAIResearch/Illustrious-XL-v1.1",
|
71 |
"unidocs/llama-3.1-8b-komedic-instruct": "https://huggingface.co/unidocs/llama-3.1-8b-komedic-instruct",
|
72 |
"unidocs/llama-3.2-3b-komedic-instruct": "https://huggingface.co/unidocs/llama-3.2-3b-komedic-instruct",
|
73 |
"etri-lirs/eagle-3b-preview": "https://huggingface.co/etri-lirs/eagle-3b-preview",
|