Quick Generate
Select a style, write what you want to see and click Generate
What you want in the image.
Clear
Random
* This model is not available for use and might generate different characters compared to the ones seen in the images.

Model Description by Creator

Serenity: a photorealistic base model


Welcome to my corner!

I'm creating Dreambooths, LyCORIS, and LORAs. If you want to know how I do those, here is the guide: https://civitai.com/articles/7/dreambooth-lycoris-lora-guide


I have a Buy Me A Coffee page if you want to support me ( https://www.buymeacoffee.com/malcolmrey ). You can also leave a request there if you want me to do something specific.


HuggingFace model card: https://huggingface.co/malcolmrey/serenity


Here is the process of how I did it:

I was using a script from this repository: https://github.com/Faildes/Chattiori-Model-Merger

and those were the commands:

python merge.py "WS" "C:/Development/StableDiffusion/stable-diffusion-webui/models/Stable-diffusion" "photon_v1.safetensors" "realisticVisionV30_v30VAE.ckpt" --alpha 0.45 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-model-v0"
python merge.py "WS" "C:/Development/StableDiffusion/stable-diffusion-webui/models/Stable-diffusion" "juggernaut_final.safetensors" "wyvernmix_v9.safetensors" --alpha 0.45 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-model-v1"
python merge.py "WS" "C:/Development/StableDiffusion/stable-diffusion-webui/models/Stable-diffusion" "epicrealism_pureEvolutionV3.safetensors" "cyberrealistic_v31.safetensors" --alpha 0.45 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-model-v2"
python merge.py "WS" "C:/Development/StableDiffusion/stable-diffusion-webui/models/Stable-diffusion" "analogMadness_v50.safetensors" "absolutereality_v10.safetensors" --alpha 0.45 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-model-v3"
python merge.py "WS" "C:/Development/StableDiffusion/stable-diffusion-webui/models/Stable-diffusion" "icbinpICantBelieveIts_final.safetensors" "madvision_v40.safetensors" --alpha 0.45 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-model-v4"
python merge.py "WS" "C:/Development/StableDiffusion/stable-diffusion-webui/models/Stable-diffusion" "perfection_v30Pruned.safetensors" "DriveE/civitai3/huns_v10.safetensors" --alpha 0.45 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-model-v5"
python merge.py "WS" "C:/Development/StableDiffusion/stable-diffusion-webui/models/Stable-diffusion" "DriveE/civitai3/metagodRealRealism_v10.safetensors" "DriveE/civitai3/unrealityV20_v20.safetensors" --alpha 0.45 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-model-v6"
python merge.py "WS" "C:/Development/StableDiffusion/stable-diffusion-webui/models/Stable-diffusion" "DriveE/civitai3/succubusmix_v21.safetensors" "reliberate_v10.safetensors" --alpha 0.45 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-model-v7"
python merge.py "WS" "C:/Development/StableDiffusion/stable-diffusion-webui/models/Stable-diffusion" "DriveE/civitai/pornvision_final.safetensors" "DriveE/civitai/edgeOfRealism_eorV20Fp16BakedVAE.safetensors" --alpha 0.45 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-model-v8"
python merge.py "ST" "D:/Development/StableDiffusion/SDModels/Models/merging" "merged-model-v0.safetensors" "merged-model-v1.safetensors" --model_2 "merged-model-v2.safetensors" --alpha 0.33 --beta 0.33 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-st-model-v0"
python merge.py "ST" "D:/Development/StableDiffusion/SDModels/Models/merging" "merged-model-v3.safetensors" "merged-model-v4.safetensors" --model_2 "merged-model-v5.safetensors" --alpha 0.33 --beta 0.33 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-st-model-v1"
python merge.py "ST" "D:/Development/StableDiffusion/SDModels/Models/merging" "merged-model-v0.safetensors" "merged-model-v1.safetensors" --model_2 "merged-model-v2.safetensors" --alpha 0.33 --beta 0.33 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-st-model-v0"
python merge.py "ST" "D:/Development/StableDiffusion/SDModels/Models/merging" "merged-st-model-v0.safetensors" "merged-st-model-v1.safetensors" --model_2 "merged-st-model-v2.safetensors" --alpha 0.33 --beta 0.33 --save_safetensor --save_half --output "D:/Development/StableDiffusion/SDModels/Models/merging/merged-st-model-final"

As you can see, first I merged 18 models using Weighted Sum, so there were 9 pairs.

Afterwards, I merged triples using Sum Twice which in turn produced 3 models that were again merged using Sum Twice to get the final product.

I've selected 18 models that are proven to work well with my LyCORIS and LoRA models. I've applied the same testing that I do to other models and I was happy with the results (not going to rank my model since I'm biased, but I was happy with the good-to-bad ratio).

Where this model shines IMHO are the eyes and mouth.


My long-term goals were (are?) to make a decent base model and then further fine-tune it on high-quality photographs of people. But with the SDXL on the horizon, I'm not sure when/if I will have time to do it (fingers crossed?) so at least I'm doing the first part - the base model as a checkpoint merge.

Images Generated With This Model

A stunning intricate full color portrait of (sks woman:1), wearing a black turtleneck, epic character composition, by ilya kuvshinov, alessio albi, nina masic, sharp focus, natural lighting, subsurface scattering, f2, 35mm, film grain, <lora:locon_ariagiovanni_v1_from_v1_64_32:1>
A stunning intricate full color portrait of (sks woman:1), wearing a black turtleneck, epic character composition, by ilya kuvshinov, alessio albi, nina masic, sharp focus, natural lighting, subsurface scattering, f2, 35mm, film grain, <lora:locon_ariagiovanni_v1_from_v1_64_32:1>
portrait of sks woman by Flora Borsi, style by Flora Borsi, bold, bright colours, rainbow Mohawk haircut, ((Flora Borsi)), <lora:locon_andrearoth_v1_from_v1_64_32:1>
portrait of sks woman by Flora Borsi, style by Flora Borsi, bold, bright colours, rainbow Mohawk haircut, ((Flora Borsi)), <lora:locon_andrearoth_v1_from_v1_64_32:1>
photo, hasselblad, intricate, natural lighting, (matte skin), (wrinkles), (freckles:0.5), bokeh, (pores), ((vibrant colors)), fire in the background, red hair, close up portrait RAW photo of sks woman, inspired by fallout, Mad Max and Waterworld, ,absurdres, detailed face, post apocalyptic atmosphere in 1930', an sks woman in rugged power armor holding a rifle with both hands, ((junkyard)), (debris), ((trash)), ((junk)), (((cars))) fill up the streets, rust, corrosion, sense of scale, sublime beauty of the grandiose environment, epic, cinematic composition, volumetric lighting, defined lines, blurred background, saturated colors, strong bloom, ((photorealistic)) panorama by Ed Blinkey, Atey Ghailan, by Jeremy Mann, Greg Manchess, Antonio Moro, Intricate, High Detail, Sharp focus, dramatic, by greg rutkowski, realism, beautiful and detailed lighting, shadows, by Jeremy Lipking, by Antonio J. Manzanedo, by Frederic Remington, by HW Hansen, by Charles Marion Russell, by William Herbert Dunton, Detailed portrait cyberpunk (sks person), futuristic neon reflective wear, sci-fi, robot parts, ismail inceoglu dragan bibin hans thoma greg rutkowski alexandros pyromallis nekro rene margitte illustrated, perfect face, machine face, fine details, realistic shaded, intricate, elegant, detailed film still of portrait neon operator sks woman in the movie blade runner, messy ponytail, cyberpunk futuristic, neon, reflective puffy coat, decorated with traditional japanese by smail inceoglu dragan bibin hans thoma greg rutkowski alexandros pyromallis nekro, illustrated, perfect face, fine details, realistic shaded, fine - face, pretty face
photo, hasselblad, intricate, natural lighting, (matte skin), (wrinkles), (freckles:0.5), bokeh, (pores), ((vibrant colors)), fire in the background, red hair, close up portrait RAW photo of sks woman, inspired by fallout, Mad Max and Waterworld, ,absurdres, detailed face, post apocalyptic atmosphere in 1930', an sks woman in rugged power armor holding a rifle with both hands, ((junkyard)), (debris), ((trash)), ((junk)), (((cars))) fill up the streets, rust, corrosion, sense of scale, sublime beauty of the grandiose environment, epic, cinematic composition, volumetric lighting, defined lines, blurred background, saturated colors, strong bloom, ((photorealistic)) panorama by Ed Blinkey, Atey Ghailan, by Jeremy Mann, Greg Manchess, Antonio Moro, Intricate, High Detail, Sharp focus, dramatic, by greg rutkowski, realism, beautiful and detailed lighting, shadows, by Jeremy Lipking, by Antonio J. Manzanedo, by Frederic Remington, by HW Hansen, by Charles Marion Russell, by William Herbert Dunton, Detailed portrait cyberpunk (sks person), futuristic neon reflective wear, sci-fi, robot parts, ismail inceoglu dragan bibin hans thoma greg rutkowski alexandros pyromallis nekro rene margitte illustrated, perfect face, machine face, fine details, realistic shaded, intricate, elegant, detailed film still of portrait neon operator sks woman in the movie blade runner, messy ponytail, cyberpunk futuristic, neon, reflective puffy coat, decorated with traditional japanese by smail inceoglu dragan bibin hans thoma greg rutkowski alexandros pyromallis nekro, illustrated, perfect face, fine details, realistic shaded, fine - face, pretty face
A stunning intricate body shot of two 25years old girls,wearing a funeral dress,at viewer,blonde hair with bangs, RAW candid cinema, 16mm, color graded portra 400 film, remarkable color, ultra realistic, textured skin, remarkable detailed pupils, realistic dull skin noise, visible skin detail, skin fuzz, dry skin, shot with cinematic camera
A stunning intricate body shot of two 25years old girls,wearing a funeral dress,at viewer,blonde hair with bangs, RAW candid cinema, 16mm, color graded portra 400 film, remarkable color, ultra realistic, textured skin, remarkable detailed pupils, realistic dull skin noise, visible skin detail, skin fuzz, dry skin, shot with cinematic camera
A stunning intricate full color portrait of (sks woman:1), wearing a black turtleneck, epic character composition, by ilya kuvshinov, alessio albi, nina masic, sharp focus, natural lighting, subsurface scattering, f2, 35mm, film grain, <lora:locon_andreabotez_v1_from_v1_64_32:1>
A stunning intricate full color portrait of (sks woman:1), wearing a black turtleneck, epic character composition, by ilya kuvshinov, alessio albi, nina masic, sharp focus, natural lighting, subsurface scattering, f2, 35mm, film grain, <lora:locon_andreabotez_v1_from_v1_64_32:1>
High detail RAW color Photo of gorgeous sks woman,  smile, fit, toned, sexy look,  high detail hair, (skin pores, skin imperfections), sharp body, highly detailed body, highly detailed face, sharp focus, 8k high definition, insanely detailed, intricate, masterpiece, highest quality, <lora:locon_elsajean_v1_from_v1_64_32:1>
High detail RAW color Photo of gorgeous sks woman, smile, fit, toned, sexy look, high detail hair, (skin pores, skin imperfections), sharp body, highly detailed body, highly detailed face, sharp focus, 8k high definition, insanely detailed, intricate, masterpiece, highest quality, <lora:locon_elsajean_v1_from_v1_64_32:1>
portrait of sks woman by Flora Borsi, style by Flora Borsi, bold, bright colours, orange Mohawk haircut, ((Flora Borsi)), <lora:locon_emmawatson_v1_from_v1_64_32:1>
portrait of sks woman by Flora Borsi, style by Flora Borsi, bold, bright colours, orange Mohawk haircut, ((Flora Borsi)), <lora:locon_emmawatson_v1_from_v1_64_32:1>
portrait of sks woman by Flora Borsi, style by Flora Borsi, bold, bright colours, rainbow Mohawk haircut, ((Flora Borsi)), <lora:locon_felicia_v2_from_v2_64_32:1>
portrait of sks woman by Flora Borsi, style by Flora Borsi, bold, bright colours, rainbow Mohawk haircut, ((Flora Borsi)), <lora:locon_felicia_v2_from_v2_64_32:1>
photo of sks woman, pale skin, working class in new york city, upper body, detailed skin, 20 megapixel, canon eos r3, detailed, detailed face, <lora:locon_elliekemper_v1_from_v1_64_32:1>
photo of sks woman, pale skin, working class in new york city, upper body, detailed skin, 20 megapixel, canon eos r3, detailed, detailed face, <lora:locon_elliekemper_v1_from_v1_64_32:1>
A stunning intricate full color portrait of (sks woman:1), wearing a black turtleneck, epic character composition, by ilya kuvshinov, alessio albi, nina masic, sharp focus, natural lighting, subsurface scattering, f2, 35mm, film grain, <lora:locon_bdh_v1_from_v1_64_32:1>
A stunning intricate full color portrait of (sks woman:1), wearing a black turtleneck, epic character composition, by ilya kuvshinov, alessio albi, nina masic, sharp focus, natural lighting, subsurface scattering, f2, 35mm, film grain, <lora:locon_bdh_v1_from_v1_64_32:1>
planet earth, sky, black hole, supernovae, masterpiece, best quality, anime, highly detailed background, perfect lighting, best quality, 4k, 8k, ultra highres, raw photo in hdr, sharp focus, intricate texture, best quality, 4k, 8k, ultra highres, raw photo in hdr, sharp focus, intricate texture, skin imperfections
planet earth, sky, black hole, supernovae, masterpiece, best quality, anime, highly detailed background, perfect lighting, best quality, 4k, 8k, ultra highres, raw photo in hdr, sharp focus, intricate texture, best quality, 4k, 8k, ultra highres, raw photo in hdr, sharp focus, intricate texture, skin imperfections
tree house in the clouds, masterpiece, best quality, highly detailed background, perfect lighting, best quality, 4k, 8k, ultra highres, raw photo in hdr, sharp focus, intricate texture, best quality, 4k, 8k, ultra highres,  sharp focus, intricate texture
tree house in the clouds, masterpiece, best quality, highly detailed background, perfect lighting, best quality, 4k, 8k, ultra highres, raw photo in hdr, sharp focus, intricate texture, best quality, 4k, 8k, ultra highres, sharp focus, intricate texture

Train Models

Train AI Models On Your Own Pictures

You can use your own pictures to train AI models. Reimagine yourself in new ways with our AI-powered image generator.
Create pictures of yourself around the world, in your dream outfit, as a video game character, or in countless art styles. The possibilities are endless.
Train Your Own Model

Generate AI Images. Simple and Easy

AIEasyPic is the #1 AI image generator. Generate images with simple prompts, swap faces, train models to reimagine yourself, and more.