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

import failed #17

Closed
sugatasanshiro opened this issue Feb 5, 2024 · 2 comments
Closed

import failed #17

sugatasanshiro opened this issue Feb 5, 2024 · 2 comments

Comments

@sugatasanshiro
Copy link

chrome_YoUDOdWnso

@nosiu
Copy link
Owner

nosiu commented Feb 5, 2024

It's hard to say without knowing what the console spits out. For my part, I can say that there was a version update today and maybe there is a problem with the cache (?) in the ComfyUI manager (I will check tomorrow if the problem still exists)

I had no idea that someone added this extension there.

In the worst case, the solution would be to download the repository as, for example, ZIP (CODE -> download ZIP).
Unpacking and pasting the files to ComfyUI/custom-nodes/comfyui-instantId-faceswap and overwrite changes.

  • installing new diffusers 0.26.x info in the changelog section in the readme

@johndpope
Copy link

update.sh - run inside your /comfyui/custom_nodes (every day)

#!/bin/bash

Green='\033[0;32m'
Def='\033[m'

echo -e "${Green}MainApp:${Def}"
git pull
echo ---

for f in *; do
    if [ -d "$f" ]; then
        echo -e "${Green}$f:${Def}"
        cd "$f"
        git pull
        echo ---
        cd ..
    fi
done

@nosiu nosiu closed this as completed Oct 20, 2024
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

3 participants