Instructions to use BKKSPY/MLLW with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BKKSPY/MLLW 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("BKKSPY/MLLW") prompt = "MLLW" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
Generated example for model BKKSPY/MLLW.
Prompt: Generate an image of a man standing in the middle of a lush green football field, wearing a bright red Liverpool FC jersey with the iconic Liverbird crest and 'LFC' logo printed prominently on his chest. The jersey should have a bold, vibrant red color with white accents. The man should be posed in a confident stance, with his feet shoulder-width apart and his arms crossed, conveying a sense of pride and enthusiasm for the team. The background should feature a blurred-out football stadium with the stands and seats visible, but not distracting from the main subject. The lighting should be natural and soft, with a slight warm glow to evoke a sense of excitement and energy. The overall mood of the image should be one of passion, loyalty, and dedication to the Liverpool FC team.