fofr / cog-consistent-character

Create images of a given character in different poses
https://replicate.com/fofr/consistent-character
MIT License
560 stars 54 forks source link

sudo cog run -p 8188 bash #11

Open Qlalq opened 3 months ago

Qlalq commented 3 months ago

I got an error running it: bash: cog: command not found But the following file exists in my directory

    /root/miniconda3/lib/python3.10/site-packages/cog-0.9.9.dist-info/*
    /root/miniconda3/lib/python3.10/site-packages/cog/*
    /root/miniconda3/lib/python3.10/site-packages/tests/*
muneeb2001 commented 2 months ago

See documentation to install... Used this command on linux

sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/latest/download/cog_$(uname -s)_$(uname -m)"
sudo chmod +x /usr/local/bin/cog