dagloop5 commited on
Commit
f4ed0dc
·
verified ·
1 Parent(s): e609127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "coeboy/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
  )
 
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
  )