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

  • Log In
  • Sign Up

alea31415
/
bofuri-full

Text-to-Image
Diffusers
StableDiffusionPipeline
stable-diffusion
anime
aiart
Model card Files Files and versions
xet
Community
1

Instructions to use alea31415/bofuri-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use alea31415/bofuri-full with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("alea31415/bofuri-full", 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
bofuri-full
17.4 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
cyber-meow
add extracted locons
226738b about 3 years ago
  • checkpoints
    ckpt format over 3 years ago
  • example_generations
    remove one image over 3 years ago
  • locon_extracted
    add extracted locons about 3 years ago
  • scheduler
    diffuser format over 3 years ago
  • text_encoder
    diffuser format over 3 years ago
  • tokenizer
    diffuser format over 3 years ago
  • unet
    diffuser format over 3 years ago
  • vae
    diffuser format over 3 years ago
  • .gitattributes
    2.44 kB
    change folder name over 3 years ago
  • README.md
    7.14 kB
    Update README.md over 3 years ago
  • bofuri-ep01-gs57751.safetensors
    2.13 GB
    xet
    add example generations and safetensor format over 3 years ago
  • concept_list
    402 Bytes
    Upload concept_list over 3 years ago
  • model_index.json
    511 Bytes
    diffuser format over 3 years ago