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

  • Log In
  • Sign Up

neggles
/
Andromeda

Text-to-Image
Diffusers
ONNX
Safetensors
English
StableDiffusionPipeline
stable-diffusion
Model card Files Files and versions
xet

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

  • Libraries
  • Diffusers

    How to use neggles/Andromeda with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("neggles/Andromeda", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "1girl, solo, bangs, (pink hair, gradient hair, very long hair:1.1), (purple eyes:1.05), (cat ears, animal ear fluff:1.2), sidelocks, white shirt, collared shirt, buttons,  night, looking at viewer, table, pizza on table, pov, restaurant, medium breasts, smiling, (blush:0.7), colored inner hair, (symmetric), (masterpiece, exceptional, extremely detailed:1.1)"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Andromeda / text_encoder
492 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
neggles's picture
neggles
add diffusers ver of DX
c5ed958 almost 3 years ago
  • config.json
    612 Bytes
    add diffusers ver of DX almost 3 years ago
  • model.safetensors
    492 MB
    xet
    add diffusers ver of DX almost 3 years ago