Salvador E. Tropea
Salvador E. Tropea
I see these nodes work only for audio files, not for audio tensors. This is a huge limitation because these nodes can't be incorporated to other workflows. As an example:...
### Is there an existing issue for this? - [x] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? After a...
The code currently does: https://github.com/plemeri/transparent-background/blob/63e3443eddaec9a04ad9dcc86aa8a7ecd95bfe83/transparent_background/Remover.py#L42-L43 Which is quite incomplete IMHO. Just think about the following use: a ComfyUI node uses this code, models for ComfyUI are stored in ComfyUI/models, so...
Hi! The availability of various pre-trained weights is very good, thanks! You also include a detailed information about the datasets in the "model zoo" section. Thanks again. But then I...
**Describe the solution you'd like** The setuptools supports reading the version from the source code itself, avoiding repetition and sync problems, like this: ``` [project] name = "image-misc" description =...
**Describe the solution you'd like** The supported mechanism: ``` license = { file = "LICENSE" } ``` Is currently deprecated in favor of [SPDX](https://spdx.org/licenses/) tags, but this tool is forcing...
The current requirements.txt says: - numpy - opencv-python - timm But this isn't complete, BiRefNet code imports: - huggingface_hub - functools In addition, if you mention `numpy` (which is pulled...
Thanks for this node, simple to use, small model and usable. Some details: 1. Please comment in the `README.md` where is the model to download, https://github.com/facefusion/facefusion-assets/releases/download/models-3.0.0/kim_vocal_2.onnx 2. Allow downloading it...
I created some [ComfyUI nodes](https://github.com/set-soft/ComfyUI-RemoveBackground_SET) that supports InSPyReNet and other DIS models. In the current git code I also added support to the whole Zoo so people can do comparisons...