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

Taa97
/
ZeroCool94_SDv1-5

Text-to-Image
Diffusers
StableDiffusionPipeline
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Model card Files Files and versions
xet
Community

Instructions to use Taa97/ZeroCool94_SDv1-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Taa97/ZeroCool94_SDv1-5 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ZeroCool94/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Taa97/ZeroCool94_SDv1-5")
    
    prompt = "_"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ZeroCool94_SDv1-5
5.48 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Taa97's picture
Taa97
Upload folder using huggingface_hub
346a9aa verified over 1 year ago
  • feature_extractor
    Upload folder using huggingface_hub over 1 year ago
  • safety_checker
    Upload folder using huggingface_hub over 1 year ago
  • scheduler
    Upload folder using huggingface_hub over 1 year ago
  • text_encoder
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer
    Upload folder using huggingface_hub over 1 year ago
  • unet
    Upload folder using huggingface_hub over 1 year ago
  • vae
    Upload folder using huggingface_hub over 1 year ago
  • .gitattributes
    1.63 kB
    Upload folder using huggingface_hub over 1 year ago
  • README.md
    780 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • model_index.json
    546 Bytes
    Upload folder using huggingface_hub over 1 year ago