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

inhaletech
/
stable-diffusion-1

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use inhaletech/stable-diffusion-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use inhaletech/stable-diffusion-1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("inhaletech/stable-diffusion-1", 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
stable-diffusion-1
151 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 57 commits
inhaletech-root's picture
inhaletech-root
Upload rpg_artist_tools_2|pruned|fp16.safetensors
3b18348 verified 14 days ago
  • bundle
    Upload rpg_artist_tools_2|pruned|fp16.safetensors 14 days ago
  • control_net
    Upload 88 files 4 months ago
  • embedding
    Upload 21 files about 2 months ago
  • image_encoder
    Upload 10 files 5 months ago
  • ip_adapter
    Upload ip_adapter/fp16/vit_g.safetensors with huggingface_hub 5 months ago
  • lora
    Upload 11 files 16 days ago
  • t2i_adapter
    Upload folder using huggingface_hub 5 months ago
  • vae
    Upload 2 files 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago