Instructions to use Shriramnag/shiv-ai-wan-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shriramnag/shiv-ai-wan-model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Shriramnag/shiv-ai-wan-model", 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 folder using huggingface_hub
Browse files- .gitattributes +0 -1
- assets/.DS_Store +0 -0
- assets/logo.png +0 -0
.gitattributes
CHANGED
|
@@ -45,4 +45,3 @@ assets/video_dit_arch.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 45 |
assets/video_vae_res.jpg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
examples/i2v_input.JPG filter=lfs diff=lfs merge=lfs -text
|
| 47 |
assets/.DS_Store filter=lfs diff=lfs merge=lfs -text
|
| 48 |
-
assets/vben_1.3b_vs_sota.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 45 |
assets/video_vae_res.jpg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
examples/i2v_input.JPG filter=lfs diff=lfs merge=lfs -text
|
| 47 |
assets/.DS_Store filter=lfs diff=lfs merge=lfs -text
|
|
|
assets/.DS_Store
CHANGED
|
Binary files a/assets/.DS_Store and b/assets/.DS_Store differ
|
|
|
assets/logo.png
CHANGED
|
|
Git LFS Details
|