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

  • Log In
  • Sign Up

yuyang-cloud
/
inter_ckpts

Diffusers
TensorBoard
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use yuyang-cloud/inter_ckpts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use yuyang-cloud/inter_ckpts with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("yuyang-cloud/inter_ckpts", 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
inter_ckpts
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
yuyang-cloud's picture
yuyang-cloud
Upload folder using huggingface_hub
91e9589 verified 3 months ago
  • SDv1.5mv-rawbox_1_bevsegmap
    Upload folder using huggingface_hub 3 months ago
  • SDv1.5mv-rawbox_2_hdmap_canvas
    Upload folder using huggingface_hub 3 months ago
  • SDv1.5mv-rawbox_3_hdmap_canvas_occrender_occ3d
    Upload folder using huggingface_hub 3 months ago
  • SDv1.5mv-rawbox_4_hdmap_canvas_occrender_nusoccupancy
    Upload folder using huggingface_hub 3 months ago
  • occ_rawbox_100_100_16_v1_triplane_mask_map
    Upload folder using huggingface_hub 3 months ago
  • occ_rawbox_100_100_16_v2_hdmap_clip
    Upload folder using huggingface_hub 3 months ago
  • occ_rawbox_100_100_16_v3_hdmapv2_t5
    Upload folder using huggingface_hub 3 months ago
  • occ_rawbox_100_100_16_v3_hdmapv2_t5_epoch600
    Upload folder using huggingface_hub 3 months ago
  • occ_rawbox_100_100_16_v3_hdmapv2_t5_epoch630
    Upload folder using huggingface_hub 3 months ago
  • occ_rawbox_100_100_16_v4_hdmapv3_t5_epoch128
    Upload folder using huggingface_hub 3 months ago
  • vae
    Upload folder using huggingface_hub 3 months ago
  • vae_50_50_16_8
    Upload folder using huggingface_hub 3 months ago
  • x-scene-occ-hdmap
    Upload folder using huggingface_hub 3 months ago
  • x-scene-occ-nomap
    Upload folder using huggingface_hub 3 months ago
  • x-scene-occ
    Upload folder using huggingface_hub 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago