Skip to content

Commit

Permalink
refactor: improve CLI option
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Sep 26, 2024
1 parent fde9daa commit 5fb0130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct Cli {
#[arg(short, long, required = true)]
model_name: String,
/// Path to full model
#[arg(short, long, default_value = "", group = "model_group")]
#[arg(long, default_value = "", group = "model_group")]
model: String,
/// Path to the standalone diffusion model file.
#[arg(long, default_value = "", group = "model_group")]
Expand Down

0 comments on commit 5fb0130

Please sign in to comment.