Instructions to use Viggle/Viggle-Animate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Viggle/Viggle-Animate with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Viggle/Viggle-Animate", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
docs: score the launch teaser (Electrodoodle, CC-BY), credit in the licence section
Browse files- README.md +5 -1
- examples/media/teaser.mp4 +2 -2
README.md
CHANGED
|
@@ -21,7 +21,7 @@ Repaint one frame. The model propagates that edit across the whole clip, in 4 sa
|
|
| 21 |
|
| 22 |
<video autoplay controls muted loop playsinline width="100%" src="https://huggingface.co/Viggle/Viggle-Animate/resolve/main/examples/media/teaser.mp4"></video>
|
| 23 |
|
| 24 |
-
<p align="center"><sub>30 s of renders from this model — one take each, <code>--steps 4</code>, no pose estimation and no masks.</sub></p>
|
| 25 |
|
| 26 |
<video autoplay controls muted loop playsinline width="100%" src="https://huggingface.co/Viggle/Viggle-Animate/resolve/main/examples/media/hero-duo.mp4"></video>
|
| 27 |
|
|
@@ -253,6 +253,10 @@ ship a product on them. Our changes are listed in [`MODIFICATIONS.md`](MODIFICAT
|
|
| 253 |
The code in [`inference/`](inference) and [`examples/`](examples) is Apache 2.0
|
| 254 |
([`LICENSE-CODE`](LICENSE-CODE)).
|
| 255 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
## Intended use
|
| 257 |
|
| 258 |
This model exists to put a consenting performer into footage they did not shoot, and it will just
|
|
|
|
| 21 |
|
| 22 |
<video autoplay controls muted loop playsinline width="100%" src="https://huggingface.co/Viggle/Viggle-Animate/resolve/main/examples/media/teaser.mp4"></video>
|
| 23 |
|
| 24 |
+
<p align="center"><sub>30 s of renders from this model — one take each, <code>--steps 4</code>, no pose estimation and no masks. Unmute for sound.</sub></p>
|
| 25 |
|
| 26 |
<video autoplay controls muted loop playsinline width="100%" src="https://huggingface.co/Viggle/Viggle-Animate/resolve/main/examples/media/hero-duo.mp4"></video>
|
| 27 |
|
|
|
|
| 253 |
The code in [`inference/`](inference) and [`examples/`](examples) is Apache 2.0
|
| 254 |
([`LICENSE-CODE`](LICENSE-CODE)).
|
| 255 |
|
| 256 |
+
Music in the teaser at the top of this page: "Electrodoodle" by Kevin MacLeod
|
| 257 |
+
([incompetech.com](https://incompetech.com)), licensed under
|
| 258 |
+
[Creative Commons: By Attribution 4.0](http://creativecommons.org/licenses/by/4.0/).
|
| 259 |
+
|
| 260 |
## Intended use
|
| 261 |
|
| 262 |
This model exists to put a consenting performer into footage they did not shoot, and it will just
|
examples/media/teaser.mp4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32c084936c46203abfc34aa835e5d17316dcb02d0be853a27124c2ed7f9ab722
|
| 3 |
+
size 16612460
|