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

adrianbacon
/
realistic-universal-base-build-2.1.0-base

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

Instructions to use adrianbacon/realistic-universal-base-build-2.1.0-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use adrianbacon/realistic-universal-base-build-2.1.0-base with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("adrianbacon/realistic-universal-base-build-2.1.0-base", 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
realistic-universal-base-build-2.1.0-base
4.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
adrianbacon's picture
adrianbacon
Update vae/config.json
d38b4cb verified over 1 year ago
  • feature_extractor
    Create feature_extractor/preprocessor_config.json over 1 year ago
  • safety_checker
    Create safety_checker/config.json over 1 year ago
  • scheduler
    Update scheduler/scheduler_config.json over 1 year ago
  • text_encoder
    Update text_encoder/config.json over 1 year ago
  • tokenizer
    Update tokenizer/tokenizer_config.json over 1 year ago
  • unet
    Update unet/config.json over 1 year ago
  • vae
    Update vae/config.json over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    29 Bytes
    initial commit over 1 year ago
  • model_index.json
    540 Bytes
    Update model_index.json over 1 year ago
  • realistic-universal-base-build-2.1.0-base.safetensors
    4.27 GB
    xet
    Upload realistic-universal-base-build-2.1.0-base.safetensors over 1 year ago