Skip to content

Commit

Permalink
optimize search for string sdxl (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongy authored Oct 26, 2023
1 parent ca7b968 commit 51bdb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/stable_diffusion/stable_diffusion_xl.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# # Stable Diffusion XL 1.0
#
# This example is similar to the [Stable Diffusion CLI](/docs/examples/stable_diffusion_cli)
# example, but it generates images from the larger XL 1.0 model. Specifically, it runs the
# example, but it generates images from the larger SDXL 1.0 model. Specifically, it runs the
# first set of steps with the base model, followed by the refiner model.
#
# [Try out the live demo here!](https://modal-labs--stable-diffusion-xl-app.modal.run/) The first
Expand Down

0 comments on commit 51bdb75

Please sign in to comment.