Replies: 3 comments
-
There's some troubles yet. |
Beta Was this translation helpful? Give feedback.
-
Example: (proof of concept) In script/textbox i use this: (with only "openpose" with controlnet)
the result is 100 images that show a kind of morphing between a not very muscular Caucasian man and a black bodybuilder. I'm not going to post the 100 images but I made a video with: final.video-converter.com.mp4the result is surely perfectible with a more adjusted and smart prompt. |
Beta Was this translation helpful? Give feedback.
-
The video is too choppy. I made a small linear transition script between two images to improve the video. The video with this script is a little better. compressMorphing.Video.mp4 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello, i made a small python script to morph prompts in 'n' times. the generated text of the prompts can be put in Forge in the script module. the famous textbox it seems to me. it's public domain. if someone wants to improve my gas factory.... don't hesitate!
Example:
A landscape of a mountain with a lake at sunset
TO
A landscape of a city with a volcano at night
In 5 iterations
A landscape of [mountain: city: 1.0] with a [lake: volcano: 0.6] at [sunset: night: 0.0].
A landscape of [mountain: city: 0.75] with a [lake: volcano: 0.52] at [sunset: night: 0.25].
A landscape of [mountain: city: 0.5] with a [lake: volcano: 0.45] at [sunset: night: : 0.5].
A landscape of [mountain:city:0.25] with a [lake:volcano:0.38] at [sunset:night:0.75].
A landscape of [mountain:city:0.0] with a [lake:volcano:0.3] at [sunset:night:1.0].
Here:
https://github.com/Giribot/PromptMorpher
Beta Was this translation helpful? Give feedback.
All reactions