From 8347d0f86d63821c5c2d54673429ed2e9194bfcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=92=D1=83=D0=BB=D0=BA=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=BD?= <33706936+natsunoyuki@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:21:43 +0900 Subject: [PATCH] Add files via upload --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7ea31ba..cc16fd7 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,11 @@ negative_prompt = """...""" # Initialize the text to image pipe class. text_2_img = Text2ImagePipe( - model_dir, - prompt, - negative_prompt, - lora_path, - scheduler, + model_dir = model_dir, + prompt = prompt, + negative_prompt = negative_prompt, + lora_path = lora_path, + scheduler = scheduler, clip_skip = clip_skip, safety_checker = None, use_prompt_embeddings = True,