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

  • Log In
  • Sign Up

gsdf
/
CounterfeitXL

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

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

  • Libraries
  • Diffusers

    How to use gsdf/CounterfeitXL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("gsdf/CounterfeitXL", 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
CounterfeitXL / embeddings
459 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
gsdf's picture
gsdf
Upload negativeXL_D.safetensors
53591c8 almost 3 years ago
  • negativeXL_A.safetensors
    131 kB
    xet
    Upload 3 files almost 3 years ago
  • negativeXL_B.safetensors
    65.7 kB
    xet
    Upload 3 files almost 3 years ago
  • negativeXL_C.safetensors
    131 kB
    xet
    Upload 3 files almost 3 years ago
  • negativeXL_D.safetensors
    131 kB
    xet
    Upload negativeXL_D.safetensors almost 3 years ago