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

  • Log In
  • Sign Up

athul020
/
PhysicsDrivenWorld

Text-to-Video
Diffusers
PEFT
English
lora
physics
cogvideox
diffusion
warp
rigid-body
fine-tuned
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use athul020/PhysicsDrivenWorld 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("THUDM/CogVideoX-2b", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("athul020/PhysicsDrivenWorld")
    
    prompt = "A man with short gray hair plays a red electric guitar."
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • PEFT

    How to use athul020/PhysicsDrivenWorld with PEFT:

    Task type is invalid.
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
PhysicsDrivenWorld
28.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
athul020's picture
athul020
Upload 3 files
c7b4d42 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.84 kB
    Update README.md 3 months ago
  • baseline_videos.rar
    224 kB
    xet
    Upload 3 files 3 months ago
  • eval_videos.rar
    205 kB
    xet
    Upload 3 files 3 months ago
  • pdw_final_lora.rar
    27.3 MB
    xet
    Upload 3 files 3 months ago
  • pdw_v5_final_fixed (1).ipynb
    516 kB
    Upload pdw_v5_final_fixed (1).ipynb 3 months ago