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 8f0e888 commit 1b756d1Copy full SHA for 1b756d1
examples/community/README.md
@@ -4356,7 +4356,6 @@ from diffusers.utils import make_image_grid
4356
4357
# nesting_level=0 -> 64x64; nesting_level=1 -> 256x256 - 64x64; nesting_level=2 -> 1024x1024 - 256x256 - 64x64
4358
pipe = DiffusionPipeline.from_pretrained("tolgacangoz/matryoshka-diffusion-models",
4359
- custom_pipeline="matryoshka",
4360
nesting_level=0,
4361
trust_remote_code=False, # One needs to give permission for this code to run
4362
).to("cuda")
0 commit comments