Skip to content

Commit

Permalink
Merge branch 'main' into transformers_future
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Feb 4, 2025
2 parents c1e3232 + 5eb610f commit 0f68bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ model_name = "CompVis/stable-diffusion-v1-4"
+ gaudi_config="Habana/stable-diffusion",
)

outputs = generator(
outputs = pipeline(
["An image of a squirrel in Picasso style"],
num_images_per_prompt=16,
+ batch_size=4,
Expand Down

0 comments on commit 0f68bbb

Please sign in to comment.