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

nitrosocke
/
elden-ring-diffusion

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

Instructions to use nitrosocke/elden-ring-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use nitrosocke/elden-ring-diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("nitrosocke/elden-ring-diffusion", 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
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
elden-ring-diffusion
11.9 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 19 commits
anzorq's picture
anzorq
Upload with huggingface_hub
fa21de0 over 3 years ago
  • feature_extractor
    Add Diffusers model (#2) almost 4 years ago
  • safety_checker
    Upload with huggingface_hub over 3 years ago
  • scheduler
    Upload with huggingface_hub over 3 years ago
  • text_encoder
    Upload with huggingface_hub over 3 years ago
  • tokenizer
    Add Diffusers model (#2) almost 4 years ago
  • unet
    Upload with huggingface_hub over 3 years ago
  • vae
    Upload with huggingface_hub over 3 years ago
  • .gitattributes
    1.57 kB
    Upload eldenRing-v3-pruned.ckpt almost 4 years ago
  • README.md
    3.31 kB
    Update README.md almost 4 years ago
  • eldenRing-v3-pruned.ckpt
    2.13 GB
    xet
    Upload eldenRing-v3-pruned.ckpt almost 4 years ago
  • eldenring-landscapes-small.jpg
    483 kB
    Upload 2 files almost 4 years ago
  • eldenring-portraits-small.jpg
    694 kB
    Upload 2 files almost 4 years ago
  • eldenring-samples-small.jpg
    146 kB
    Upload eldenring-samples-small.jpg almost 4 years ago
  • eldenring-v1-pruned.ckpt
    2.13 GB
    xet
    Uploaded the first model almost 4 years ago
  • eldenring-v2-pruned.ckpt
    2.13 GB
    xet
    uploaded version 2 with new improvements almost 4 years ago
  • model_index.json
    548 Bytes
    Upload with huggingface_hub over 3 years ago