Skip to content

Commit b00149b

Browse files
authored
Merge pull request #362 from KevinX25/patch-1
Create Leticia service
2 parents ff8511b + 376deb2 commit b00149b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Leticia service

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
from together import Together
2+
3+
image = client.images.generate(
4+
prompt="MJ v6, A sensual, full-body anime elf girl with long, flowing silver hair and sparkling highlights, deep red eyes, and a seductive, lustful expression, posing with both hands grasping a green wine bottle, wearing an Egyptian-inspired sheer black skirt with intricate golden embroidery, split front and back panels, and a delicate black silk veil draped over her head, paired with black elbow-length fingerless gloves, elegant golden jewelry, and ornate bracelets, set against a dark fantasy blur background with soft body lighting, detailed anime shading, and line art, strong contrast with dramatic shadows, cinematic lighting, and a Goblin Slayer-inspired aesthetic, rendered in a highly detailed, ultra-sharp, and masterful style, with a focus on photorealistic textures and a close-up composition that emphasizes the subject's intricate features and sensual presence.",
5+
model="black-forest-labs/FLUX.1-dev-lora",
6+
height=768,
7+
width=1024,
8+
seed=8910047,
9+
steps=28,
10+
image_loras=[
11+
{
12+
"path": "https://huggingface.co/strangerzonehf/Flux-Midjourney-Mix2-LoRA",
13+
"scale": 1,
14+
},
15+
],
16+
)
17+
18+
print(image.data[0].url)

0 commit comments

Comments
 (0)