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

sd-dreambooth-library
/
kaltsit

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
6

Instructions to use sd-dreambooth-library/kaltsit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use sd-dreambooth-library/kaltsit with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("sd-dreambooth-library/kaltsit", 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
kaltsit
2.74 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 21 commits
patrickvonplaten's picture
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#5)
ea2cab1 about 3 years ago
  • feature_extractor
    c2 almost 4 years ago
  • safety_checker
    c2 almost 4 years ago
  • scheduler
    c2 almost 4 years ago
  • text_encoder
    c2 almost 4 years ago
  • tokenizer
    c2 almost 4 years ago
  • unet
    c2 almost 4 years ago
  • vae
    c2 almost 4 years ago
  • .gitattributes
    1.46 kB
    Upload download-9z4zWO3zi-transformed.jpg almost 4 years ago
  • README.md
    1.4 kB
    Update README.md almost 4 years ago
  • download-9z4zWO3zi-transformed.jpg
    1.09 MB
    xet
    Upload download-9z4zWO3zi-transformed.jpg almost 4 years ago
  • model_index.json
    546 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#5) about 3 years ago
  • token_identifier.txt
    7 Bytes
    c2 almost 4 years ago