Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

robiai
/
framex

Text-to-Video
Diffusers
flux
text-to-image
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use robiai/framex with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import export_to_video
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("robiai/framex")
    
    prompt = "unfavalen"
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
framex
323 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
unfavalen's picture
unfavalen
Update README.md
e31b036 verified about 1 year ago
  • .gitattributes
    1.57 kB
    Upload banner.jpg about 1 year ago
  • README.md
    581 Bytes
    Update README.md about 1 year ago
  • banner.jpg
    122 kB
    xet
    Upload banner.jpg about 1 year ago
  • framex.safetensors
    323 MB
    xet
    Add framex.safetensors about 1 year ago