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
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
diing's picture
diing
Add files using upload-large-folder tool
ac5402d verified about 1 month ago
  • layout2image_multi
    Add files using upload-large-folder tool about 1 month ago
  • layout2image_multi_lora+2adapter_anatomy
    Add files using upload-large-folder tool about 1 month ago
  • layout2image_multi_lora+adapter
    Add files using upload-large-folder tool about 1 month ago
  • layout2image_multi_lora
    Add files using upload-large-folder tool about 1 month ago
  • layout2image_multi_unet+mask
    Add files using upload-large-folder tool about 1 month ago
  • layout2image_multi_unet+mask_multi_disease_channel
    Add files using upload-large-folder tool about 1 month ago
  • layout2image_multi_unet+mask_multi_disease_channel_child
    Add files using upload-large-folder tool about 1 month ago
  • layout2image_multi_unet+mask_multi_disease_channel_child_scratch
    Add files using upload-large-folder tool about 1 month ago
  • layout2image_multi_unet+mask_multi_disease_channel_device
    Add files using upload-large-folder tool about 1 month ago
  • layout2image_multi_unet+mask_multi_disease_channel_total
    Add files using upload-large-folder tool about 1 month ago
  • preprocess
    Add files using upload-large-folder tool about 1 month ago
  • text2layout
    Add files using upload-large-folder tool about 1 month ago
  • .gitattributes
    343 kB
    Add files using upload-large-folder tool about 1 month ago
  • inference.ipynb
    5.07 kB
    Add files using upload-large-folder tool about 1 month ago