Skip to content

Commit

Permalink
[demo] fixed a config mismatch (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLeeeee authored Mar 22, 2024
1 parent 0050800 commit 06507f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
MODEL_TYPES = ["v1-16x256x256", "v1-HQ-16x256x256", "v1-HQ-16x512x512"]
CONFIG_MAP = {
"v1-16x256x256": "configs/opensora/inference/16x256x256.py",
"v1-HQ-16x256x256": "configs/opensora/inference/16x512x512.py",
"v1-HQ-16x256x256": "configs/opensora/inference/16x256x256.py",
"v1-HQ-16x512x512": "configs/opensora/inference/16x512x512.py",
}
HF_STDIT_MAP = {
Expand Down

0 comments on commit 06507f7

Please sign in to comment.