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

Uwear-ai
/
Drape1

Text-to-Image
Diffusers
Safetensors
image-to-image
virtual-try-on
photoshoot
fashion
diffusion
uwear
Model card Files Files and versions
xet
Community

Instructions to use Uwear-ai/Drape1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Uwear-ai/Drape1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Uwear-ai/Drape1", 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 Settings
  • Draw Things
  • DiffusionBee
Drape1
13.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 22 commits
axeluwear's picture
axeluwear
Update README.md
e4e2ad1 verified about 1 year ago
  • scheduler
    Upload 15 files almost 2 years ago
  • text_encoder
    Upload 15 files almost 2 years ago
  • text_encoder_2
    Upload 15 files almost 2 years ago
  • tokenizer
    Upload 15 files almost 2 years ago
  • tokenizer_2
    Upload 15 files almost 2 years ago
  • unet
    Delete unet/unet/config.json about 1 year ago
  • unet_ref
    Upload config.json almost 2 years ago
  • uwear_adapter
    Rename sc_adapter/sc_adapter.safetensors to uwear_adapter/uwear_adapter.safetensors about 1 year ago
  • vae
    Upload 15 files almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.38 kB
    Update README.md about 1 year ago