Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ovedrive
/
stable-diffusion-v1-4-nf4

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community

Instructions to use ovedrive/stable-diffusion-v1-4-nf4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ovedrive/stable-diffusion-v1-4-nf4 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ovedrive/stable-diffusion-v1-4-nf4", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "A high tech solarpunk utopia in the Amazon rainforest"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
stable-diffusion-v1-4-nf4
19.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ovedrive's picture
ovedrive
Update README.md
51865ed verified about 2 months ago
  • feature_extractor
    Upload folder using huggingface_hub about 2 months ago
  • safety_checker
    Upload folder using huggingface_hub about 2 months ago
  • scheduler
    Upload folder using huggingface_hub about 2 months ago
  • text_encoder
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer
    Upload folder using huggingface_hub about 2 months ago
  • unet
    Upload folder using huggingface_hub about 2 months ago
  • vae
    Upload folder using huggingface_hub about 2 months ago
  • .gitattributes
    1.39 kB
    Upload folder using huggingface_hub about 2 months ago
  • README.md
    17.3 kB
    Update README.md about 2 months ago
  • model_index.json
    661 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • quantization_info.json
    218 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • v1-variants-scores.jpg
    71.2 kB
    Upload folder using huggingface_hub about 2 months ago