"docs/source/vscode:/vscode.git/clone" did not exist on "d3e4460b98b7dfa8205a3c09c3bfc5a36663a2a0"
Unverified Commit d46d78c5 authored by Isamu Isozaki's avatar Isamu Isozaki Committed by GitHub
Browse files

Hotfix textual inv logging (#2183)

parent 05168e5d
......@@ -783,6 +783,7 @@ def main():
pipeline = DiffusionPipeline.from_pretrained(
args.pretrained_model_name_or_path,
text_encoder=accelerator.unwrap_model(text_encoder),
tokenizer=tokenizer,
revision=args.revision,
)
pipeline.scheduler = DPMSolverMultistepScheduler.from_config(pipeline.scheduler.config)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment