Instructions to use Shakker-Labs/Lumatales-FL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shakker-Labs/Lumatales-FL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Shakker-Labs/Lumatales-FL", dtype=torch.bfloat16, device_map="cuda") prompt = "gushirensheng\\(style\\), A vast desert landscape with a rusty old car beside a road, surrounded by cacti. A young man in a striped shirt is standing next to a street sign, looking towards the horizon. The scene is brightly colored with vivid blues and oranges, giving it a surreal, quirky feel. The composition is wide and expansive, showing the barren landscape with dramatic rock formations in the background. The atmosphere feels nostalgic, empty, and isolated." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K