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 d92c4d5 commit eb29dbaCopy full SHA for eb29dba
docs/source/en/training/text_inversion.mdx
@@ -245,7 +245,7 @@ from flax.training.common_utils import shard
245
from diffusers import FlaxStableDiffusionPipeline
246
247
model_path = "path-to-your-trained-model"
248
-pipe, params = FlaxStableDiffusionPipeline.from_pretrained(model_path, dtype=jax.numpy.bfloat16)
+pipeline, params = FlaxStableDiffusionPipeline.from_pretrained(model_path, dtype=jax.numpy.bfloat16)
249
250
prompt = "A <cat-toy> backpack"
251
prng_seed = jax.random.PRNGKey(0)
0 commit comments