ziheng1234 commited on
Commit
f1c973c
·
verified ·
1 Parent(s): f1c6a99

Update uno/flux/util.py

Browse files
Files changed (1) hide show
  1. uno/flux/util.py +2 -2
uno/flux/util.py CHANGED
@@ -114,8 +114,8 @@ class ModelSpec:
114
 
115
  configs = {
116
  "flux-dev": ModelSpec(
117
- repo_id="black-forest-labs/FLUX.1-dev",
118
- repo_id_ae="black-forest-labs/FLUX.1-dev",
119
  repo_flow="flux1-dev.safetensors",
120
  repo_ae="ae.safetensors",
121
  ckpt_path=os.getenv("FLUX_DEV"),
 
114
 
115
  configs = {
116
  "flux-dev": ModelSpec(
117
+ repo_id="ziheng1234/fluxdev",
118
+ repo_id_ae="ziheng1234/fluxdev",
119
  repo_flow="flux1-dev.safetensors",
120
  repo_ae="ae.safetensors",
121
  ckpt_path=os.getenv("FLUX_DEV"),