2025-08-30-15-37-22-another-midjourney-release-old-man
Details
Download Files (1)
About this version
Model description
The Storyline
A data scientist embarks on an ambitious project: to use artificial intelligence to preserve a piece of their personal history. The goal is to train a model to generate images of their "father," their "grandfather," and even an image combining the two.
The project starts with a collection of 73 image files. These images are not just data; they are memories, moments captured in time. The AI begins its arduous task of learning, processing the images over 18 epochs. The training logs reveal the struggle of this process, with the system encountering technical warnings and a loss function that slowly decreases, indicating the model is learning but the process is challenging and takes many hours.
The AI, named Illustrious, diligently works through the provided photos, learning the nuances of each person's face. The progress is a long, methodical journey, documented by the regular saving of intermediate checkpoints after each epoch.
In the end, the AI succeeds, creating a new image that combines the features of both their father and grandfather. The final output isn't just a generated image; it's a testament to the power of AI to create something new from cherished memories, a digital family portrait that couldn't exist in the real world.
{
"training_parameters": {
"engine": "kohya",
"loraType": "lora",
"resolution": 1024,
"maxTrainEpochs": 18,
"trainBatchSize": 4,
"targetSteps": 9855,
"learning_rate": 0.0005,
"unet_lr": 0.0005,
"text_encoder_lr": 5e-5,
"network_dim": 32,
"network_alpha": 16,
"lr_scheduler": "cosine_with_restarts",
"lr_scheduler_num_cycles": 3,
"min_snr_gamma": 5.0,
"noise_offset": 0.1,
"clip_skip": 1,
"optimizer_type": "Adafactor",
"save_every_n_epochs": 1,
"sample_every_n_epochs": 1,
"shuffleCaption": true,
"flipAugmentation": true,
"keepTokens": 3,
"save_precision": "bf16",
"mixed_precision": "bf16"
},
"dataset_configuration": {
"num_repeats": 30,
"image_resolution": 1024,
"caption_extension": ".txt",
"enable_bucket": true,
"bucket_reso_steps": 64,
"min_bucket_reso": 256,
"max_bucket_reso": 2048,
"files": 73
},
"sample_prompts": [
{
"prompt": "my father"
},
{
"prompt": "my grandfather"
},
{
"prompt": "my father and my grandfather"
}
]
}


