Commit 4f0b7ba1 authored by muyangli's avatar muyangli
Browse files

fix a typo

parent b2a817c8
...@@ -22,7 +22,7 @@ pipeline.transformer.forward = MethodType(pulid_forward, pipeline.transformer) ...@@ -22,7 +22,7 @@ pipeline.transformer.forward = MethodType(pulid_forward, pipeline.transformer)
id_image = load_image("https://github.com/ToTheBeginning/PuLID/blob/main/example_inputs/liuyifei.png?raw=true") id_image = load_image("https://github.com/ToTheBeginning/PuLID/blob/main/example_inputs/liuyifei.png?raw=true")
image = pipeline( image = pipeline(
"A woman holding a sign that says 'SVDQuant is fast!", "A woman holding a sign that says 'SVDQuant is fast!'",
id_image=id_image, id_image=id_image,
id_weight=1, id_weight=1,
num_inference_steps=12, num_inference_steps=12,
......
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