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
『basil_mix(orangemix AOM chilled_re-generic) 商用利用をすべて禁止します。fanboxやpatreonなどの支援サイトでの使用も全て禁止します。マージモデル(cilled_re...とか)も派生物なので商用利用禁止になります。 商用利用をしたいなら私(nuigurumi)に連絡してください。』
#2
by ihancheckpoint - opened
This comment has been hidden
teasan changed discussion status to closed