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

  • Log In
  • Sign Up

TatsuyaXAI
/
SeRan

Diffusers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use TatsuyaXAI/SeRan with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("TatsuyaXAI/SeRan", 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
SeRan / IllustriousPreview
6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
TatsuyaXAI's picture
TatsuyaXAI
Upload 6 files
e326b4e verified 7 months ago
  • P1.png
    1 MB
    xet
    Upload 6 files 7 months ago
  • P2.png
    876 kB
    xet
    Upload 6 files 7 months ago
  • P3.png
    1.09 MB
    xet
    Upload 6 files 7 months ago
  • P4.png
    1.05 MB
    xet
    Upload 6 files 7 months ago
  • P5.png
    925 kB
    xet
    Upload 6 files 7 months ago
  • P6.png
    1.07 MB
    xet
    Upload 6 files 7 months ago
  • blank.txt
    0 Bytes
    Create IllustriousPreview/blank.txt 7 months ago