alessia_valenti_v1.1 β€” LoRA

LoRA adapter trained for the concept/style "alessia_valenti".

Trigger word

Use this token in your prompt:

  • alessia_valenti

Base model

  • Tongyi-MAI/Z-Image-Turbo

Files

  • *.safetensors β€” LoRA weights
  • config.yaml β€” training configuration
  • (optional) log.txt β€” training log

How to use

A) ComfyUI / AUTOMATIC1111

  1. Put the .safetensors file into your LoRA folder.
  2. Prompt example:
    • alessia_valenti, italian woman in her 40s, business clothes, standing in front of a building, photo

(Adjust LoRA strength to taste, e.g. 0.6–1.0.)

B) Diffusers (generic example)

import torch
from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained(
    "Tongyi-MAI/Z-Image-Turbo",
    torch_dtype=torch.bfloat16
).to("cuda")

pipe.load_lora_weights("thorjank/alessia-valenti-lora", weight_name="<YOUR_LORA_FILENAME>.safetensors")

prompt = "alessia_valenti, italian woman in her 40s, business clothes, photo"
image = pipe(prompt).images[0]
image.save("out.png")
Downloads last month
5
Inference Providers NEW

Model tree for thorjank/alessia-valenti

Adapter
(474)
this model

Collection including thorjank/alessia-valenti