ArtVentureX / comfyui-animatediff

AnimateDiff for ComfyUI
Apache License 2.0
682 stars 44 forks source link

Module/File location edits/modifications? #41

Open Duemellon opened 1 year ago

Duemellon commented 1 year ago

I have A1111, AnimateDiff for that... I have this one, the ArtVenture... I have the alt, the Kosinkandink fork...

Which means I have 3 copies of the same files in 3 different locations : (

A1111 has a place where I can specify location for files (so I chose the Kosinkandink) so I reduced it to two.

Can directory selection be included/updated so I can reduce the HD space it's taking up?

artventuredev commented 1 year ago

One quick and easy way is to create a symlink to existing model folders:

On Windows:

mklink /d models 'C:\path\to\your\A1111\models\animatediff' mklink /d loras 'C:\path\to\your\A1111\models\animatediff-lora'



Note: the command will still success even when the path is not exists, you should copy the path on the File Explorer to get it correctly.