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

simpleipfs
/
custom_sdxl

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

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

  • Libraries
  • Diffusers

    How to use simpleipfs/custom_sdxl with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("simpleipfs/custom_sdxl", 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
custom_sdxl / text_encoder
985 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
simpleipfs's picture
simpleipfs
Rename text_encoder/text_encoder.pth to text_encoder/model.pth
b871a21 verified over 1 year ago
  • config.json
    560 Bytes
    Revert to fp16 almost 2 years ago
  • model.fp16.safetensors
    246 MB
    xet
    Mixed precision new almost 2 years ago
  • model.pth

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.HalfStorage"

    What is a pickle import?

    246 MB
    xet
    Rename text_encoder/text_encoder.pth to text_encoder/model.pth over 1 year ago
  • model.safetensors
    492 MB
    xet
    Rename text_encoder/donotuse to text_encoder/model.safetensors almost 2 years ago