comfyui-reactor-node icon indicating copy to clipboard operation
comfyui-reactor-node copied to clipboard

Reactor doesn't respect the extra_model_paths.yaml (extra search path)

Open scofano opened this issue 5 months ago • 0 comments

First, confirm

  • [X] I have read the instruction carefully
  • [X] I have searched the existing issues
  • [X] I have updated the extension to the latest version

What happened?

When setting an external folder for the models (I create many portable backups), reactor forces download of the /facerestore_models /facedetection folders and doesn't recognize the /insightface model folder.

Steps to reproduce the problem

Your workflow on D:\ComfyUI_windows_portable\ComfyUI create a file called extra_model_paths.yaml and place new folder settings. Mine, as an example, is:

#config for comfyui #your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.

#comfyui:

base_path: path/to/comfyui/

checkpoints: models/checkpoints/

clip: models/clip/

clip_vision: models/clip_vision/

configs: models/configs/

controlnet: models/controlnet/

embeddings: models/embeddings/

loras: models/loras/

upscale_models: models/upscale_models/

vae: models/vae/

other_ui: base_path: D:/ checkpoints: models/checkpoints/ clip: models/clip/ clip_interrogator: models/clip_interrogator/ clip_vision: models/clip_vision/ configs: models/configs/ controlnet: models/controlnet/ diffusers: models/diffusers/ diffusion_models: models/diffusion_models/ embeddings: models/embeddings/ gligen: models/gligen/ hypernetworks: models/hypernetworks/ LLM: models/LLM/ llm_gguf: models/llm_gguf/ loras: models/loras/ photomaker: models/photomaker/ style_models: models/style_models/ unet: models/unet/ upscale_models: models/upscale_models/ vae: models/vae/ vae_approx: models/vae_approx/ animatediff_models: models/animatediff_models animatediff_motion_lora: models/animatediff_motion_lora CogVideo: models/CogVideo facedetection: models/facedetection facerestore_models: models/facerestore_models insightface: models/insightface mmdets: models/mmdets onnx: models/onnx reactor: models/reactor sams: models/sams ultralytics: models/ultralytics xlabs: models/xlabs

Sysinfo

Win 11, rtx4070

Relevant console log

No log

Additional information

No response

scofano avatar Sep 18 '24 12:09 scofano