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

AnasHXH
/
stable-diffusion-v1-4

Diffusers
TensorBoard
DDPMPipeline
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

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

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AnasHXH/stable-diffusion-v1-4", 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-v1-4 / samples
6.04 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
AnasHXH's picture
AnasHXH
Epoch 49
7b8f490 over 3 years ago
  • 0000.png
    317 kB
    xet
    Epoch 0 over 3 years ago
  • 0002.png
    333 kB
    xet
    Epoch 2 over 3 years ago
  • 0003.png
    66.8 kB
    xet
    Epoch 3 over 3 years ago
  • 0005.png
    297 kB
    xet
    Epoch 5 over 3 years ago
  • 0007.png
    531 kB
    xet
    Epoch 7 over 3 years ago
  • 0008.png
    296 kB
    xet
    Epoch 8 over 3 years ago
  • 0011.png
    297 kB
    xet
    Epoch 11 over 3 years ago
  • 0014.png
    297 kB
    xet
    Epoch 14 over 3 years ago
  • 0017.png
    297 kB
    xet
    Epoch 17 over 3 years ago
  • 0020.png
    301 kB
    xet
    Epoch 20 over 3 years ago
  • 0023.png
    300 kB
    xet
    Epoch 23 over 3 years ago
  • 0026.png
    300 kB
    xet
    Epoch 26 over 3 years ago
  • 0029.png
    299 kB
    xet
    Epoch 29 over 3 years ago
  • 0032.png
    309 kB
    xet
    Epoch 32 over 3 years ago
  • 0035.png
    308 kB
    xet
    Epoch 35 over 3 years ago
  • 0038.png
    292 kB
    xet
    Epoch 38 over 3 years ago
  • 0041.png
    285 kB
    xet
    Epoch 41 over 3 years ago
  • 0044.png
    299 kB
    xet
    Epoch 44 over 3 years ago
  • 0047.png
    307 kB
    xet
    Epoch 47 over 3 years ago
  • 0049.png
    303 kB
    xet
    Epoch 49 over 3 years ago