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

  • Log In
  • Sign Up

james16
/
PropFly

Video-to-Video
Diffusers
computer-vision
video-editing
diffusion
flow-matching
cvpr2026
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use james16/PropFly with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("james16/PropFly", 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
PropFly
4.73 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
james16's picture
james16
Update README.md
338ed35 verified 22 days ago
  • PropFly-1.3B
    Rename diffusion_pytorch_model.bin to PropFly-1.3B/diffusion_pytorch_model.bin 22 days ago
  • .gitattributes
    1.52 kB
    initial commit 22 days ago
  • README.md
    2.39 kB
    Update README.md 22 days ago