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 / layout2image_multi
13.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
diing's picture
diing
Add files using upload-large-folder tool
958b3cc verified about 1 month ago
  • __pycache__
    Add files using upload-large-folder tool about 1 month ago
  • controlnet-model
    Add files using upload-large-folder tool about 1 month ago
  • controlnet-model_multi
    Add files using upload-large-folder tool about 1 month ago
  • wandb
    Add files using upload-large-folder tool about 1 month ago
  • MyDataset_rib.py
    4.81 kB
    Add files using upload-large-folder tool about 1 month ago
  • eval_image_json.sh
    161 Bytes
    Add files using upload-large-folder tool about 1 month ago
  • proxy_filter.sh
    266 Bytes
    Add files using upload-large-folder tool about 1 month ago
  • requirements.txt
    78 Bytes
    Add files using upload-large-folder tool about 1 month ago
  • sample_40775.png
    10.7 kB
    Add files using upload-large-folder tool about 1 month ago