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.
trust_remote_code=True
1 parent c90993d commit 5009be1Copy full SHA for 5009be1
examples/community/README.md
@@ -4358,6 +4358,7 @@ from diffusers.utils import make_image_grid
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")
4363
4364
prompt0 = "a blue jay stops on the top of a helmet of Japanese samurai, background with sakura tree"
0 commit comments