Skip to content

Commit

Permalink
point to fork of sd 1.5 weights (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye authored Sep 6, 2024
1 parent a67ea5d commit 146cf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/stable_diffusion/stable_diffusion_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# This lets us start containers much faster, since all the data that's needed is
# already inside the image.

model_id = "runwayml/stable-diffusion-v1-5"
model_id = "Jiali/stable-diffusion-1.5"

image = modal.Image.debian_slim(python_version="3.10").pip_install(
"accelerate==0.29.2",
Expand Down

0 comments on commit 146cf4f

Please sign in to comment.