We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926df99 commit 43b269dCopy full SHA for 43b269d
docs/source/en/optimization/speed-memory-optims.md
@@ -60,7 +60,7 @@ pipeline = DiffusionPipeline.from_pretrained(
60
61
# compile
62
pipeline.transformer.to(memory_format=torch.channels_last)
63
-pipeline.transformer.compile( mode="max-autotune", fullgraph=True)
+pipeline.transformer.compile(mode="max-autotune", fullgraph=True)
64
pipeline("""
65
cinematic film still of a cat sipping a margarita in a pool in Palm Springs, California
66
highly detailed, high budget hollywood movie, cinemascope, moody, epic, gorgeous, film grain
0 commit comments