jimmycarter
commited on
Add trust_remote_code to example
Browse files
README.md
CHANGED
@@ -41,6 +41,7 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
41 |
"jimmycarter/LibreFLUX",
|
42 |
custom_pipeline="jimmycarter/LibreFLUX",
|
43 |
use_safetensors=True,
|
|
|
44 |
)
|
45 |
|
46 |
# High VRAM
|
|
|
41 |
"jimmycarter/LibreFLUX",
|
42 |
custom_pipeline="jimmycarter/LibreFLUX",
|
43 |
use_safetensors=True,
|
44 |
+
trust_remote_code=True,
|
45 |
)
|
46 |
|
47 |
# High VRAM
|