Skip to content

Commit

Permalink
flux resolution fix (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanuys authored Jan 28, 2025
1 parent 0696a60 commit 49631c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bitmind/validator/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@
"guidance_scale": 2,
"num_inference_steps": {"min": 50, "max": 125},
"generator": torch.Generator("cuda" if torch.cuda.is_available() else "cpu"),
"height": [512, 768],
"width": [512, 768]
"resolution": [512, 768]
},
"enable_model_cpu_offload": False
},
Expand Down

0 comments on commit 49631c5

Please sign in to comment.