Skip to content

Commit

Permalink
upgrade to VAE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherjesse committed Oct 10, 2023
1 parent 3cfe0ca commit 4c7455a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def scale_image(img, scale):


SDXL_MODEL_CACHE = "./sdxl-cache"
SDXL_URL = "https://weights.replicate.delivery/default/sdxl/sdxl-vae-fix-1.0.tar"
SDXL_URL = "https://weights.replicate.delivery/default/sdxl/sdxl-vae-upcast-fix.tar"


class KarrasDPM:
Expand Down

0 comments on commit 4c7455a

Please sign in to comment.