Skip to content

Commit

Permalink
Merge pull request #10 from ForserX/dev
Browse files Browse the repository at this point in the history
Dev merge
  • Loading branch information
ForserX authored Apr 26, 2023
2 parents c9d9d37 + 0375e2f commit ed093b4
Show file tree
Hide file tree
Showing 25 changed files with 5,850 additions and 606 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/repo/diffusion_scripts/controlnet_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def generatePoseFromImage():
model = OpenposeDetector.from_pretrained(opt.mdlpath)
in_img = Image.open(opt.img)

img = model(in_img)
img = model(in_img, hand_and_face=True)
img.save(opt.outfile)
print(f"CN: Pose - {opt.outfile}")

Expand Down
Loading

0 comments on commit ed093b4

Please sign in to comment.