Add prompt enhancer example prompts
Browse files- README.md +4 -0
- i2i/default.txt +6 -0
- i2i/flux2_i2i.txt +6 -0
- i2i/qwen_image_edit_i2i.txt +6 -0
- i2i/sensenova_u1.txt +6 -0
- i2v/default.txt +6 -0
- i2v/motif_video_i2v_fallback.txt +6 -0
- i2v/wan_i2v.txt +6 -0
- t2i/default.txt +6 -0
- t2i/ernie_image_t2i.txt +6 -0
- t2i/hidream_o1.txt +6 -0
- t2i/nucleus_image_fallback.txt +6 -0
- t2i/qwen_image_t2i.txt +6 -0
- t2i/sensenova_u1.txt +6 -0
- t2i/z_image_t2i.txt +6 -0
- t2v/default.txt +6 -0
- t2v/motif_video_t2v_fallback.txt +6 -0
- t2v/wan_t2v.txt +6 -0
- v2v/default.txt +6 -0
- v2v/void_v2v_inpaint.txt +6 -0
- v2v/wan_animate_move_v2v.txt +6 -0
- v2v/wan_animate_replace_v2v.txt +6 -0
README.md
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Yetter LLM Executor Prompt Enhancer Examples
|
| 2 |
+
|
| 3 |
+
Raw text prompt sets for testing yetter-llm-executor prompt-enhancer routes.
|
| 4 |
+
Each `.txt` file contains naive Korean and English prompts intended to make enhancement behavior easy to compare.
|
i2i/default.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μ
μΈ μμ μ΄λ‘μμΌλ‘ λ°κΏμ€
|
| 2 |
+
λ°°κ²½μ λ μ€λ κ²¨μΈ κ±°λ¦¬λ‘ λ°κΏμ€
|
| 3 |
+
κ°ν κΈμλ₯Ό "μ΄μμ€μΈμ"λ‘ λ°κΏμ€
|
| 4 |
+
Change the car color to bright yellow
|
| 5 |
+
Remove the person standing on the left
|
| 6 |
+
Add the text "OPEN 24 HOURS" to the shop window
|
i2i/flux2_i2i.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
λ°°κ²½λ§ νλ¦¬κ² λ§λ€μ΄μ€
|
| 2 |
+
μ¬ν·μ κ²μ κ°μ£½ μ¬ν·μΌλ‘ λ°κΏμ€
|
| 3 |
+
ν
μ΄λΈ μ μ¬κ³Όλ₯Ό μ§μμ€
|
| 4 |
+
Turn the wall color light blue
|
| 5 |
+
Add a small lamp on the desk
|
| 6 |
+
Replace the window sign with "SALE"
|
i2i/qwen_image_edit_i2i.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
λͺ¨μλ₯Ό λΉ¨κ°μμΌλ‘ λ°κΏμ€
|
| 2 |
+
μΌμͺ½ μμλ₯Ό μ§μμ€
|
| 3 |
+
μ»΅μ "YETTER"λΌκ³ μ μ΄μ€
|
| 4 |
+
Make the sky look sunset orange
|
| 5 |
+
Replace the dog with a small robot
|
| 6 |
+
Change the poster text to "NEW MENU"
|
i2i/sensenova_u1.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μΈλ¬Όμ λ§ν μ€νμΌλ‘ λ°κΏμ€
|
| 2 |
+
μ¬μ§μ λ°€ μ₯λ©΄μΌλ‘ λ°κΏμ€
|
| 3 |
+
λ¬Έ μμ "μ
ꡬ"λΌκ³ μ¨μ€
|
| 4 |
+
Make the room look cleaner and brighter
|
| 5 |
+
Add falling snow outside the window
|
| 6 |
+
Change the label text to "FRESH MILK"
|
i2v/default.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μΈλ¬Όμ΄ μ²μ²ν μμ νλλ μμ
|
| 2 |
+
κ³ μμ΄κ° κ³ κ°λ₯Ό λλ € μΉ΄λ©λΌλ₯Ό 보λ μμ
|
| 3 |
+
μΉ΄λ©λΌκ° νμ§νμ "μΆκ΅¬" κΈμ μͺ½μΌλ‘ μ²μ²ν μ€μΈνλ μμ
|
| 4 |
+
The person smiles and looks to the left
|
| 5 |
+
The camera slowly pushes in toward the flower vase
|
| 6 |
+
A dog blinks, tilts its head, and sits still
|
i2v/motif_video_i2v_fallback.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μ¬μ§ μ μ°¨κ° μ²μ²ν μμΌλ‘ μμ§μ΄λ μμ
|
| 2 |
+
μΈλ¬Όμ΄ κ³ κ°λ₯Ό λλ € μ°½λ°μ 보λ μμ
|
| 3 |
+
μ‘μ μ "HOME" κΈμλ₯Ό ν₯ν΄ μΉ΄λ©λΌκ° λ€κ°κ°λ μμ
|
| 4 |
+
The flower petals move in a light breeze
|
| 5 |
+
The camera slowly zooms out from the building
|
| 6 |
+
The dog raises one paw and looks at the camera
|
i2v/wan_i2v.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μ μ§λ μΈλ¬Όμ΄ μ²μ²ν λ―Έμ μ§λ μμ
|
| 2 |
+
κ½λ³ μ£Όλ³μΌλ‘ μΉ΄λ©λΌκ° μ²μ²ν μμ§μ΄λ μμ
|
| 3 |
+
μ¬μ§ μ νμ§ν "μ λ₯μ₯"μΌλ‘ μ€μΈνλ μμ
|
| 4 |
+
The bird flaps its wings once
|
| 5 |
+
The camera slowly pans across the dinner table
|
| 6 |
+
The neon word "CAFE" gently flickers
|
t2i/default.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
λΉ¨κ° μ°μ°μ λ μλ
|
| 2 |
+
λ무 ν
μ΄λΈ μμ λΈκΈ° μΌμ΄ν¬
|
| 3 |
+
μμΈ κ³¨λͺ©μ μλ μμ μΉ΄ν, κ°νμ "μ€λμ 컀νΌ"
|
| 4 |
+
A robot watering flowers in a small garden
|
| 5 |
+
A white cat sleeping on a blue sofa
|
| 6 |
+
A travel poster for a mountain village with the title "Slow Weekend"
|
t2i/ernie_image_t2i.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μ΄μμ μ₯κ΅° μ΄μν
|
| 2 |
+
κ³ ν μ€νμΌμ μμΈ μΌκ²½
|
| 3 |
+
μΉ νμ "E = mcΒ²"λ₯Ό μ°λ κ³Όνμ
|
| 4 |
+
Mona Lisa in a modern museum
|
| 5 |
+
A poster about the Eiffel Tower
|
| 6 |
+
A wall with the poem "Twinkle, twinkle, little star"
|
t2i/hidream_o1.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
λ¬λΉ μλ μ±
|
| 2 |
+
λΉ μ€λ λ°€ λ²μ€ μ λ₯μ₯
|
| 3 |
+
κ²μ λ°°κ²½μ "κΏ"μ΄λΌλ κΈμ
|
| 4 |
+
A floating island in the sky
|
| 5 |
+
A child looking at fireflies
|
| 6 |
+
A movie poster titled "Moon Garden"
|
t2i/nucleus_image_fallback.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
λ
Έλ μμ κ±°
|
| 2 |
+
μ¬λ§ νκ°μ΄λ°μ μ 리 μ¨μ€
|
| 3 |
+
μΉ΄λμ "κ°μ¬ν©λλ€"λΌκ³ μ¨μ€
|
| 4 |
+
A panda holding a red balloon
|
| 5 |
+
A small bookstore at night
|
| 6 |
+
A badge design with the words "BEST TEAM"
|
t2i/qwen_image_t2i.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ν볡 μ
μ κ³ μμ΄
|
| 2 |
+
μ±
μ μ μμ λ‘λ΄ μ₯λκ°
|
| 3 |
+
ν¬μ€ν°μ "μ¬λ¦ μΆμ "λΌκ³ μ¨μ€
|
| 4 |
+
A fox sitting under a streetlight
|
| 5 |
+
A glass teapot on a wooden table
|
| 6 |
+
A product ad for sneakers with the words "RUN FREE"
|
t2i/sensenova_u1.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
λ°λ·κ°μμ κΈ°ν μΉλ μ¬λ
|
| 2 |
+
κ²¨μΈ μ²μμ μμ μ€λλ§
|
| 3 |
+
λ²½μ "νν"λΌλ λ¨μ΄κ° μ ν λ°©
|
| 4 |
+
A chef making ramen
|
| 5 |
+
A blue bird on a yellow mailbox
|
| 6 |
+
A magazine cover titled "CITY LIFE"
|
t2i/z_image_t2i.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
λ―Έλ λμμ λ²μ€ μ λ₯μ₯
|
| 2 |
+
μ΄λ‘μ λ³ μμ μμ μ²
|
| 3 |
+
μμμ "FRAGILE"μ΄λΌκ³ μ ν νλ°°
|
| 4 |
+
A dragon made of clouds
|
| 5 |
+
A tiny house inside a seashell
|
| 6 |
+
A simple logo with the text "NOVA"
|
t2v/default.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
κ°μμ§κ° 곡μ μ«μ λ¬λ¦¬λ μμ
|
| 2 |
+
λΉ μ€λ 거리μμ μ¬λμ΄ μ°μ°μ νΌμΉλ μμ
|
| 3 |
+
μΉ΄ν κ°νμ "OPEN" κΈμκ° μ²μ²ν κΉλΉ‘μ΄λ μμ
|
| 4 |
+
A paper airplane flying across a classroom
|
| 5 |
+
A chef flipping pancakes in a small kitchen
|
| 6 |
+
A train entering a station while the sign reads "Central Station"
|
t2v/motif_video_t2v_fallback.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μ°μ£Όμ μ΄ κ΅¬λ¦ μ¬μ΄λ₯Ό μ§λκ°λ μμ
|
| 2 |
+
μ¬λμ΄ μΌμ΄ν¬ μ΄λΆμ λλ μμ
|
| 3 |
+
λ²½μ "WELCOME" κΈμ μλ‘ λΉμ΄ μ§λκ°λ μμ
|
| 4 |
+
A leaf floating on a river
|
| 5 |
+
A dancer turning once in a studio
|
| 6 |
+
A camera moves toward a door labeled "EXIT"
|
t2v/wan_t2v.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ν΄λ³μμ νλκ° λ°λ €μ€λ μμ
|
| 2 |
+
κ³ μμ΄κ° μ°½κ°λ‘ κ±Έμ΄κ°λ μμ
|
| 3 |
+
λ€μ¨ κ°ν "OPEN"μ΄ κΉλΉ‘μ΄λ 밀거리 μμ
|
| 4 |
+
A bicycle rolling down an empty road
|
| 5 |
+
A cup of coffee steaming on a table
|
| 6 |
+
A city bus passing a sign that says "DOWNTOWN"
|
v2v/default.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μμμμ μ§λκ°λ μ¬λμ μ§μ°κ³ λΉ λ³΅λλ§ λ¨κ²¨μ€
|
| 2 |
+
μ°Έμ‘° μΈλ¬Όμ΄ μλ³Έ μμμ μΆ€ λμμ λ°λΌ νκ² ν΄μ€
|
| 3 |
+
μμ μ μ¬λμ μ°Έμ‘° μΊλ¦ν°λ‘ λ°κΎΈκ³ μλ μμ§μμ μ μ§ν΄μ€
|
| 4 |
+
Remove the red ball and leave a clean wooden floor
|
| 5 |
+
Make the reference character follow the walking motion from the video
|
| 6 |
+
Replace the original actor with the reference character while keeping the same lighting
|
v2v/void_v2v_inpaint.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μμμμ μ±
μ μ μ»΅μ μ§μμ€
|
| 2 |
+
κΈΈμ μ§λκ°λ μμ κ±°λ₯Ό μ κ±°ν΄μ€
|
| 3 |
+
λ²½μ "SALE" ν¬μ€ν°λ₯Ό μμ μ€
|
| 4 |
+
Remove the moving car from the street video
|
| 5 |
+
Erase the dog running through the scene
|
| 6 |
+
Remove the watermark text "SAMPLE" from the corner
|
v2v/wan_animate_move_v2v.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μ°Έμ‘° μΊλ¦ν°κ° μλ³Έ μ¬λμ κ±·λ λμμ λ°λΌ νκ² ν΄μ€
|
| 2 |
+
μ°Έμ‘° μΈλ¬Όμ΄ μλ³Έ μμμ²λΌ μμ νλ€κ² ν΄μ€
|
| 3 |
+
μ°Έμ‘° μΊλ¦ν°κ° "HELLO" νμ§ν μμμ κ°μ μΆ€μ μΆκ² ν΄μ€
|
| 4 |
+
Make the reference character follow the original running motion
|
| 5 |
+
Animate the reference person with the same arm movement as the source video
|
| 6 |
+
Make the reference character perform the same jump in front of the "START" sign
|
v2v/wan_animate_replace_v2v.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
μμ μ μ¬λμ μ°Έμ‘° μΊλ¦ν°λ‘ λ°κΎΈκ³ μμ§μμ μ μ§ν΄μ€
|
| 2 |
+
μλ³Έ λ°°μ°λ₯Ό μ°Έμ‘° μΈλ¬Όλ‘ κ΅μ²΄νκ³ μ‘°λͺ
μ κ·Έλλ‘ λ¬
|
| 3 |
+
μΆ€μΆλ μ¬λμ μ°Έμ‘° μΊλ¦ν°λ‘ λ°κΎΈκ³ λ€μ "STAGE" κΈμλ μ μ§ν΄μ€
|
| 4 |
+
Replace the actor with the reference character while keeping the same camera motion
|
| 5 |
+
Swap the person for the reference character and preserve the original pose sequence
|
| 6 |
+
Replace the dancer with the reference character while keeping the "LIVE" sign unchanged
|