Text-to-Video
Diffusers
English
video
image-to-video
world-model
game-world-model
fighting-game
street-fighter
behavior-cloning
diffusion
Instructions to use INV-WZQ/ReactiveGWM-Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use INV-WZQ/ReactiveGWM-Models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("INV-WZQ/ReactiveGWM-Models", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ library_name: diffusers
|
|
| 7 |
pipeline_tag: text-to-video
|
| 8 |
tags:
|
| 9 |
- video
|
| 10 |
-
-
|
| 11 |
- world-model
|
| 12 |
- game-world-model
|
| 13 |
- fighting-game
|
|
|
|
| 7 |
pipeline_tag: text-to-video
|
| 8 |
tags:
|
| 9 |
- video
|
| 10 |
+
- image-to-video
|
| 11 |
- world-model
|
| 12 |
- game-world-model
|
| 13 |
- fighting-game
|