Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
natsunoyuki committed Dec 6, 2023
1 parent c756a2e commit 8347d0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8347d0f

Please sign in to comment.