Instructions to use nuigurumi/basil_mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nuigurumi/basil_mix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nuigurumi/basil_mix", 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
Is this model acceptable for use in a commercial work?
#18
by tonka1981jp - opened
Intended for use as posters, etc.
check license.
but I would be happy if you could introduce this model.
In my conditions at this time, I take it that the license allows commercial use.
We would like to make an effort to introduce it.
Thank you for your prompt reply.
First of all, I am very grateful for the author's contribution. I have a question, how many training sets are needed to train a similar model, and what special processing or requirements do the training sets need? I would be very grateful if someone could tell me