Currently, ComfyUI-RMBG uses hardcoded paths (ComfyUI/models/RMBG/)
and does not respect custom model paths configured in extra_model_paths.yaml.
It would be great if this extension could use ComfyUI's folder_paths
system to support custom model directories.
Expected behavior:
- Respect paths defined in extra_model_paths.yaml
- Use folder_paths.get_folder_paths() or similar ComfyUI standard methods
Current workaround:
- Using symbolic links to redirect the default path to custom locations