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

  • Log In
  • Sign Up

Stable-X
/
stable-normal-v0-1

Diffusers
StableNormalPipeline
Model card Files Files and versions
xet
Community

Instructions to use Stable-X/stable-normal-v0-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Stable-X/stable-normal-v0-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("Stable-X/stable-normal-v0-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-normal-v0-1 / controlnet
2.19 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Stable-X's picture
Stable-X
Upload StableNormalPipeline
e46a99b verified almost 2 years ago
  • config.json
    1.36 kB
    Upload StableNormalPipeline almost 2 years ago
  • controlnetvae.py
    11.7 kB
    Upload controlnetvae.py almost 2 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    1.46 GB
    xet
    stable-normal-v0-1 almost 2 years ago
  • diffusion_pytorch_model.fp16.safetensors
    728 MB
    xet
    Upload StableNormalPipeline almost 2 years ago