Instructions to use starsfriday/Kontext-Tim-Burton-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use starsfriday/Kontext-Tim-Burton-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("starsfriday/Kontext-Tim-Burton-LoRA") prompt = "turn the image into a gothic dark style anime character with pale stitched skin and large eyes, in a Tim Burton filter aesthetic." 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 Settings
- Draw Things
metadata
license: apache-2.0
language:
- en
base_model:
- black-forest-labs/FLUX.1-Kontext-dev
tags:
- image-generation
- lora
- kontext
pipeline_tag: image-to-image
library_name: diffusers
widget:
- text: >-
turn the image into a gothic dark style anime character with pale stitched
skin and large eyes, in a Tim Burton filter aesthetic.
output:
url: samples/result1.png
- text: >-
turn the image into a gothic dark style anime character with pale stitched
skin and large eyes, in a Tim Burton filter aesthetic.
output:
url: samples/result2.png
- text: >-
turn the image into a gothic dark style anime character with pale stitched
skin and large eyes, in a Tim Burton filter aesthetic.
output:
url: samples/result3.png
starsfriday Kontext Dev LoRA

- Prompt
- turn the image into a gothic dark style anime character with pale stitched skin and large eyes, in a Tim Burton filter aesthetic.

- Prompt
- turn the image into a gothic dark style anime character with pale stitched skin and large eyes, in a Tim Burton filter aesthetic.

- Prompt
- turn the image into a gothic dark style anime character with pale stitched skin and large eyes, in a Tim Burton filter aesthetic.
Model Card for Model ID
This is a model for style transfer, trained on black-forest-labs/FLUX.1-Kontext-dev, and it is mainly used to turn the image into a gothic dark style anime character with pale stitched skin and large eyes, in a Tim Burton filter aesthetic.For use in ComfyUI.
Model description
Trigger phrase
turn the image into a gothic dark style anime character with pale stitched skin and large eyes, in a Tim Burton filter aesthetic.
Download model
Weights for this model are available in Safetensors format.
Training at Chongqing Valiant Cat
This model was trained by the AI Laboratory of Chongqing Valiant Cat Technology Co., LTD(https://vvicat.com/).Business cooperation is welcome