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

  • Log In
  • Sign Up

teasan
/
endlessMix

Diffusers
Japanese
art
stable-diffusion
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Diffusers

    How to use teasan/endlessMix with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("teasan/endlessMix", 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
endlessMix / model
58.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
teasan's picture
teasan
v9
d70b295 almost 3 years ago
  • v1
    V2モデルリリース用 about 3 years ago
  • v2
    V2モデルリリース用 about 3 years ago
  • v3
    endlessMixV3 release. about 3 years ago
  • v6
    release for v6 about 3 years ago
  • v7
    v7 about 3 years ago
  • v8
    V8シリーズ about 3 years ago
  • v9
    v9 almost 3 years ago