Skip to content

Commit 1b756d1

Browse files
authored
Update README.md
1 parent 8f0e888 commit 1b756d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/community/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4356,7 +4356,6 @@ from diffusers.utils import make_image_grid
43564356

43574357
# nesting_level=0 -> 64x64; nesting_level=1 -> 256x256 - 64x64; nesting_level=2 -> 1024x1024 - 256x256 - 64x64
43584358
pipe = DiffusionPipeline.from_pretrained("tolgacangoz/matryoshka-diffusion-models",
4359-
custom_pipeline="matryoshka",
43604359
nesting_level=0,
43614360
trust_remote_code=False, # One needs to give permission for this code to run
43624361
).to("cuda")

0 commit comments

Comments
 (0)