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

philz1337x
/
realism

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
16

Instructions to use philz1337x/realism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use philz1337x/realism with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("philz1337x/realism", 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
  • Draw Things
  • DiffusionBee
realism
15.9 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
patrickvonplaten's picture
patrickvonplaten
Fix deprecated float16/fp16 variant loading through new `version` API. (#16)
6b9ac0b almost 3 years ago
  • scheduler
    pt - camenduru/converter about 3 years ago
  • text_encoder
    Fix deprecated float16/fp16 variant loading through new `version` API. (#16) almost 3 years ago
  • tokenizer
    pt - camenduru/converter about 3 years ago
  • unet
    Fix deprecated float16/fp16 variant loading through new `version` API. (#16) almost 3 years ago
  • vae
    Fix deprecated float16/fp16 variant loading through new `version` API. (#16) almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    335 MB
    xet
    Upload diffusion_pytorch_model.bin about 3 years ago
  • model_index.json
    512 Bytes
    pt - camenduru/converter about 3 years ago
  • realism.ckpt
    2.61 GB
    xet
    Upload 2 files about 3 years ago
  • realism.yaml
    1.82 kB
    Upload 2 files about 3 years ago
  • realismEngine_v10.safetensors
    2.61 GB
    xet
    Upload realismEngine_v10.safetensors about 3 years ago
  • realismEngine_v10.yaml
    1.82 kB
    Upload realismEngine_v10.yaml about 3 years ago