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
make a safetensors version plz
sure. please wait for a moment.🤗
also, I will make safetensor ver for other my merged models.
what is the difference between the regular and fix?
Almost merged models with add deference merge have an issue of tokens. (and it revealed yesterday).
this issue effects prompting efficiency, so I fixed it.
Do you have an introductory tutorial or detailed instructions? How to use this model? Is it OK without GPU? I'm a beginner, I don't know where to start using it. Thank you.
I do not provide customer service. Please resolve it yourself.
I do not provide customer service. Please resolve it yourself.
is there any difference in result between safetensor and ckpt?
is there a reason why safetensor size is much smaller