Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AEmotionStudio
/
Vista4D

Text-to-Video
Diffusers
Safetensors
video-reshooting
4d
vista4d
wan2.1
fp8
quantized
Model card Files Files and versions
xet
Community

Instructions to use AEmotionStudio/Vista4D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use AEmotionStudio/Vista4D with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AEmotionStudio/Vista4D", 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
Vista4D / wan-encoders-fp8
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
AEmotionStudio's picture
AEmotionStudio
add: wan encoders fp8: wan-encoders-fp8/umt5_xxl_e4m3fn_scaled.safetensors
99726f8 verified 1 day ago
  • tokenizer
    add: wan encoders fp8: wan-encoders-fp8/tokenizer/umt5-xxl/tokenizer_config.json 1 day ago
  • Wan2.1_VAE.bf16.safetensors
    254 MB
    xet
    add: wan encoders fp8: wan-encoders-fp8/Wan2.1_VAE.bf16.safetensors 1 day ago
  • umt5_xxl_e4m3fn_scaled.safetensors
    6.73 GB
    xet
    add: wan encoders fp8: wan-encoders-fp8/umt5_xxl_e4m3fn_scaled.safetensors 1 day ago