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
Upload SF2 and SF3 ReactiveGWM model files
Browse files
SF2/ReactiveGWM_base.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca8f01e08f641ac65514d30b2d241e183f3629278111c2733f66dcc93aeae43e
|
| 3 |
+
size 10001505776
|
SF2/ReactiveGWM_transfer.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d704abc669d9cb796f7020983364e599f5c01fa2436703b84a8bf92d65b8c1b1
|
| 3 |
+
size 10001505744
|
SF2/Vanilla.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ecd925146a77ec1fdce25b95247ff9c270181e8d047d32deadcef3cf4755258
|
| 3 |
+
size 10001505776
|
SF3/ReactiveGWM_base.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4598cf064741ded41dcd783a311aaec7c949f1f1e7a0cb359609c3579784bf1f
|
| 3 |
+
size 10001505776
|
SF3/ReactiveGWM_transfer.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc87b1fe1e814c38fa8bf99bb1fbf253c179f987bf49c0722a3ba48587ed45ce
|
| 3 |
+
size 10001505776
|
SF3/Vanilla.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3988c12dbc845a7f2351b5166a615d99510e73c9d1c52cef36388046322b082
|
| 3 |
+
size 10001505776
|