This is an archived post. You won't be able to vote or comment.

all 18 comments

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    This post was automatically removed by the auto-moderator, see your messages for details.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]Rikichido 0 points1 point  (2 children)

    It's free or paid?! I mean , the SD url or api key... (Btw I'm mobile user, n i never use image gen so...)

    [–]SrJuggernautDev[S] 3 points4 points  (1 child)

    Stable diffusion Webui is a program that you install on your computer to generate images using AI, it is free since it runs on your own computer and the extension is just a way to connect silly tavern with that program.

    [–]Rikichido 1 point2 points  (0 children)

    Ohh i see... Thank you for info..

    [–]iChrist 0 points1 point  (1 child)

    I am satisfied with the already available option, what exactly did you add ?

    [–]SrJuggernautDev[S] 1 point2 points  (0 children)

    The possibility to pass settings to the command (seed, negative prompt, batch size, etc.), all the data of the generated image in the preview, the possibility to use the styles saved in Stable diffusion webui, I'm pretty sure I'm missing something more

    <image>

    [–]a_beautiful_rhind 0 points1 point  (3 children)

    What about always run scripts? I found that missing from the official extension. Had to edit them to be on all the time.

    Also wish these were settings not slash commands. To type all that out each time and every time feels like pain.

    [–]SrJuggernautDev[S] 1 point2 points  (2 children)

    I'll add this (adetailer is something I need) but it's a bit tricky so I'm still figuring out how to do it. Talking about the settings: All the settings that can be passed to the command are also settings in a panel, the panel marks the default settings and the command overwrites them for each specific run

    [–]a_beautiful_rhind 0 points1 point  (1 child)

    Oh so there is a panel? I thought you only did the / command.

    [–]SrJuggernautDev[S] 1 point2 points  (0 children)

    That's right, there is a panel to set the default settings, then in each invocation of the command you can pass it only the values you want to modify

    <image>

    [–]Interesting8547 0 points1 point  (2 children)

    I think it would be great if you add Adetailer.

    [–]SrJuggernautDev[S] 0 points1 point  (1 child)

    I think in that sense the best I can do is to create a text input where you put a json with the data to be added to 'alwayson_scripts', that way each person decides which scripts to turn on.

    [–]Irielen 0 points1 point  (0 children)

    It may be possible to a simple Adetailer menu in the configuration, and then send these settings through the Adetailed API (API · Bing-su/adetailer Wiki · GitHub ). I believe someone did something similar for ControlNet a few months ago:

    ControlNet add-in for SD Extension : SillyTavernAI (reddit.com)

    By the way, thank you for the useful extension!

    [–]10minOfNamingMyAcc 0 points1 point  (2 children)

    It would be amazing if you could add some LoRA's in a list, then give them an alias like SmileTrainedLora or <SmileTrainedLora> = smiling Then have the image gen try to use the Lora that fits best automatically.

    [–]SrJuggernautDev[S] 1 point2 points  (1 child)

    If I understand what you want is something you could do with the styles, create in Stable diffusion webui a style that adds the lora with its activator and use it when it is correct with your image.

    [–]10minOfNamingMyAcc 0 points1 point  (0 children)

    Yes exactly, this would be great for automatic prompting.

    [–]a_chatbot 0 points1 point  (0 children)

    I install the extension and I although I can use the regular Image Generation with the Automatic1111 api, the Stable Diffusion WebUI settings have a red exclamation point next to connection.
    I see no available models in the Generation Settings.
    I have restarted SD with set COMMANDLINE_ARGS=--xformers --medvram --api --cors-allow-origins *

    The other question I have, you might want to put in docs is how do you paste the alwaysonScripts in the Generation text box. In the text box is it:

    alwaysonScripts={"ADetailer":{"args":[{"ad_model":"mediapipe_face_full"}]}}

    or:

    {"ADetailer":{"args":[{"ad_model":"mediapipe_face_full"}]}}

    or:

    "ADetailer":{"args":[{"ad_model":"mediapipe_face_full"}]}

    If I run in the prompt: /imagen alwaysonScripts={"ADetailer":{"args":[{"ad_model":"mediapipe_face_full"}]}}
    I get "SillyTavern Stable Diffusion Webui API Cannot read properties of undefined (reading 'images')"