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

RzZ
/
sd-v1-4-adapter-depth

Diffusers
Model card Files Files and versions
xet
Community

Instructions to use RzZ/sd-v1-4-adapter-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use RzZ/sd-v1-4-adapter-depth with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("RzZ/sd-v1-4-adapter-depth", 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
sd-v1-4-adapter-depth
310 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
RzZ's picture
RzZ
update module name
d8a03d9 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    272 Bytes
    Update config.json about 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    309 MB
    xet
    update module name about 3 years ago
  • sample_input.png
    51.9 kB
    add sample in/output image over 3 years ago
  • sample_output.png
    410 kB
    add sample in/output image over 3 years ago