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

  • Log In
  • Sign Up

callgg
/
framepack

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use callgg/framepack with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("callgg/framepack", 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
framepack
25.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
chatpig's picture
chatpig
Update README.md
6508803 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    131 Bytes
    Update README.md about 1 year ago
  • config.json
    658 Bytes
    Upload config.json with huggingface_hub about 1 year ago
  • diffusion_pytorch_model-00001-of-00003.safetensors
    9.97 GB
    xet
    Upload diffusion_pytorch_model-00001-of-00003.safetensors with huggingface_hub about 1 year ago
  • diffusion_pytorch_model-00002-of-00003.safetensors
    9.99 GB
    xet
    Upload diffusion_pytorch_model-00002-of-00003.safetensors with huggingface_hub about 1 year ago
  • diffusion_pytorch_model-00003-of-00003.safetensors
    5.79 GB
    xet
    Upload diffusion_pytorch_model-00003-of-00003.safetensors with huggingface_hub about 1 year ago
  • diffusion_pytorch_model.safetensors.index.json
    134 kB
    Upload diffusion_pytorch_model.safetensors.index.json with huggingface_hub about 1 year ago