CivArchive
    Subreddit V7 - v7.0
    NSFW
    Preview undefined
    Preview undefined
    Preview undefined
    Preview undefined
    Preview undefined
    Preview undefined
    Preview undefined

    This is an updated version of Subreddit V3 (https://civarchive.com/models/5308/subreddit-v3), an experimental model trained on a private dataset. Compared to V3, this one can be more easily controlled, gives decent results more consistently, and slightly expands the list of known subreddits. Don't expect the super photorealistic perfection from those top tier models, but hopefully this model is fun to play around with.

    Version 6 builds on top of Version 5 by adding aesthetic scores to all the prompts during training. You should now be able to specify your desired aesthetic using "best aesthetic", "normal aesthetic", or "bad aesthetic". This version was trained on more data, 500k images this time, and trained for slightly longer.

    Version 5 is now trained at a base resolution of 640x640, along with aspect ratio bucketing into the following resolutions: 448x832, 448x896, 512x768, 576x704, 640x640, 704x576, 768x512, 832x448, 896x448.

    The model was trained with prompts of the form "Some kind of caption for the image, r/subreddit, reddit, best quality, normal aesthetic". It knows "best", "high", and "medium" quality. Quality is based on the image's popularity in the dataset. Aesthetic is based on the LAION aesthetic tagger. The model knows the following subreddits:

    gonewild
    nsfw
    RealGirls
    cumsluts
    LegalTeens
    collegesluts
    AsiansGoneWild
    pussy
    milf
    adorableporn
    ass
    Nude_Selfie
    pawg
    boobs
    celebnsfw
    bigasses
    juicyasians
    latinas
    GodPussy
    Amateur
    xsmallgirls
    18_19
    Gonewild18
    asshole
    workgonewild
    nsfwcosplay
    palegirls
    paag
    asstastic
    Upskirt
    TooCuteForPorn
    TinyTits
    FitNakedChicks
    altgonewild
    traps
    FemBoys
    GWCouples
    Boobies
    CuteLittleButts
    GirlswithGlasses
    assholegonewild
    PetiteGoneWild
    BDSM

    You can mix subreddits by specifying multiple.

    Description

    Retrained from SD 1.5 for 10,000,000 samples

    FAQ

    Comments (19)

    blooestJun 22, 2023
    CivitAI

    Model is missing a VAE. What do you recommend?

    nutbutter
    Author
    Jun 23, 2023

    Should just be the stock SD 1.5 VAE

    LucifieJul 3, 2023· 3 reactions
    CivitAI

    Trainig a LoRA on v7 fails and gives me error messages. With v6 it works. Please have a look.

    iamddtlaJul 4, 2023· 2 reactions

    Me too.

    bhassSep 22, 2023

    Have you figured it out? Errors for me too.

    clevnumbJul 25, 2023
    CivitAI

    There is no description for what V7 adds, beyond the inability to train a Lora with it (as per other comments) Also the sample images are pretty awful compared to older versions... - anything else?

    513820Jul 25, 2023

    Seems it is trained on 1.5, I will try it and see what it does. The concept has good potential, I do wish it could work.

    fox23vang226Sep 7, 2023· 3 reactions
    CivitAI

    Without a doubt, the best and most useful base model I use in all my NSFW checkpoint merges. I bake this checkpoint into all my merges because its so good; this is a highly underated model.

    About what portion of your final models would you say this ends up as, as a percentage, for best results?

    bhassSep 22, 2023· 1 reaction
    CivitAI

    Anyone achieved to extract a lora from it? It errors it out for me everytime

    firedelta4Oct 16, 2023

    I also can't merge Loras to checkpoints that have V7 in the merge... its quite annoying

    johnDenverJan 17, 2024· 1 reaction

    I got a Lora out of V7 and can train with it.

    Download V7 and run this python script to fix it. You will then be able to train on, extract from, and merge with it.

    Heads up, will need slight reformating.

    Credit for script goes to @AwayWithTheFaeries


    python
    import sys

    import os

    from safetensors import safe_open

    from safetensors.torch import save_file, load_file

    def fix_diffusers_model_conversion(load_path: str, save_path: str):

        # load original

        tensors = {}

        with safe_open(load_path, framework="pt") as f:

            for key in f.keys():

                tensors[key] = f.get_tensor(key)

        # migrate

        new_tensors = {}

        for k, v in tensors.items():

            new_key = k

            # only fix the vae

            if "first_stage_model." in k:

                # migrate q, k, v keys

                new_key = new_key.replace(".to_q.weight", ".q.weight")

                new_key = new_key.replace(".to_q.bias", ".q.bias")

                new_key = new_key.replace(".to_k.weight", ".k.weight")

                new_key = new_key.replace(".to_k.bias", ".k.bias")

                new_key = new_key.replace(".to_v.weight", ".v.weight")

                new_key = new_key.replace(".to_v.bias", ".v.bias")

            new_tensors[new_key] = v

        # save

        save_file(new_tensors, save_path)

    if name == "__main__":

        fix_diffusers_model_conversion(

            os.path.normpath(sys.argv[1]),

            os.path.normpath(sys.argv[1] + "_fixed"),

        )
    ```

    Astro2015Oct 17, 2023
    CivitAI

    One of the best on this site, it'd be great to get an update with even more nsfw subreddits added

    firedelta4Oct 17, 2023· 1 reaction

    with the Reddit API changes I doubt it will ever happen

    Astro2015Oct 24, 2023· 1 reaction

    @firedelta5 Spez is a bastard

    MalessarOct 30, 2023· 5 reactions
    CivitAI

    no love for hairy gurlz?!

    JacksonhayleMar 1, 2024· 3 reactions
    CivitAI

    So I'm really curious if you're going to make an SDXL model. To this day I don't think any model has done what this one has.

    Which brings me to questions if you can answer them. How did you get this dataset? And what was the training like for the original subredditV3? I was blown away over a year ago by what that model did and I still am. Nothing else is like it.

    5337785Sep 2, 2024

    I'm sure you managed to find BiGASP by now?

    Pixel_PioneerApr 7, 2024· 5 reactions
    CivitAI

    Be amazing if you aren't intending to train for SDXL to release the dataset you used for others to train.

    This has been by far the best nsfw model in 1.5!

    Checkpoint
    SD 1.5

    Details

    Downloads
    8,676
    Platform
    CivitAI
    Platform Status
    Available
    Created
    6/22/2023
    Updated
    5/11/2026
    Deleted
    -
    Trigger Words:
    reddit
    best aesthetic
    normal aesthetic
    bad aesthetic
    best quality
    high quality
    medium quality
    r/nsfw
    r/asstastic
    r/bdsm
    r/ass
    r/GodPussy