comfyui icon indicating copy to clipboard operation
comfyui copied to clipboard

I am a noob, where do I put models and modules/plugins?

Open Corshi opened this issue 2 years ago • 5 comments

The directory structure seems different than other repos and I have no idea how to correctly use the directories of this. Maybe a package that already contain ltdrdata / ComfyUI-Manager ?

Corshi avatar Feb 08 '24 15:02 Corshi

image

Description is at here

hongminpark avatar Feb 09 '24 08:02 hongminpark

The storage directory only tracks models because nodes have dependencies and trying to keep them working between container teardowns is likely to break things.

The entries at /opt/ai-dock/storage_monitor/etc/mappings.sh determine where files should be linked to. This is to support a future image that will contain several Stable Diffusion apps that all rely on the same models.

To install nodes you can either manually install them in /opt/ComfyUI/custom_nodes or you can provide a provisioning script URL on start. The default is https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh but you can pass any URL that points to a bash script.

Hope this helps!

robballantyne avatar Feb 19 '24 09:02 robballantyne

What about ultralytics folder? Doesn't seems to work

Six6pounder avatar Feb 22 '24 12:02 Six6pounder

I'll add it in as a default this afternoon. You can also add it by adding an entry in mappings.sh if you cannot wait but I will do it today

robballantyne avatar Feb 22 '24 12:02 robballantyne

https://github.com/ai-dock/comfyui/commit/94c7554b5cddb245236985ce472e183833565337 adds more useful mappings.

Build running at https://github.com/ai-dock/comfyui/actions/runs/8011776891

robballantyne avatar Feb 22 '24 22:02 robballantyne