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

  • Log In
  • Sign Up

cyberdelia
/
CyberRealisticFlux

Text-to-Image
Diffusers
stable-diffusion
flux
photorealistic
cyberrealistic
pony
image-generation
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use cyberdelia/CyberRealisticFlux 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/CyberRealisticFlux", 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
CyberRealisticFlux
149 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
cyberdelia's picture
cyberdelia
Upload 2 files
c3a15c0 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • CyberRealistic_Flux_V1.0.safetensors
    11.9 GB
    xet
    Upload 2 files 9 months ago
  • CyberRealistic_Flux_V1.5.safetensors
    11.9 GB
    xet
    Upload 2 files 9 months ago
  • CyberRealistic_Flux_V2.0_FP16.safetensors
    23.8 GB
    xet
    Upload 2 files 9 months ago
  • CyberRealistic_Flux_V2.0_FP8.safetensors
    11.9 GB
    xet
    Upload 2 files 9 months ago
  • CyberRealistic_Flux_V2.1_AIO.safetensors
    17.7 GB
    xet
    Upload 2 files 8 months ago
  • CyberRealistic_Flux_V2.1_FP16.safetensors
    23.8 GB
    xet
    Upload CyberRealistic_Flux_V2.1_FP16.safetensors 7 months ago
  • CyberRealistic_Flux_V2.1_FP8.safetensors
    11.9 GB
    xet
    Upload 2 files 8 months ago
  • CyberRealistic_Flux_V2.5_FP16.safetensors
    23.8 GB
    xet
    Upload 2 files 7 months ago
  • CyberRealistic_Flux_V2.5_FP8.safetensors
    11.9 GB
    xet
    Upload 2 files 7 months ago
  • README.md
    502 Bytes
    Create README.md 9 months ago