(self, device)
| 497 | |
| 498 | class Image2Scribble: |
| 499 | def __init__(self, device): |
| 500 | print("Initializing Image2Scribble") |
| 501 | self.detector = HEDdetector.from_pretrained('lllyasviel/ControlNet') |
| 502 | |
| 503 | @prompts(name="Sketch Detection On Image", |
| 504 | description="useful when you want to generate a scribble of the image. " |
nothing calls this directly
no outgoing calls
no test coverage detected