fix prompting
This commit is contained in:
parent
c5afe9bf85
commit
ec2527b3a1
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ def create_prompting_parser():
|
|||
parser.add_argument("--denoise", type=denoise,
|
||||
help="denoise level, default is 1", default=1.0)
|
||||
|
||||
parser.add_argument("--stop_at_clip_layer", type=denoise,
|
||||
parser.add_argument("--stop_at_clip_layer", type=int,
|
||||
help="clip skip, default is -1, ", default=-1)
|
||||
|
||||
parser.add_argument("--lora", type=lora, action="append",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue