Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
11 |
|
12 |
target_models = {
|
13 |
|
|
|
14 |
"Heartsync/NSFW-Uncensored": "https://huggingface.co/Heartsync/NSFW-Uncensored",
|
15 |
"ginipick/QwQ-32B-NF4": "https://huggingface.co/ginipick/QwQ-32B-NF4",
|
16 |
"openfree/winslow-homer": "https://huggingface.co/openfree/winslow-homer",
|
|
|
11 |
|
12 |
target_models = {
|
13 |
|
14 |
+
"Heartsync/Flux-NSFW-uncensored": "https://huggingface.co/Heartsync/Flux-NSFW-uncensored",
|
15 |
"Heartsync/NSFW-Uncensored": "https://huggingface.co/Heartsync/NSFW-Uncensored",
|
16 |
"ginipick/QwQ-32B-NF4": "https://huggingface.co/ginipick/QwQ-32B-NF4",
|
17 |
"openfree/winslow-homer": "https://huggingface.co/openfree/winslow-homer",
|