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

  • Log In
  • Sign Up

BiomedSyn
/
ours

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use BiomedSyn/ours with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("BiomedSyn/ours", 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
ours / text2layout /wandb
65.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
diing's picture
diing
Add files using upload-large-folder tool
958b3cc verified about 2 months ago
  • run-20251026_185332-7238524812.05947-af18c499-9e35-40db-874c-3712d75991c9
    Add files using upload-large-folder tool about 2 months ago
  • run-20260311_163533-7226782282.22810-b4dadb78-1d8e-47b5-9b74-9842947da7a4
    Add files using upload-large-folder tool about 2 months ago
  • run-20260316_192646-7226348984.75027-8b31f34c-e3f7-4081-a79d-8c99d50dc23c
    Add files using upload-large-folder tool about 2 months ago
  • run-20260318_041304-7226224107.51981-49e648e0-ba40-4e62-872a-44d77558a272
    Add files using upload-large-folder tool about 2 months ago