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
65.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
diing's picture
diing
Add files using upload-large-folder tool
13bd45d verified about 1 month ago
  • instruct-pix2pix-model
    Add files using upload-large-folder tool about 1 month ago
  • total
    Add files using upload-large-folder tool about 1 month ago
  • total_mask01
    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
    3.97 kB
    Add files using upload-large-folder tool about 1 month ago
  • train_instruct_pix2pix.sh
    1.96 kB
    Add files using upload-large-folder tool about 1 month ago