Instructions to use AIGCDuckBoss/fluxLora_Thriller_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AIGCDuckBoss/fluxLora_Thriller_model 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("AIGCDuckBoss/fluxLora_Thriller_model") prompt = "A detective with trench coat and fedora hat standing in dark alleyway, foggy night, neon lights reflecting in puddles, The overall style of the illustration is dark comic style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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("AIGCDuckBoss/fluxLora_Thriller_model")
prompt = "A detective with trench coat and fedora hat standing in dark alleyway, foggy night, neon lights reflecting in puddles, The overall style of the illustration is dark comic style"
image = pipe(prompt).images[0]fluxLora_Thriller_model

- Prompt
- A detective with trench coat and fedora hat standing in dark alleyway, foggy night, neon lights reflecting in puddles, The overall style of the illustration is dark comic style

- Prompt
- Underground bunker laboratory with suspicious equipment, blinking monitors, mysterious substances in glass containers, warning signs, single swinging light bulb, tense atmosphere

- Prompt
- Woman in red dress running through gothic mansion hallway, thunderstorm outside, flickering candles, vintage wallpaper peeling, mysterious figure in mirror reflection, The overall style of the illustration is dark comic style

- Prompt
- -
Model description
Making a Horror Comic Book
Trigger words
You should use The overall style of the illustration is dark comic style to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 3
Model tree for AIGCDuckBoss/fluxLora_Thriller_model
Base model
black-forest-labs/FLUX.1-dev