Instructions to use FounderFeed/gta-style-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FounderFeed/gta-style-lora 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("FounderFeed/gta-style-lora") prompt = "A night Scenes of Gta v" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#1
by FounderFeed - opened
Generated example for model FounderFeed/gta-style-lora.
Prompt: aidmaGTA5, a sprawling urban cityscape at night, high-rise buildings with glowing windows, neon signs illuminating the streets, cars and motorcycles parked along the road, wet pavement reflecting city lights, a few pedestrians walking under street lamps, cinematic lighting, dark skies with hints of stars, realistic lighting reflections, detailed textures, vibrant color grading, inspired by GTA5 night scenes.
Example prompt