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

  • 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
133 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
CongWei1230's picture
CongWei1230
Upload final model: 32B sample10 step 155/155 (1 epoch on 10% sample)
5b6e8a5 verified 4 days ago
  • checkpoint-110
    Upload checkpoint-110 (32B, step 110/848 of FIM v2v3 8-node training) 7 days ago
  • sample10_final_step155
    Upload final model: 32B sample10 step 155/155 (1 epoch on 10% sample) 4 days ago
  • segmentation_mask_brushnet_ckpt_sdxl_v1
    Transfer model almost 2 years ago
  • .gitattributes
    1.66 kB
    Upload final model: 32B sample10 step 155/155 (1 epoch on 10% sample) 4 days ago
  • README.md
    24 Bytes
    initial commit almost 2 years ago