Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,9 @@ from gradio_client import Client
|
|
12 |
SERVER_NAMES = {
|
13 |
"google_us": "Google US Server",
|
14 |
"azure_lite": "Azure Lite Supercomputer Server",
|
|
|
15 |
"nsfw_core" : "NSFW-Core: Uncensored Server",
|
|
|
16 |
|
17 |
}
|
18 |
|
@@ -20,7 +22,9 @@ SERVER_NAMES = {
|
|
20 |
SERVER_SOCKETS = {
|
21 |
"google_us": None,
|
22 |
"azure_lite": "FLUX-Pro-SERVER1",
|
|
|
23 |
"nsfw_core": "FLUX-Pro-NSFW-LocalCoreProcessor",
|
|
|
24 |
|
25 |
}
|
26 |
|
@@ -120,12 +124,17 @@ iface = gr.Interface(
|
|
120 |
- **Server** – switch between servers if one is slow or fails:
|
121 |
- **Google US Server**
|
122 |
- **Azure Lite Supercomputer Server**
|
123 |
-
- **
|
|
|
124 |
- **Suggestions** – have ideas? I’m open to them!
|
125 |
|
126 |
⚠️ **Caution:**
|
127 |
The **NSFW‑Core** server can generate adult‑only content. You must be of legal age in your jurisdiction and comply with all local laws and platform policies. Developer is not liable for misuse.
|
128 |
|
|
|
|
|
|
|
|
|
129 |
Click **Generate** and enjoy unlimited AI art!
|
130 |
|
131 |
❤️ **Like & follow** for more AI projects:
|
|
|
12 |
SERVER_NAMES = {
|
13 |
"google_us": "Google US Server",
|
14 |
"azure_lite": "Azure Lite Supercomputer Server",
|
15 |
+
"artemis" : "Artemis GPU Super cluster",
|
16 |
"nsfw_core" : "NSFW-Core: Uncensored Server",
|
17 |
+
"nsfw_core_2" : "NSFW-Core: Uncensored Server 2",
|
18 |
|
19 |
}
|
20 |
|
|
|
22 |
SERVER_SOCKETS = {
|
23 |
"google_us": None,
|
24 |
"azure_lite": "FLUX-Pro-SERVER1",
|
25 |
+
"artemis" : "FLUX-Pro-Artemis-GPU",
|
26 |
"nsfw_core": "FLUX-Pro-NSFW-LocalCoreProcessor",
|
27 |
+
"nsfw_core_2" : "FLUX-Pro-NSFW-LocalCoreProcessor-v2",
|
28 |
|
29 |
}
|
30 |
|
|
|
124 |
- **Server** – switch between servers if one is slow or fails:
|
125 |
- **Google US Server**
|
126 |
- **Azure Lite Supercomputer Server**
|
127 |
+
- **Artemis GPU Super cluster**
|
128 |
+
- **NSFW‑Core: Uncensored Servers** (for explicit content; use responsibly)
|
129 |
- **Suggestions** – have ideas? I’m open to them!
|
130 |
|
131 |
⚠️ **Caution:**
|
132 |
The **NSFW‑Core** server can generate adult‑only content. You must be of legal age in your jurisdiction and comply with all local laws and platform policies. Developer is not liable for misuse.
|
133 |
|
134 |
+
|
135 |
+
> ⚡ 2 NSFW Servers available
|
136 |
+
|
137 |
+
|
138 |
Click **Generate** and enjoy unlimited AI art!
|
139 |
|
140 |
❤️ **Like & follow** for more AI projects:
|