https://github.com/v-sekai/v-sekai.blender
https://github.com/v-sekai/v-sekai.blender
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/v-sekai/v-sekai.blender
- Owner: V-Sekai
- License: mit
- Created: 2023-09-03T20:22:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T01:10:18.000Z (over 1 year ago)
- Last Synced: 2025-01-24T02:39:47.443Z (3 months ago)
- Language: Python
- Size: 5.93 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Replicate template
[](#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)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!