How to use from the
Use from the
Diffusers library
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("Jonjew/TomNulensStyle")

prompt = "By Tom Nulens. A digital illustration shoot from a profile camera angle about a double exposure portrait of a woman with abstract technology elements and text. the image also shows a woman in the middle of the image, who appears to be a young woman with dark hair styled in a bun, and is facing the viewer with her eyes closed. she has a serene expression and is wearing a beige cape that is partially open, revealing her upper body. the background is a gradient of beige and black, with a mix of light and dark tones. on the left side of the woman, there is a text overlay that reads \"o.e.t.\" and on the right side, there are various mathematical equations and symbols that appear to be made up of black and gold elements. the woman's hair is styled in an updo, and her face is adorned with gold and black geometric patterns. the overall effect is a striking digital art piece with a focus on technology and abstract elements. <lora:Tom_Nulens:0.8045440673828125>"
image = pipe(prompt).images[0]

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card