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

  • Log In
  • Sign Up

codemichaeld
/
wan1.3b_cf_FP8

Diffusers
Safetensors
fp8
converted-by-gradio
Model card Files Files and versions
xet
Community

Instructions to use codemichaeld/wan1.3b_cf_FP8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use codemichaeld/wan1.3b_cf_FP8 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("codemichaeld/wan1.3b_cf_FP8", 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
wan1.3b_cf_FP8
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
codemichaeld's picture
codemichaeld
Upload README.md with huggingface_hub
1ac1fe2 verified 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • README.md
    890 Bytes
    Upload README.md with huggingface_hub 9 days ago
  • causal_forcing-framewise-fp8-e5m2.safetensors
    1.42 GB
    xet
    Upload folder using huggingface_hub 9 days ago