Instructions to use MarkBW/mbb-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MarkBW/mbb-xl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ByteDance/SDXL-Lightning", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MarkBW/mbb-xl") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
mbb-xl

- Prompt
- -
Model description
This is the best LoRa of Millie Bobby Brown! Please download, like and give a positive review with or without your own generated images of her (only SFW) images. Some images i have uploaded are cropped to comply with TOS but will produce both SFW and NSFW images. Enjoy!! By CerberusAI
Trigger words
You should use Millie to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 15
Model tree for MarkBW/mbb-xl
Base model
ByteDance/SDXL-Lightning