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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

eienmojiki
/
Starry-XL-v5.2

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
anime
stable-diffusion-xl
Model card Files Files and versions
xet
Community
1

Instructions to use eienmojiki/Starry-XL-v5.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use eienmojiki/Starry-XL-v5.2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("eienmojiki/Starry-XL-v5.2", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "1girl,momoi \\(blue archive\\), blue archive, solo, headphones, halo, pink halo, white jacket, short hair, bow, shirt, necktie, white background, white shirt, blue necktie, fake animal ears, animal ears, pink bow, collared shirt, simple background, pink eyes, blonde hair, animal ear headphones, looking at viewer, hair bow, jacket,newest, masterpiece, best quality,  absurdres, highres,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Starry-XL-v5.2
6.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
eienmojiki's picture
eienmojiki
Add generated example (#1)
13a69f2 verified over 1 year ago
  • images
    Add generated example (#1) over 1 year ago
  • scheduler
    Upload diffusers format: Starry-XL-v5-2 over 2 years ago
  • text_encoder
    Upload diffusers format: Starry-XL-v5-2 over 2 years ago
  • text_encoder_2
    Upload diffusers format: Starry-XL-v5-2 over 2 years ago
  • tokenizer
    Upload diffusers format: Starry-XL-v5-2 over 2 years ago
  • tokenizer_2
    Upload diffusers format: Starry-XL-v5-2 over 2 years ago
  • unet
    Upload diffusers format: Starry-XL-v5-2 over 2 years ago
  • vae
    Upload diffusers format: Starry-XL-v5-2 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    6.07 kB
    Add generated example (#1) over 1 year ago
  • model_index.json
    671 Bytes
    Upload diffusers format: Starry-XL-v5-2 over 2 years ago