Instructions to use drbaph/Gorillaz-style-kontext-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use drbaph/Gorillaz-style-kontext-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("drbaph/Gorillaz-style-kontext-LoRA") prompt = "make this image gorillaz style" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Gorillaz Kontext Dev LoRA

- Prompt
- make this image gorillaz style

- Prompt
- make this image gorillaz style

- Prompt
- make this image gorillaz style

- Prompt
- make this image gorillaz style

- Prompt
- make this image gorillaz style

- Prompt
- make this image gorillaz style
Model description
Transform any image into that signature Gorillaz art style—with bold, graphic linework, flat pop-art colors, and a touch of grunge texture. This LoRA is trained on the FLUX.1-Kontext-dev base model and specializes in recreating the iconic, slightly rough-edged cartoon style beloved by the virtual band.
Features
- 🎨 Applies bold, hand-drawn line art & flat color fills
- 🖌️ Adds subtle painterly/grunge textures for that authentic “print-punk” feel
- 👓 Retains original composition & shapes while overlaying the Gorillaz aesthetic
- ⚡ Works seamlessly in Image-to-Image (I2I) workflows on FLUX.1-Kontext-dev
- 🎵 Perfect for album art, avatars, posters, or any “cartoon-punk” transformation
What Works Best
- Portraits & Characters: Human faces, pets, mascots
- Scenery & Objects: Buildings, landscapes, everyday items
- Album/Poster Art: Bold compositions & graphic layouts
- Logos & Icons: Retains readability with a cartoon edge
Technical Details
- Base Model: black-forest-labs/FLUX.1-Kontext-dev
- Training Method: LoRA (Low-Rank Adaptation)
- Model Type: Image-to-Image style transfer
- License: FLUX.1-dev Non-Commercial License
Trigger words
make this image gorillaz style
Download model
Download them in the Files & versions tab.
Created by DrBaph
- Downloads last month
- 12
Model tree for drbaph/Gorillaz-style-kontext-LoRA
Base model
black-forest-labs/FLUX.1-Kontext-dev