Skip to content

Commit

Permalink
fix: path to taesd (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Mar 19, 2024
1 parent 4407e22 commit e25734c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/future/ipc/sdk.ts
Expand Up @@ -73,7 +73,7 @@ ipcMain.on(
"stable-diffusion/checkpoints/stabilityai/sd-turbo/fp16/sd-turbo-fp16"
),
"--vae_path",
getCaptainDownloads("stable-diffusion/vae/madebyollin/taesd"),
getCaptainDownloads("stable-diffusion/vae/madebyollin/taesd/taesd"),
"--input_image_path",
getCaptainTemporary("live-painting/input.png"),
"--output_image_path",
Expand Down

0 comments on commit e25734c

Please sign in to comment.