Skip to content

Commit

Permalink
Update docs/source/tutorials/stable_diffusion.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: regisss <[email protected]>
  • Loading branch information
estelleafl and regisss authored Oct 2, 2023
1 parent ae43d61 commit 08979cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/stable_diffusion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ prompt = "a white cat"

pipeline = GaudiStableDiffusionUpscalePipeline.from_pretrained(
model_name_upscale,
scheduler=scheduler, #TODO shceduler? Karras??
scheduler=scheduler,
use_habana=True,
use_hpu_graphs=True,
gaudi_config="Habana/stable-diffusion",
Expand Down

0 comments on commit 08979cf

Please sign in to comment.