This is my first attempt at creating an RTM model, so bear with me. It's a model for Phoebe Tonkin, an actress of moderate fame and great beauty. Here is the link:
(Let me know if it works, I've never used mega before.)
The model is trained for a bit more than 5.3 kk iterations. It is more or less according to the instructions by , so LIAE-UD, 224, [font='Open Sans', sans-serif]WF, ae_dims:256, e_dims:64, d_dims:64, d_mask_dims 22. It is trained on a destination set of my own concoction, NSFW. Here's the rough outline of the training:[/font]
1) About 2kk training with both random src and dst. lrd:N, uniform_yaw:True, blur_out_mask:Y, color_transfer:lct, train, eyes_mouth_prio:Y. Random src also my own concoction. I was experimenting with both src and dst during the first 1kk. After that, I settled on adding the dst images to the src folder also. This was the only way I could get the eye directions right.
2) About 1kk with the same settings, but with only Tonkin in the src.
3) About 500k with lrd:Y.
4) About 500k with uniform yaw: false.
5) About 1kk with random warp disabled. I realised somewhere halfway through that I was displeased with the way open mouths looked (in the "merge", column 5). If a mouth was open in dst and the tongue visible inside, this would often be mapped as a more closed mouth, with the tongue becoming a lower lip. I had initially masked the dst according to the main guide, so excluding tongues in open mouths in dst. I decided to retrain the xseg mask to include the tongue and teeth. For the second half of this stage I trained like that and it improved the open mouths, as best I could tell. Next time I will do this from the start. I would still use the masking from the guide for the merging stage.
6) About 150k gan 0.1 gan_dims:32.
I would appreciate any feedback.