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

wesley7137
/
turbosd

Text-to-Image
Diffusers
ONNX
Safetensors
StableDiffusionXLPipeline
Model card Files Files and versions
xet
Community

Instructions to use wesley7137/turbosd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use wesley7137/turbosd with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("wesley7137/turbosd", 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
turbosd
14.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
wesley7137's picture
wesley7137
Rename unet/diffusion_pytorch_model.fp16.safetensors to unet/diffusion_pytorch_model.safetensors
fbedfe6 verified almost 2 years ago
  • scheduler
    Upload 25 files almost 2 years ago
  • text_encoder
    Rename text_encoder/model.fp16.safetensors to text_encoder/model.safetensors almost 2 years ago
  • text_encoder_2
    Rename text_encoder_2/model.fp16.safetensors to text_encoder_2/model.safetensors almost 2 years ago
  • tokenizer
    Upload 25 files almost 2 years ago
  • tokenizer_2
    Upload 25 files almost 2 years ago
  • unet
    Rename unet/diffusion_pytorch_model.fp16.safetensors to unet/diffusion_pytorch_model.safetensors almost 2 years ago
  • vae
    Rename vae/diffusion_pytorch_model.bin to vae/diffusion_pytorch_model.safetensors almost 2 years ago
  • vae_decoder
    Upload model.onnx almost 2 years ago
  • vae_encoder
    Upload 25 files almost 2 years ago
  • .gitattributes
    1.55 kB
    Upload 25 files almost 2 years ago
  • LICENSE.TXT
    7.55 kB
    Upload 25 files almost 2 years ago
  • image_quality_one_step.png
    204 kB
    Upload 25 files almost 2 years ago
  • model.safetensors
    6.94 GB
    xet
    Upload 25 files almost 2 years ago
  • model_index.json
    726 Bytes
    Upload 25 files almost 2 years ago
  • output_tile.jpg
    744 kB
    Upload 25 files almost 2 years ago
  • prompt_alignment_one_step.png
    204 kB
    Upload 25 files almost 2 years ago