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

fffan
/
IC-World-I2V-14B

Diffusers
Safetensors
WanImageToVideoPipeline
Model card Files Files and versions
xet
Community

Instructions to use fffan/IC-World-I2V-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use fffan/IC-World-I2V-14B with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fffan/IC-World-I2V-14B", 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
IC-World-I2V-14B
57.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
fffan's picture
fffan
Update model_index.json
f7e61be verified 4 months ago
  • assets
    Upload folder using huggingface_hub 5 months ago
  • examples
    Upload folder using huggingface_hub 5 months ago
  • image_encoder
    Upload 3 files 4 months ago
  • image_processor
    Upload 3 files 4 months ago
  • scheduler
    Upload folder using huggingface_hub 5 months ago
  • text_encoder
    Upload folder using huggingface_hub 5 months ago
  • tokenizer
    Upload folder using huggingface_hub 5 months ago
  • transformer
    Delete transformer/.ipynb_checkpoints 5 months ago
  • vae
    Upload folder using huggingface_hub 5 months ago
  • .gitattributes
    2.12 kB
    Upload folder using huggingface_hub 5 months ago
  • README.md
    31 Bytes
    initial commit 5 months ago
  • model_index.json
    566 Bytes
    Update model_index.json 4 months ago