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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ApacheOne
/
OBS-Diff-SDXL-creaprompthyper1.2

Text-to-Image
Diffusers
Safetensors
sdxl
stable-diffusion-xl
diffusion
obs-diff
pruning
unstructured-pruning
sparse-model
Model card Files Files and versions
xet
Community

Instructions to use ApacheOne/OBS-Diff-SDXL-creaprompthyper1.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ApacheOne/OBS-Diff-SDXL-creaprompthyper1.2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ApacheOne/OBS-Diff-SDXL-creaprompthyper1.2", 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
OBS-Diff-SDXL-creaprompthyper1.2
46.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ApacheOne's picture
ApacheOne
Upload structured ConvRot SafeTensors with INT4 CLIPs, FP16 VAE, and runtime loader
efd69fc verified 19 days ago
  • obs_diff_sdxl_convrot_full_safetensors
    Upload structured ConvRot SafeTensors with INT4 CLIPs, FP16 VAE, and runtime loader 19 days ago
  • obs_diff_sdxl_convrot_results
    Upload structured SDXL ConvRot INT8 and INT4 UNets with inference and ImageReward comparisons 19 days ago
  • obs_diff_sdxl_results
    Upload OBS-Diff SDXL 20, 30, 40, and 50 percent sparse UNets with comparison reports 19 days ago
  • obs_diff_sdxl_structured_results
    Upload physically structured OBS-Diff SDXL 20, 30, 40, and 50 percent pruned UNets 19 days ago
  • .gitattributes
    8.45 kB
    Upload structured SDXL ConvRot INT8 and INT4 UNets with inference and ImageReward comparisons 19 days ago
  • README.md
    10.9 kB
    Create README.md 19 days ago