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
License changed and past agreement
#22
by sususu - opened
Thank you for your brilliant model.
It appears that you have changed the license, but I would like to confirm that the license for model data previously downloaded and used has not changed. This is just a confirmation to be sure, since retroactive revocation of license that agreed the license at the time I started using the data in the past is contrary to the general principle of retroactivity of the agreement.
(In the case of changing license, I guess common practice is releasing a new version to get new agreement clearly. Currently, the only way to identify license seems to be by checking at the timestamp of the model file)