Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module/File location edits/modifications? #41

Open
Duemellon opened this issue Oct 2, 2023 · 1 comment
Open

Module/File location edits/modifications? #41

Duemellon opened this issue Oct 2, 2023 · 1 comment

Comments

@Duemellon
Copy link

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
Copy link
Contributor

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

On Windows:

  • Remove the models and loras folder inside comfyui-animatediff
  • Then open Command Prompt and run
cd 'C:\path\to\your\ComfyUI\custom_nodes\comfyui-animatediff'

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants