Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ from diffusers import UNetSpatioTemporalConditionModel, StableVideoDiffusionPipe
|
|
24 |
import torch
|
25 |
from PIL import Image
|
26 |
|
27 |
-
model_id = '
|
28 |
|
29 |
# Load the custom UNet
|
30 |
unet = UNetSpatioTemporalConditionModel.from_pretrained(
|
|
|
24 |
import torch
|
25 |
from PIL import Image
|
26 |
|
27 |
+
model_id = 'genex-world/GenEx-World-Explorer'
|
28 |
|
29 |
# Load the custom UNet
|
30 |
unet = UNetSpatioTemporalConditionModel.from_pretrained(
|