We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
One quick and easy way is to create a symlink to existing model folders:
On Windows:
models
loras
comfyui-animatediff
Command Prompt
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: