Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ GPU_SIZE = os.environ.get("H3_GPU_SIZE", "xlarge")
|
|
| 42 |
# default, which reproduces the official weights exactly. Confirmed diffusers-native key naming (not ComfyUI,
|
| 43 |
# not pruned-AdaLN) via `xal2077/PinkCherry_MiniMax-H3-Demo`'s own working `load_state_dict(strict=True)` call
|
| 44 |
# against an earlier release of the same lineage.
|
| 45 |
-
CUSTOM_TRANSFORMER_REPO = os.environ.get("H3_CUSTOM_TRANSFORMER_REPO", "
|
| 46 |
CUSTOM_TRANSFORMER_FILE = os.environ.get(
|
| 47 |
"H3_CUSTOM_TRANSFORMER_FILE", "v1-final-fl2va/PinkCherry_v1_bf16_fla2va_H3.safetensors"
|
| 48 |
)
|
|
|
|
| 42 |
# default, which reproduces the official weights exactly. Confirmed diffusers-native key naming (not ComfyUI,
|
| 43 |
# not pruned-AdaLN) via `xal2077/PinkCherry_MiniMax-H3-Demo`'s own working `load_state_dict(strict=True)` call
|
| 44 |
# against an earlier release of the same lineage.
|
| 45 |
+
CUSTOM_TRANSFORMER_REPO = os.environ.get("H3_CUSTOM_TRANSFORMER_REPO", "SexGod1979/PinkCherry_MiniMax-H3")
|
| 46 |
CUSTOM_TRANSFORMER_FILE = os.environ.get(
|
| 47 |
"H3_CUSTOM_TRANSFORMER_FILE", "v1-final-fl2va/PinkCherry_v1_bf16_fla2va_H3.safetensors"
|
| 48 |
)
|