Instructions to use Allex21/Brenda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Allex21/Brenda with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lightx2v/Qwen-Image-Lightning", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Allex21/Brenda") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
- Size of remote file:
- 2.78 MB
- SHA256:
- ec1babd1ba69c23f9a12bcbae4ec423826eabccc9bede7f2d36e0b1e2ca00353
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.