Skip to content

Commit

Permalink
change sd xl model
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kennedy committed Mar 27, 2024
1 parent ec32479 commit 2b20a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sd_automatic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub async fn sd_auto(
StableDiffusionVersion::V1_5 => "v1-5-pruned-emaonly.ckpt",
StableDiffusionVersion::V2_1 => "v2-1_768-ema-pruned.ckpt",
StableDiffusionVersion::Xl => "stabilityai/stable-diffusion-xl-1024-1.0.ckpt",
StableDiffusionVersion::Turbo => "stabilityai/sd_xl_turbo_1.0.safetensors",
StableDiffusionVersion::Turbo => "sd_xl_turbo_1.0.safetensors",
};

let payload = AutomaticPayload {
Expand Down

0 comments on commit 2b20a5c

Please sign in to comment.