Instructions to use AlexanderLab/MXB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlexanderLab/MXB with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AlexanderLab/MXB") prompt = "MXB" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
- Xet hash:
- 2513ad20fa3335b26cf3a0cd76ec00781b90b214c86304a184b7921bd1c60432
- Size of remote file:
- 172 MB
- SHA256:
- 699163ba697c7a6a98a51dd0088ace6c32033e9a60b29032a8664c24dee6f7ad
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.