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
#12
by BKKSPY - opened
Generated example for model BKKSPY/MLLW.
Prompt: Generate an image of a majestic Thai warrior standing proudly next to a grand, ornately decorated elephant. The warrior wears a intricately designed golden armor set, adorned with fine details and patterns. They hold a refined spear that reflects their strength and elegance. The background features a grand, ornate palace with intricate architecture, set against a dark, mystical evening sky. The entire scene should evoke a sense of fantasy and wonder, blending high-fantasy elements with precious Thai cultural heritage and exquisite attention to detail.