Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bytedance-research
/
USO

Text-to-Image
Diffusers
English
image-generation
subject-personalization
style-transfer
Diffusion-Transformer
Model card Files Files and versions
xet
Community
7

Instructions to use bytedance-research/USO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use bytedance-research/USO with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("bytedance-research/USO", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

How to get similar results in ComfyUI?

1
#6 opened 9 months ago by
hugmossface

Simple question here about the choice of the name USO

1
#4 opened 9 months ago by
LVMCS

My indignation, where is the workflow?

๐Ÿ‘ 5
4
#2 opened 9 months ago by
Alan8989

Qwen Image support

๐Ÿ‘ 4
3
#1 opened 9 months ago by
Sinaya
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs