CivArchive

    New additions -

    Ageslider for PONY
    Brightness for SDXL and PONY
    NoseSize for SDXL and PONY


    Sliders uploaded last year were shared by Rohit Gandikota. All credits goes to him, thanks for sharing these new sliders. All I did was to convert to safetensor files. The original pt files were shared here

    Description

    FAQ

    Comments (41)

    upseeracDec 20, 2023· 4 reactions
    CivitAI

    thank you for converting them into safetensors, I believe there were no ill intentions with the other files, but for safety and considering how simple it is nowadays to have either pickle or safetensors (with plenty of converters) the later are always preferable

    NextMeal
    Author
    Dec 20, 2023· 1 reaction

    I get that. normally I would have converted them earlier when there are multiple users asking for them, given it's an easy request, uploading these files to civitai took much more time than converting them. I simply didn't want rude people to think they always get what they want by threating creators instead of asking nicely. But there are more nice people than assholes, I probably shouldn't do it out of spite.

    upseeracDec 20, 2023

    @NextMeal i understand that, i see so many "why is this sdxl, make it 1.5" or vice versa, a full training of any model be it for one or other takes time, when getting models nowadays tho, safetensors are the way and from experience (I used to have a too weak pc so would need to actually use pickles on 1.5 for everything) the conversion is not too resource intensive, i would not ask for sth like a full retraining or other sd version (that is basically the same) of a model

    tried to do a large range comparison between 12 of em and upload but I'm guessing that due to the age slider (since it shows age and a low number) it doesn't allow the upload due to ToS violation -.-

    zGenMediaJun 13, 2024

    @NextMeal Hey boss your hair slider is actually age. can you upload the hair slider?

    Picky_FlickyDec 20, 2023· 1 reaction
    CivitAI

    Wow! Hey, thanks so much! That was unbelievably kind of you. Shows the spirit of the season! I'm sorry the other person, whoever that was, was a bit argumentative and demanding. I thought if I was lucky, maybe you'd share a link on how one coverts things, which I admit, would be entirely new territory for me - but this just blew me away and is a welcome reminder that there are really kind people out there. I applaud you, kind sir/madame. Well played.

    212725Dec 21, 2023· 2 reactions
    CivitAI

    Now I can play with these .safetensors in Fooocus now. Thanks for doing this, you're great!

    irontmp3Dec 21, 2023
    CivitAI

    Given their size, are sliders basically amplifying concepts that the model already knows?

    NextMeal
    Author
    Dec 21, 2023· 1 reaction

    yes, indeed. Emphasis/Reduce concepts that models already know OR concepts that are hard to prompt. could be done for both.

    hujakujaDec 21, 2023
    CivitAI

    I have tried some of your loras.

    Age, Weight, Long Hair, Muscular does not work for me on Fooocus,. Nothing happens.

    Smiling works, Surprised Look works, Festive Works

    NextMeal
    Author
    Dec 21, 2023· 4 reactions

    I think maybe you didn't use enough weight. I didn't write down a suggested weight because each version has different preferable range. It can be -2 ~+2 or -7 ~ +7. If you use weight = 1, it barely does anything. I didn't make these, but they work well in my testing, theoritically they should work better than sliders trained with older methods.

    hujakujaDec 21, 2023

    Thank you. That worked!

    ks___Dec 23, 2023· 1 reaction
    CivitAI

    You missed a couple, but thanks!

    NextMeal
    Author
    Dec 23, 2023· 1 reaction

    Thanks, I know there are still a couple, but I don’t find they produce expected results even in base model. (Maybe my prompts were too simple? Or they need special settings) I couldn’t generate usable sample images for them, so I left them out.

    YammiekinJan 3, 2024
    CivitAI

    Thank you very much for taking the time to find and add these for us, its really appreciated and will be really helpful in my creative project! And happy new year :)

    JanetJan 7, 2024
    CivitAI

    the sliders all turn men into women....

    NextMeal
    Author
    Jan 7, 2024

    how is that even possible? The models weren’t trained on females. are you sure it's not a checkpoint or prompting issue?

    JanetJan 9, 2024

    @NextMeal they weren't trained on females? Strange. I'm using male-focused models and they're getting makeup and braids. I'll try again.

    You used males in training?

    mikrofu242Jan 10, 2024· 2 reactions
    CivitAI

    Hi NextMeal, I've tried to install theses in DrawThings app, but for some reason they are not recognized as LoRAs, and the .checkpoint does not install...
    Any thoughts on why that would happen?

    DrDoItYourSelfFeb 21, 2024

    Same observation by me.

    delonzo711May 6, 2024

    @DrDoItYourSelf Same here

    TigonTXJan 16, 2024
    CivitAI

    Can you point to documentation for how you converted the .pt to safetensors?

    NextMeal
    Author
    Jan 28, 2024· 2 reactions

    import torch import os from natsort import natsorted print(torch.version.cuda) print(torch.cuda.is_available()) from safetensors.torch import save_file root_folder = '.' for filename in os.listdir(root_folder): # Check if the file is a .pt file if filename.endswith('.pt'): # Load the .pt file file_path = os.path.join(root_folder, filename) model = torch.load(file_path) # Convert the filename to .safetensors new_filename = filename.replace('.pt', '.safetensors') new_file_path = os.path.join(root_folder, new_filename) # Save the model in SafeTensors format save_file(model, new_file_path) print(f'Converted {filename} to {new_filename}')

    I had a simple script, sorry about the formating.

    BeethyFeb 12, 2024· 1 reaction

    @NextMeal Could you share the script?

    ks___Feb 18, 2024· 1 reaction

    @Beethy The script was posted, the comment is literal. However, it has removed line breaks, so it's a bit strange. It appears to be Python.

    Light_x02Jan 25, 2024
    CivitAI

    Thanks :)

    rob52840Jan 28, 2024
    CivitAI

    Thank you very much for your work. Small observation (in my setup at least) I'm finding that negative values tend to wash out the picture, and positive values tend to progressively darken it - which seems a great pity, 'cos for the hands themselves it's a big step in the right direction.

    NextMeal
    Author
    Jan 28, 2024

    yep, they are not perfect. but I assume if you use the lora in hand adetailer, should avoid damaging the original image.

    rob52840Jan 31, 2024

    @NextMeal thanks for the tip :-)

    ks___Feb 18, 2024· 1 reaction
    CivitAI

    I took some time to make examples.

    Some of them are very easy to use, but I didn't take time to understand others and make examples. When I experiment with them I'll be sure to come back and post those examples too.

    Thanks again!

    lost_moonMar 28, 2024· 1 reaction
    CivitAI

    I hope you make some PONY slider too. Eye size slider would be great, but it doesn't work outside of SDXL :/

    ikikagaAug 6, 2024

    I feel exactly the same way!

    Eye size slider is so Great, Please make one for PONY as well.

    rsxrwscjpzdzwpxaujrrApr 2, 2024· 7 reactions
    CivitAI

    The age and hair length sliders have the same hash sum, I think there's the hair LORA instead of the age one uploaded here.

    Ande85Apr 7, 2024· 1 reaction
    CivitAI

    Do these also work if you're trying to get a young age such as with the children's storybook checkpoint?

    Alexman3000May 15, 2024
    CivitAI

    It doesn't work well on the pony model. Only with a weight of 5+ does it begin to sharply turn into a decrepit old woman. Finding the middle is extremely difficult.

    WeyrdoMay 15, 2024· 1 reaction

    That's not surprising at all, to be honest.

    The original SDXL model is very bad at NSFW, while Pony is very flexible at NSFW content. To achieve that, Pony's creators "overtrained" Pony, which turned it into a model considerably different than SDXL. Because of that, resources (checkpoints, loras, etc) trained for SDXL will work poorly (or not work at all) with Pony, and vice-versa.

    That's why the site classifies resources meant for Pony and resources meant for SDXL, just like it classifies resources meant for SDXL and those meant for 1.5.

    theunveilingai69May 16, 2024· 9 reactions
    CivitAI

    can someone explain how to use it?

    sekaziJun 1, 2024· 2 reactions
    CivitAI

    age has a two LoRA's which one is a duplicate for long_hair. Also cartoon and pixar are identical.

    PadreFiruzeJan 7, 2026

    Now age has 2 identical long_hair loras, no age lora.

    StreamTabulousJun 6, 2024· 2 reactions
    CivitAI

    i need tips is there set trigger words, sick of kid faces set weight on lora at :2 still kids writen age old

    NarzJul 31, 2024

    u mean like the elderly people still look too youngish? probably an inherent problem with AI. ever seen those "this is the visually averaged face of X country!" and they're all young and beautiful? AI has Amalgam Bias, there's a reason some people make "ugly/average people" LoRas and they're all still pretty decent looking (depending on taste). the only 'ugly' i've seen in models are horror themed, and even then, there's not some vast IRL variety of features and types

    santaiJul 13, 2024· 2 reactions
    CivitAI

    I have tried age and chubby/weight loras. In comfy none seemed to work. Tested with regular and inpainting checkpoints. Since there're some positive reviews I'm wondering if i'm doing something wrong or ppl use it in different tools?

    LORA
    SDXL 1.0

    Details

    Downloads
    971
    Platform
    CivitAI
    Platform Status
    Available
    Created
    12/20/2023
    Updated
    7/8/2026
    Deleted
    -

    Files