手绣线艺术风格迁移提示

Author:Gagan Singh
2026/01/05 09:12

Description

将参考图像转换为手绣线艺术风格,保留身份特征并呈现织物缝线的手工质感

Tags

画像生成ビジュアル化推敲・最適化

Content

```json
{
  "reference_image": "UPLOAD_USER_IMAGE_HERE",
  "identity_preservation": {
    "face_similarity": "high",
    "exact_likeness": true
  },
  "art_style": {
    "type": "手绣线艺",
    "technique": "织物缝线插画",
    "material_look": "布料上的彩色线",
    "no_line_art": true,
    "no_paint": true,
    "no_digital_brush": true
  },
  "fabric_details": {
    "base_fabric": "黄麻粗麻布棉质纹理",
    "thread_type": "棉质绣线",
    "stitch_visibility": "清晰可见的线迹",
    "fill_style": "密集的线填充",
    "edges": "缝合轮廓而非描绘"
  },
  "subject": {
    "style": "可爱的手工布偶造型",
    "expression": "柔和温顺",
    "pose": "简单的孩童姿势"
  },
  "color_style": {
    "look": "线材自然色调",
    "finish": "哑光织物表面",
    "no_gloss": true
  },
  "background": {
    "type": "纯色布料表面",
    "texture": "可见的编织纹理"
  },
  "render_settings": {
    "quality": "超高",
    "resolution": "4K",
    "handmade_feel": true,
    "craft_art_priority": true
  },
  "negative_prompt": [
    "线条艺术",
    "铅笔",
    "素描",
    "数字插画",
    "绘画",
    "照片写实",
    "平滑 AI",
    "塑料质感",
    "矢量风格"
  ]
}
```

---

**Original English:**
{
  "reference_image": "UPLOAD_USER_IMAGE_HERE",
  "identity_preservation": {
    "face_similarity": "high",
    "exact_likeness": true
  },
  "art_style": {
    "type": "hand_embroidery_thread_art",
    "technique": "fabric_stitch_illustration",
    "material_look": "colored_threads_on_cloth",
    "no_line_art": true,
    "no_paint": true,
    "no_digital_brush": true
  },
  "fabric_details": {
    "base_fabric": "jute_burlap_cotton_texture",
    "thread_type": "cotton_embroidery_thread",
    "stitch_visibility": "clearly_visible_thread_lines",
    "fill_style": "dense_thread_filling",
    "edges": "stitched_outlines_not_drawn"
  },
  "subject": {
    "style": "cute_handcrafted_doll_look",
    "expression": "soft_gentle",
    "pose": "simple_childlike_pose"
  },
  "color_style": {
    "look": "thread_color_natural_tones",
    "finish": "matte_fabric_finish",
    "no_gloss": true
  },
  "background": {
    "type": "plain_fabric_surface",
    "texture": "woven_cloth_visible"
  },
  "render_settings": {
    "quality": "ultra_high",
    "resolution": "4K",
    "handmade_feel": true,
    "craft_art_priority": true
  },
  "negative_prompt": [
    "line_art",
    "pencil",
    "sketch",
    "digital_illustration",
    "painting",
    "photo_realistic",
    "smooth_ai",
    "plastic_texture",
    "vector_style"
  ]
}