CivArchive
    Scavengers Reign Style - LoRA - Scavengers Reign Style - LoRA
    Preview 3763042
    Preview 3763037
    Preview 3763038
    Preview 3763045
    Preview 3763044
    Preview 3763598
    Preview 3763716
    Preview 3763864
    Preview 3764202
    Preview 7458297
    Preview 7458303
    Preview 7458307
    Preview 11548002
    Preview 11547933
    Preview 11547903
    Preview 11547935
    Preview 11547902
    Preview 11547945

    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}")

    PS: If you want the dataset please contact me. I just don't want to get CivitAI in copyright trouble.

    Description

    FAQ

    Comments (12)

    godpunisherNov 20, 2023
    CivitAI

    You shared your lora and knowledge. That's great. Please share some images with metadata. Thank you.

    jerel
    Author
    Nov 20, 2023

    I use Fooocus as I don't have enough vram for A1111 with XL, but Fooocus doesn't store the metadata in the picture, so Civitai can't read it anyhow. Typically Manually adding the prompts when no one will be reading it is too much to much work. However, I will include the prompts if someone requests them.

    They will be added as soon as I can.

    godpunisherNov 20, 2023· 2 reactions

    @jerel yeah man, Fooocus needs to fix it.

    DreamExplorerJan 8, 2024
    CivitAI

    What model did you use for these preview images?

    jerel
    Author
    Jan 9, 2024· 1 reaction

    I think I've used the Base SDXL Model but you'll probably get better results with SDXL Unstable Diffusers or some kind of other stylized non anime model and with "photo, 3d" in the negative prompt it works with Juggernaut XL too.
    Because the dataset is taken from a show it performs poorly when generating things that were not in the training set. It struggles with cars for example. In my experience it adapts well to other loras.

    jerel
    Author
    Jan 9, 2024· 1 reaction

    I use Fooocus so I can't add any models as resources, sorry.

    DreamExplorerJan 9, 2024

    @jerel Thanks for the response! What LORA strength?

    jerel
    Author
    Jan 9, 2024

    @DreamExplorer I usually use a strength between 0.8 and 1.0.

    DreamExplorerJan 9, 2024

    @jerel Couldn't get this working with Juggernaut.

    jerel
    Author
    Jan 10, 2024

    @DreamExplorer Hmm, you're right. It didn't work with Juggernaut v8 here on civitai image generation too and with ruined fooocus neither. I will look into it. Thanks for "reporting".

    jerel
    Author
    Jan 11, 2024

    Ive added a image generated with juggernaut and this lora. Adding "flat art, 2d" make it work

    olivettyJan 30, 2024
    CivitAI

    Brilliant series - cool to see a Lora of it!

    LORA
    SDXL 1.0

    Details

    Downloads
    415
    Platform
    CivitAI
    Platform Status
    Available
    Created
    11/19/2023
    Updated
    6/29/2026
    Deleted
    -
    Trigger Words:
    Scavengers Reign Style

    Files

    231502_training_data.zip

    Mirrors

    CivitAI (1 mirrors)

    Scavengers_Reign_Style_-_LoRA.safetensors

    Available On (1 platform)

    Same model published on other platforms. May have additional downloads or version variants.