An open API service indexing awesome lists of open source software.

https://github.com/v-sekai/v-sekai.blender


https://github.com/v-sekai/v-sekai.blender

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Replicate template

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

# Install

```zsh
# Install cog and docker
sudo apt install --no-install-recommends apt-transport-https ca-certificates curl gnupg2
. /etc/os-release
curl -fsSL https://download.docker.com/linux/${ID}/gpg | sudo tee /etc/apt/trusted.gpg.d/docker.asc
echo "deb [arch=amd64] https://download.docker.com/linux/${ID} ${VERSION_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/docker.list
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io
sudo usermod -aG docker $USER
sudo dockerd
cog predict -i input_scene=@capturing_pose.blend

```

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



K. S. Ernest (iFire) Lee
K. S. Ernest (iFire) Lee

🔬 💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!