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

  • Log In
  • Sign Up

circulus
/
sd-photoreal-v2.8

Text-to-Image
Diffusers
English
StableDiffusionPipeline
generative ai
stable-diffusion
image-to-image
realism
art
Model card Files Files and versions
xet
Community
1

Instructions to use circulus/sd-photoreal-v2.8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use circulus/sd-photoreal-v2.8 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("circulus/sd-photoreal-v2.8", 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
sd-photoreal-v2.8
6.93 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
rippertnt's picture
rippertnt
Update README.md
2c7075d about 3 years ago
  • controlnet
    Upload 17 files about 3 years ago
  • feature_extractor
    Upload 17 files about 3 years ago
  • safety_checker
    Upload 17 files about 3 years ago
  • scheduler
    Upload 17 files about 3 years ago
  • text_encoder
    Upload 17 files about 3 years ago
  • tokenizer
    Upload 17 files about 3 years ago
  • unet
    Upload 17 files about 3 years ago
  • vae
    Upload 17 files about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    408 Bytes
    Update README.md about 3 years ago
  • image0.png
    544 kB
    Upload 5 files about 3 years ago
  • image1.png
    574 kB
    Upload 5 files about 3 years ago
  • image2.png
    515 kB
    Upload 5 files about 3 years ago
  • image3.png
    660 kB
    Upload 5 files about 3 years ago
  • image4.png
    620 kB
    Upload 5 files about 3 years ago
  • model_index.json
    651 Bytes
    Update model_index.json about 3 years ago