Skip to content

Commit

Permalink
chore: fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Sep 10, 2024
1 parent d09767c commit 5fbf1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ impl SDBuidler {
let path = path.as_ref().to_str().ok_or_else(|| {
SDError::Operation("The path to the vae file is not valid unicode.".into())
})?;
self.sd.t5xxl_path = path.into();
self.sd.vae_path = path.into();
Ok(self)
}

Expand Down

0 comments on commit 5fbf1ed

Please sign in to comment.