Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

nuigurumi
/
basil_mix

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
24

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

License Change Clarification

πŸ‘ 4
#23 opened about 3 years ago by
kiriyamaX

License changed and past agreement

πŸ‘ 1
#22 opened about 3 years ago by
sususu

Update README.md

#21 opened about 3 years ago by
eldila

Can u tell me what`s the difference between Basil_mix_fixed.safetensors and Basil mix.safetensors

#20 opened about 3 years ago by
Natsu233

Is this model acceptable for use in a commercial work?

3
#18 opened about 3 years ago by
tonka1981jp

Which models are included in the mix?

#17 opened about 3 years ago by
alexds9

hope this model have new update/improvement....=w=

πŸ‘ 3
#13 opened over 3 years ago by
cyx123

lnory

#8 opened over 3 years ago by
lnory

How to use vae files in stable-diffusion-webui?

2
#6 opened over 3 years ago by
songjoe

make a safetensors version plz

7
#1 opened over 3 years ago by deleted
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs