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

This model was trained on 1000 random screenshots of the TV-show Scavengers Reign (2023) on MAX. I've used the civitai default settings for training.

Workflow

  1. I used a short Python script to grab random images from an MP4 file

  2. Then I used czkawka (github) to get rid of any duplicate or similar images

  3. After that, I checked all the images manually

  4. I used the WD14 Model within kohya_ss (github) for captioning

  5. Finally I uploaded captions and images to civitai for training

Code:

import cv2
import random

mp4_directory = ''
output_directory = ''
frames_to_extract = 120
base_name = "Random_screenshot"
list_of_random_frames = []
frame_distance = 100
first_frame = 0 

count = 0

vidcap = cv2.VideoCapture(mp4_directory)
totalFrames = vidcap.get(cv2.CAP_PROP_FRAME_COUNT)
while count < frames_to_extract:
    count += 1
    count_str = str(count)
    frames_skipped = -1
    while True:
        randomFrameNumber = random.randint(0, totalFrames)
        frames_skipped +=1
        if frames_skipped > 0:
            print(f"Frame Skipped {frames_skipped}")
        if all(abs(randomFrameNumber - frame) > frame_distance and randomFrameNumber> first_frame for frame in list_of_random_frames):
            break
    list_of_random_frames.append(randomFrameNumber)
    photo_output = output_directory + basename + count_str + ".png"
    vidcap.set(cv2.CAP_PROP_POS_FRAMES,randomFrameNumber)
    success, image = vidcap.read()
    if success:
        cv2.imwrite(photo_output, image)
    print(f"Saving image to: {photo_output}")

Images Generated With This Model

Loading...

Similar Models

Inner Colored Hair LoRA
V1
Inner Colored Hair LoRA
(5.00)
0
2 Ratings
Szayelaporro Granz (Bleach)
Szayelaporro Granz (Bleach)
(0.00)
0
0 Ratings
Antimatter - World Morph
V1
Antimatter - World Morph
(4.96)
0
27 Ratings
MJLoRA
MJLoRA
(0.00)
0
0 Ratings
Blacklight Makeup — SDXL LoRA
V2
Blacklight Makeup — SDXL LoRA
(5.00)
0
15 Ratings
Old Newspaper Style
V1
Old Newspaper Style
(5.00)
0
12 Ratings
Frieren フリーレン  - 葬送のフリーレン  [Flux, Pony, SDXL]
V3
Frieren フリーレン - 葬送のフリーレン [Flux, Pony, SDXL]
(0.00)
0
0 Ratings
MovieStillXL - by Via
V2
MovieStillXL - by Via
(5.00)
0
1 Ratings
MJLoRA
MJLoRA
(0.00)
0
0 Ratings
Szayelaporro Granz (Bleach)
Szayelaporro Granz (Bleach)
(0.00)
0
0 Ratings

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.