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

  • 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 / image
76.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits

This model has 12 files scanned as unsafe.

teasan's picture
teasan
v9
d70b295 almost 3 years ago
  • v1
    add img 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
  • logo.png
    8.23 kB
    xet
    V2モデルリリース用 about 3 years ago