Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

tolgadev
/
sdxl_tk

Text-to-Image
Diffusers
Trained with AutoTrain
sdxl
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use tolgadev/sdxl_tk with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("tolgadev/sdxl_tk", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "photo of a tktktk"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sdxl_tk
23.5 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Tolga
Update README.md
5c6a2cd over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • 1691867768601.jfif
    74.3 kB
    Upload 1691867768601.jfif over 2 years ago
  • README.md
    648 Bytes
    Update README.md over 2 years ago
  • pytorch_lora_weights.safetensors
    23.4 MB
    xet
    End of training almost 3 years ago