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

CongWei1230
/
Buffer

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use CongWei1230/Buffer with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("CongWei1230/Buffer", 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
Buffer
264 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
CongWei1230's picture
CongWei1230
Upload checkpoint-2991 (32B v2v3 from sample10, step 2991/3391, ~88%)
a5bfbd8 verified 16 days ago
  • checkpoint-110
    Upload checkpoint-110 (32B, step 110/848 of FIM v2v3 8-node training) about 2 months ago
  • sample10_final_step155
    Upload final model: 32B sample10 step 155/155 (1 epoch on 10% sample) about 2 months ago
  • segmentation_mask_brushnet_ckpt_sdxl_v1
    Transfer model almost 2 years ago
  • v2v3_from_sample10_step1746
    Upload checkpoint-1746 (32B v2v3 from sample10, step 1746/3391, ~51% epoch 1) 25 days ago
  • v2v3_from_sample10_step2991
    Upload checkpoint-2991 (32B v2v3 from sample10, step 2991/3391, ~88%) 16 days ago
  • .gitattributes
    1.82 kB
    Upload checkpoint-2991 (32B v2v3 from sample10, step 2991/3391, ~88%) 16 days ago
  • README.md
    24 Bytes
    initial commit almost 2 years ago