A practical program for resolving role style conflicts
When there is a difference in the style of the characters of Magical Girl's House and City in the Sky, the following scheme can be used to achieve a natural interaction:
- Pre-training program: Use
train_custom.py
Load additional datasets to fine-tune the model (20+ sets of cross-work interaction samples need to be prepared) - Tip Engineering Program: Add style tones and descriptions to the command, for example:
"Kiki (Ghibli's 1990s style of painting) and Pazu (Ghibli's 1980s style of painting) meet in a field at dusk, with an overall adjustment to the average style of a Ghibli movie from 1985-1995" - aftertreatment program: StyleGAN is used for style migration:
python style_transfer.py --source output.mp4 --style studio_ghibli
Additional recommendations: incheckpoints/
Add a shared VAE model in or look for Lora adapters for cross-work fusion at Hugging Face.
This answer comes from the articleAnimeGamer: An Open Source Tool for Generating Anime Videos and Character Interactions with Language CommandsThe