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

  • Log In
  • Sign Up

eienmojiki
/
Anything-XL

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
Merge
StableDiffusionXL
StableDiffusionXLPipeline
Anime
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use eienmojiki/Anything-XL 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/Anything-XL", 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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Why are there so many "stub" models which don't actually have a source for the model? It is very annoying trying to find the REAL source and sha256 of a model with so many copycat uploads

#1 opened 11 months ago by
oidqjpzcwxxogmtdjd
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs