Spaces:
Running
on
Zero
Running
on
Zero
Upload env.py
Browse files
env.py
CHANGED
@@ -55,6 +55,7 @@ models = [
|
|
55 |
"John6666/fluxasiandoll-v10-fp8-flux",
|
56 |
"John6666/xe-asian-flux-01-fp8-flux",
|
57 |
"John6666/fluxescore-dev-v10fp16-fp8-flux",
|
|
|
58 |
# "",
|
59 |
]
|
60 |
|
@@ -64,12 +65,15 @@ model_trigger = {
|
|
64 |
"John6666/fca-style-v33-x10-8step-fp8-flux": "fca_style",
|
65 |
}
|
66 |
|
|
|
|
|
|
|
|
|
|
|
67 |
# List all Models for specified user
|
68 |
HF_MODEL_USER_LIKES = [] # sorted by number of likes
|
69 |
HF_MODEL_USER_EX = [] # sorted by a special rule
|
70 |
|
71 |
-
|
72 |
-
|
73 |
# - **Download Models**
|
74 |
download_model_list = [
|
75 |
]
|
|
|
55 |
"John6666/fluxasiandoll-v10-fp8-flux",
|
56 |
"John6666/xe-asian-flux-01-fp8-flux",
|
57 |
"John6666/fluxescore-dev-v10fp16-fp8-flux",
|
58 |
+
"https://huggingface.co/datasets/John6666/flux1-backup-202410/blob/main/iniverseMixXLSFWNSFW_f1dFP16V10.safetensors",
|
59 |
# "",
|
60 |
]
|
61 |
|
|
|
65 |
"John6666/fca-style-v33-x10-8step-fp8-flux": "fca_style",
|
66 |
}
|
67 |
|
68 |
+
single_file_base_models = {
|
69 |
+
"dev": "camenduru/FLUX.1-dev-diffusers",
|
70 |
+
"schnell": "black-forest-labs/FLUX.1-schnell",
|
71 |
+
}
|
72 |
+
|
73 |
# List all Models for specified user
|
74 |
HF_MODEL_USER_LIKES = [] # sorted by number of likes
|
75 |
HF_MODEL_USER_EX = [] # sorted by a special rule
|
76 |
|
|
|
|
|
77 |
# - **Download Models**
|
78 |
download_model_list = [
|
79 |
]
|