(self, device)
| 553 | |
| 554 | class Image2Pose: |
| 555 | def __init__(self, device): |
| 556 | print("Initializing Image2Pose") |
| 557 | self.detector = OpenposeDetector.from_pretrained('lllyasviel/ControlNet') |
| 558 | |
| 559 | @prompts(name="Pose Detection On Image", |
| 560 | description="useful when you want to detect the human pose of the image. " |
nothing calls this directly
no outgoing calls
no test coverage detected