You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix character stretching: portrait generation 480x832 → 832x480 to match
I2V landscape shots, add cinematic wide-angle composition to prompts
- Increase I2V inference steps 30 → 50 and reduce guidance_scale 6.0 → 5.0
to match Wan 2.2 TI2V-5B defaults for better quality
- Add realesrgan-ncnn-vulkan backend fallback to VideoUpscaler for when
Python realesrgan/basicsr won't compile (e.g. Python 3.14)
- Update .gitignore for tools/ dir and new scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: examples/fanren_trailer_v2.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,28 +23,28 @@
23
23
"韩立_early": {
24
24
"description": "young thin boy age 14, simple brown cloth, messy black hair, poor but determined dark eyes, thin face",
25
25
"image_path": null,
26
-
"portrait_prompt": "portrait of a young thin Chinese boy age 14, simple ragged brown cloth, messy black hair, poor but determined dark eyes, thin face, anime style, xianxia, high detail, upper body, looking at camera",
26
+
"portrait_prompt": "cinematic wide angle portrait of a young thin Chinese boy age 14, simple ragged brown cloth, messy black hair, poor but determined dark eyes, thin face, anime style, xianxia, high detail, upper body centered in frame, landscape composition, looking at camera",
27
27
"lora_path": null,
28
28
"lora_scale": 1.0
29
29
},
30
30
"韩立_late": {
31
31
"description": "young male cultivator age 16, grey disciple robes, hair tied in topknot, determined gaze, faint golden aura",
32
32
"image_path": null,
33
-
"portrait_prompt": "portrait of a young Chinese male cultivator age 16, grey disciple robes with dark trim, hair tied in topknot, determined gaze, faint golden spiritual aura, anime style, xianxia, high detail, upper body, looking at camera",
33
+
"portrait_prompt": "cinematic wide angle portrait of a young Chinese male cultivator age 16, grey disciple robes with dark trim, hair tied in topknot, determined gaze, faint golden spiritual aura, anime style, xianxia, high detail, upper body centered in frame, landscape composition, looking at camera",
34
34
"lora_path": null,
35
35
"lora_scale": 1.0
36
36
},
37
37
"墨大夫": {
38
38
"description": "sinister old man with long white beard, dark green robes, sharp cunning eyes, hunched posture, alchemist",
39
39
"image_path": null,
40
-
"portrait_prompt": "portrait of a sinister old Chinese man alchemist, long white beard, dark green robes, sharp cunning eyes, hunched posture, dim candlelit background, anime style, xianxia, high detail, upper body, looking at camera",
40
+
"portrait_prompt": "cinematic wide angle portrait of a sinister old Chinese man alchemist, long white beard, dark green robes, sharp cunning eyes, hunched posture, dim candlelit background, anime style, xianxia, high detail, upper body centered in frame, landscape composition, looking at camera",
41
41
"lora_path": null,
42
42
"lora_scale": 1.0
43
43
},
44
44
"厉飞雨": {
45
45
"description": "handsome young man in grey disciple robes, short black hair, warm smile, loyal friend, carrying a sword",
46
46
"image_path": null,
47
-
"portrait_prompt": "portrait of a handsome young Chinese man in grey disciple robes, short black hair, warm friendly smile, sword on back, anime style, xianxia, high detail, upper body, looking at camera",
47
+
"portrait_prompt": "cinematic wide angle portrait of a handsome young Chinese man in grey disciple robes, short black hair, warm friendly smile, sword on back, anime style, xianxia, high detail, upper body centered in frame, landscape composition, looking at camera",
0 commit comments