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

  • Log In
  • Sign Up

cyberdelia
/
CyberRealistic

Text-to-Image
Diffusers
stable-diffusion
sd-1.5
photorealistic
cyberrealistic
image-generation
Model card Files Files and versions
xet

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

  • Libraries
  • Diffusers

    How to use cyberdelia/CyberRealistic with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("cyberdelia/CyberRealistic", 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
CyberRealistic
34.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
cyberdelia's picture
cyberdelia
Update README.md
f39b62b almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • CyberRealistic_V1.1.safetensors
    2.13 GB
    xet
    Upload 8 files almost 3 years ago
  • CyberRealistic_V1.2.safetensors
    2.13 GB
    xet
    Upload 8 files almost 3 years ago
  • CyberRealistic_V1.3 [FP16 pruned].safetensors
    4.24 GB
    xet
    Upload 8 files almost 3 years ago
  • CyberRealistic_V1.3.safetensors
    5.67 GB
    xet
    Upload 8 files almost 3 years ago
  • CyberRealistic_V1.4.safetensors
    4.27 GB
    xet
    Upload 8 files almost 3 years ago
  • CyberRealistic_V2.0.safetensors
    5.67 GB
    xet
    Upload 8 files almost 3 years ago
  • CyberRealistic_V2.1.safetensors
    5.67 GB
    xet
    Upload 8 files almost 3 years ago
  • CyberRealistic_V3.0-FP32.safetensors
    4.27 GB
    xet
    Upload CyberRealistic_V3.0-FP32.safetensors almost 3 years ago
  • README.md
    114 Bytes
    Update README.md almost 3 years ago