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

  • Log In
  • Sign Up

cxj009
/
lora_bumblebee

Text-to-Image
Diffusers
Transformers
stable-diffusion
stable-diffusion-diffusers
lora
bumblebee
Model card Files Files and versions
xet
Community

Instructions to use cxj009/lora_bumblebee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use cxj009/lora_bumblebee with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/rev-anim", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("cxj009/lora_bumblebee")
    
    prompt = "<bumblebee>"
    image = pipe(prompt).images[0]
  • Transformers

    How to use cxj009/lora_bumblebee with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("cxj009/lora_bumblebee", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
lora_bumblebee
80.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
cxj009's picture
cxj009
Update README.md
c2afc3b almost 3 years ago
  • checkpoint-100
    End of training about 3 years ago
  • checkpoint-200
    End of training about 3 years ago
  • checkpoint-300
    End of training about 3 years ago
  • checkpoint-400
    End of training about 3 years ago
  • checkpoint-500
    End of training about 3 years ago
  • .gitattributes
    1.88 kB
    upload images almost 3 years ago
  • .gitignore
    15 Bytes
    End of training about 3 years ago
  • 00093-21148682606bc81e070b7e28ff8a368898bae702031641d39.png
    2.28 MB
    xet
    upload images almost 3 years ago
  • 00134-1480803822.png
    1.75 MB
    xet
    upload images almost 3 years ago
  • 00148-3885391053.png
    2.02 MB
    xet
    upload images almost 3 years ago
  • README.md
    640 Bytes
    Update README.md almost 3 years ago
  • bumblebee_v1.safetensors
    3.23 MB
    xet
    add model file of .safetensors format almost 3 years ago
  • image_0.png
    403 kB
    xet
    End of training about 3 years ago
  • image_1.png
    438 kB
    xet
    End of training about 3 years ago
  • image_2.png
    417 kB
    xet
    End of training about 3 years ago
  • image_3.png
    403 kB
    xet
    End of training about 3 years ago
  • pytorch_lora_weights.bin
    3.29 MB
    xet
    End of training about 3 years ago