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 05168e5 commit d46d78cCopy full SHA for d46d78c
examples/textual_inversion/textual_inversion.py
@@ -783,6 +783,7 @@ def main():
783
pipeline = DiffusionPipeline.from_pretrained(
784
args.pretrained_model_name_or_path,
785
text_encoder=accelerator.unwrap_model(text_encoder),
786
+ tokenizer=tokenizer,
787
revision=args.revision,
788
)
789
pipeline.scheduler = DPMSolverMultistepScheduler.from_config(pipeline.scheduler.config)
0 commit comments