Skip to content

Commit

Permalink
stabilityai/stable-diffusion-2 change stabilityai/stable-diffusion-v1-5
Browse files Browse the repository at this point in the history
  • Loading branch information
LokeZhou committed Aug 17, 2023
1 parent 62d0535 commit ebe9cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ from paddlemix import Appflow

paddle.seed(1024)
task = Appflow(app="text2image_generation",
models=["stabilityai/stable-diffusion-2"]
models=["stabilityai/stable-diffusion-v1-5"]
)
prompt = "a photo of an astronaut riding a horse on mars."
result = task(prompt=prompt)['result']
Expand Down
2 changes: 1 addition & 1 deletion applications/README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ from paddlemix import Appflow

paddle.seed(1024)
task = Appflow(app="text2image_generation",
models=["stabilityai/stable-diffusion-2"]
models=["stabilityai/stable-diffusion-v1-5"]
)
prompt = "a photo of an astronaut riding a horse on mars."
result = task(prompt=prompt)['result']
Expand Down

0 comments on commit ebe9cbd

Please sign in to comment.