Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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
basil_mix
17.5 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 19 commits
patrickvonplaten's picture
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#24)
f2f4a8e about 3 years ago
  • feature_extractor
    Add Diffusers weights (#4) over 3 years ago
  • safety_checker
    Add Diffusers weights (#4) over 3 years ago
  • scheduler
    Add Diffusers weights (#4) over 3 years ago
  • text_encoder
    Add Diffusers weights (#4) over 3 years ago
  • tokenizer
    Add Diffusers weights (#4) over 3 years ago
  • unet
    Add Diffusers weights (#4) over 3 years ago
  • vae
    Add `scale_factor` to vae config. (#10) over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • Basil mix.safetensors
    2.13 GB
    xet
    Upload Basil mix.safetensors over 3 years ago
  • Basil_mix_fixed.safetensors
    2.13 GB
    xet
    Upload Basil_mix_fixed.safetensors over 3 years ago
  • License.md
    13.7 kB
    Update License.md about 3 years ago
  • README.md
    2.5 kB
    Update README.md about 3 years ago
  • basil mix.ckpt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    7.7 GB
    xet
    Upload basil mix.ckpt over 3 years ago
  • model_index.json
    582 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#24) about 3 years ago