asdff
asdff copied to clipboard
I have my application in memory, never unloading the asdff module. Need this so users of the application can toggle asdff on and off. This helps keeps application performance strong.
Adding the box blur type for giving more creative options to blur the asdff into the initial image.
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.3.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.292...v0.3.2) - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 24.2.0](https://github.com/psf/black-pre-commit-mirror/compare/23.9.1...24.2.0)
 I wanted implement the controller of Detection and Mask Preprocessing using slider bar as above. howerever, I couldn't find any arguments/parmetres related with Detection & Mask Preprocessing....
https://github.com/Bing-su/asdff/blob/8ac7245fd7aef8504b24da10d6495159c72b0d33/asdff/yolo.py#L71 I've noticed that there numpy used in places. Could we have a torch check to see if device is cuda, and to use torch instead of numpy when a...
How to use the AdCnPipeline with inpainting? I initialized the call as pipe = AdCnPipeline.from_pretrained("stablediffusionapi/counterfeit-v30", torch_dtype=torch.float16, controlnet=controlnet) but now how to activate inpainting?
In the UI, I was able to load my checkpoints and use it as main prompt. It works wonders. Additionally, how do I design it so that it is similar...
i've found this error error 'NoneType' object has no attribute 'parameters'
Adding YOLO detectors for faces, hands, people and clothes as separate functions.