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

ChengKai2025
/
world2hand

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use ChengKai2025/world2hand with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ChengKai2025/world2hand", 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
world2hand
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ChengKai2025's picture
ChengKai2025
Add projector config: loss_l2_4ds_resume40k
d5ed9b6 verified 27 days ago
  • projector
    Add projector config: loss_l2_4ds_resume40k 27 days ago
  • vace
    Add VACE finetuned transformer: 5ds_37k checkpoint-37000 27 days ago
  • .gitattributes
    1.52 kB
    initial commit 27 days ago