CivArchive
    Civitai Helper: SD Webui Civitai Extension - v1.6.1.1
    NSFW
    Preview 359273

    Now, we finally have a Civitai SD webui extension!!

    Update:

    v1.10.2 is on github, which support SD webui v1.8.x.

    Some models request login to civitai to download. So you need to set a civitai API Key on Civitai, then fill that API Key into this extension's setting page. Check document on github (Civitai API Key Section) for detail.

    Civitai Helper

    Stable Diffusion Webui Extension for Civitai, to help you handle models much more easily.

    The official SD extension for civitai takes months for developing and still has no good output. So, I developed this Unofficial one.

    Github project:

    https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper

    (Github page has better document)

    Feature

    • Scan all models to download model information and preview images from Civitai.

    • Link local model to a civitai model by a civitai url

    • Download a model(with info+preview) by Civitai Url into SD's model folder or subfolder.

    • Downloading can resume at break-point.

    • Checking all your local model's new version from Civitai

    • Download a new version directly into SD model folder (with info+preview)

    • Modified Built-in "Extra Network" cards, to add the following buttons on each card:

      • 🌐: Open this model's Civitai url in a new tab

      • 💡: Add this model's trigger words to prompt

      • 🏷: Use this model's preview image's prompt

    Install

    Everytime you install or update this extension, you need to shutdown SD Webui and Relaunch it. Just "Reload UI" won't work.

    How to use

    First of all, Update Your SD Webui to latest version!

    This extension need to get extra network's cards id. Which is added since 2023-02-06. If your SD webui is an earlier version, you need to update it!

    After install, Go to extension tab "Civitai Helper". There is a button called "Scan Model".

    Click it, extension will scan all your models to generate SHA256 hash, and use this hash, to get model information and preview images from civitai.

    After scanning finished,

    Go to SD webui's build-in "Extra Network" tab, and click "Refresh Civitai Helper" button, to show all addtional buttons.

    Everytime extra network tab refreshed, it will remove all additional buttons of this extension. You need to click Refresh Civitai Helper button to bring them back.

    Move your mouse on to the Top of a model card. It will show 3 additional icon buttons:

    • 🌐: Open this model's Civitai url in a new tab

    • 💡: Add this model's trigger words to prompt

    • 🏷: Use this model's preview image's prompt

    Description

    v1.6.1.1

    • Support bilingual localization extension by PR

    • If you don't have any issue, you don't need to update.

    FAQ

    Comments (162)

    loneshadeMar 29, 2023· 5 reactions
    CivitAI

    I think it would be good if Civitai had an extension for A111 to find updates for existing LoRA's and other files, and allows us to select which ones to update.

    butaixianran
    Author
    Mar 29, 2023

    Have you tried this extension? It already has this.

    BhaahbMar 30, 2023

    i've been doing exactly this every couple of days since i installed, works perfectly to find and retrieve updates.

    loneshadeApr 6, 2023

    @butaixianran I will admit I never scrolled down 😂 I always would hit scan and assumed that's all it did. 😅 My bad this just got even better for me thank you.

    egormlyMar 30, 2023
    CivitAI

    Oh my now it's broken, menu on the left.. holy crap, I have 100's of loras all in folders, this is NOT a good change.

    butaixianran
    Author
    Mar 30, 2023

    What you mean menu on the left? There is no menu in this extension. Also it doesn't change sd webui's css at all. Do you even know what menu means? There is no menu on SD webui's UI at all.

    So, I guess you are just another guy who claim other extension's issue to this extension, like this one:

    www.reddit.com/r/StableDiffusion/comments/11p3vea/

    uglyleung572Mar 30, 2023
    CivitAI

    This is so useful! Thank you for making this. One small feature request:

    Sometimes when I compose multiple loras, I want to use the common description words that the author makes, not just the tags. You have a button that pulls this, but it replaces the whole prompt. Ideally you have an option that just appends to the end of the prompt, or where the cursor is, or copies to clipboard

    Klara88Mar 30, 2023· 1 reaction
    CivitAI

    can u add a feature to easily distinguish what model this lora works on like 2.1 or 1.5?

    dream3Mar 31, 2023
    CivitAI

    how do I install this? no instructions?

    SinisterpromptsApr 1, 2023

    Instructions are on Github. Just download the zip file to your extensions folder and unzip it.

    XT_404Apr 2, 2023· 1 reaction
    CivitAI

    Good day to you

    I would like to contact you to submit an idea that would be great for Civitai Helper: SD Webui Civitai Extension

    could you add a function to create subfolders?

    In order to be able to arrange part category X or X file example

    Merge:

    Asian

    Manga:

    Ect

    what would allow to be able to sort and arranged cleanly our Merge or Lora or text to reverse ^^ that and is it possible? that if yes I pray that you realize it in order to have an interface more than clean and arranged :)

    thank you in advance for your feedback on this subject

    and bravo to you for the work respect you have a boss

    JudimaniaxApr 6, 2023· 1 reaction

    It's already working with subfolders, you just got to create them manualy on your model folder, then you will have buttons allowing to filter them on Automatic1111, and when you use the helper to download model or lora, you can directly chose where it go.

    XT_404Apr 6, 2023

    @Judimaniax ok thx :)

    OdinsonThor9999Apr 6, 2023· 1 reaction
    CivitAI

    Is it possible to automatically trigger this button "Refresh Civitai Helper's additional buttons" when switching tabs?

    This is more friendly to users, and it can also prevent some careless users from forgetting to press the Reflash button first, and mistakenly think that the plugin is broken when they cannot see the function button.

    Adjusting this file may be able to achieve this goal,

    \stable-diffusion-webui\extensions\Stable-Diffusion-Webui-Civitai-Helper\javascript\civitai_helper.js

    At the end, add the following code after update_card_for_civitai();

    ----------

    var tabnav = gradioApp().getElementById('txt2img_extra_tabs').querySelector('.tab-nav');

    tabnav. addEventListener('click', function(event) {

    if (event. target. tagName === 'BUTTON')

    update_card_for_civitai();

    });

    ----------

    Save this file and then Reload UI.

    Then we don't have to press the button "Refresh Civitai Helper's additional buttons" to call out the function button.

    thejohndoe817Apr 7, 2023
    CivitAI

    doesn't work for me:

    File "C:\stable-diffusion-webui\extensions\Stable-Diffusion-Webui-Civitai-Helper\scripts\ch_lib\util.py", line 25, in read_chunks chunk = file.read(size) PermissionError: [Errno 13] Permission denied

    butaixianran
    Author
    Apr 7, 2023

    Why don't you have permission to read your model files? Can you figure out a possible reason?

    joebb3Apr 7, 2023
    CivitAI

    Love it! But for some reason my Refresh Civitai Helper Button disappeared in 1.6.1.1

    [EDIT] Completely reinstalled. Fixed.

    butaixianran
    Author
    Apr 7, 2023

    It's a blue refresh icon.

    https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper/blob/main/img/refresh_ch.jpg

    If you can not find this blue icon, read document:

    Update Your SD Webui

    This extension need to get extra network's cards id. Which is added since 2023-02-06.

    If your SD webui is an earlier version, you need to update it!

    LaniakeaSuperclusterApr 8, 2023· 3 reactions
    CivitAI

    找不到 能用的 socks 或者 http 代理啊 好久不能更新了

    InstagramGuyApr 12, 2023· 2 reactions
    CivitAI

    Feature requests:

    1. Add the ability to delete models by adding a delete button.

    2. Add an "info" button that pulls the description and version description and shows it in an overlay window with clickable links. Can be closed by clicking anywhere outside it or with the X button

    3. Set a confirmation window on the first button that sets the current image as a model cover. It is very easy to click it by mistake. A better option would be to replace it with "browse image" so you are not forced to do it after the last image only.

    4. Check where the cursor is when clicking embedding or Lora and paste it there. Should support negative prompt and StylePile X,Y,A,B,C fields. Adding an "," before the tag would also be helpful because, at end of the prompt, it prints them like {prompt} <Lora1> <Lora2>

    Hope this is helpful and looking forward to seeing this amazing plugin even better. Keep up the good work!

    TrahlocApr 19, 2023

    #1 - I'd like a required delete "model name" typing not just click confirm,

    #2 - what's the advantage of this vs just opening another tab to the main link? Only way I could see this being beneficial is if it's stored locally in case Civitai deletes a model.

    #3 - 100% agreement

    #4 - I like this idea as well, would also be nice if it automatically added a comma but perhaps that should be a user setting with default off like currently.

    Easy1Apr 12, 2023
    CivitAI

    Awesome. Does exactly what it says it does.

    One Feature request/suggestion:
    add the LORA itself to the trigger words button with a way to store a default weight.

    ZehGuilhermeApr 12, 2023· 1 reaction
    CivitAI

    Its amazing and so useful!
    But somehow, the icons on models library is not showing...
    Anyone knows why!?

    IgcatApr 13, 2023· 4 reactions
    CivitAI

    Is there a way to have it pull the text from the model page? Often important instructions are there, and those models are sometimes no longer on the site.

    as8230608915Apr 14, 2023
    CivitAI

    Error loading embedding murkysCumOnTongue_1.safetensors:

    Traceback (most recent call last):

    File "D:\BaiduNetdiskDownload\modules\textual_inversion\textual_inversion.py", line 210, in load_from_dir

    self.load_from_file(fullfn, fn)

    File "D:\BaiduNetdiskDownload\modules\textual_inversion\textual_inversion.py", line 176, in load_from_file

    assert len(data.keys()) == 1, 'embedding file has multiple terms in it'

    AssertionError: embedding file has multiple terms in it

    butaixianran
    Author
    Apr 14, 2023

    This is a sd webui's error, there is nothing to do with this extension.

    TrahlocApr 19, 2023
    CivitAI

    Is there a way to trigger greater verbose logging? I'm getting some errors and have no clue where the fault is since I get zero feedback. Sometimes the extension works, sometimes it just sits there forever doing nothing with zero feedback to the console.

    Name_Already_TakenApr 20, 2023· 2 reactions
    CivitAI

    ty, this is really usefull and convienient.

    edit-add: lyCoris not yet supported

    SaruheyApr 23, 2023
    CivitAI

    I wish there was a way to automatically add the URL's of the LORAs instead of manually adding them.

    SNAIL1419Apr 26, 2023
    CivitAI

    Thank u so much for making this

    editable download fold

    default model download version to newest

    multi/all preview img

    all file download to one folder named as page name:a lora model in civitai named“CAT".than default create a folder"cat"in lora folder and download current file in "cat" including all preview img,model itself,parameters,Trigger Words ,all maybe just save the whole web page as html or PDF

    744126367qqcom651Apr 26, 2023
    CivitAI

    I hope to add a function button for renaming the model to facilitate the use of this plugin by non English users. They are accustomed to renaming the model to their own country text~~

    希望能够增加一个给模型重命名的功能按钮,以方便非英文用户使用这个插件。他们习惯给模型重命名为自己国家文字~~

    FEDTinyPlanetApr 30, 2023

    去文件夹里就能重命名了,我900多个模型都有中英双语命名

    744126367qqcom651May 22, 2023

    @FEDTinyPlanet 但是给三个文件分别重命名,需要重复操作

    thesauceerApr 27, 2023· 2 reactions
    CivitAI

    Having the option to download a model's description would be greatly appreciated. Otherwise great job!

    NaitorStudiosApr 28, 2023
    CivitAI

    It needs to be updated to ignore the nsfw filters!

    jxl20230402895Apr 30, 2023
    CivitAI

    Scanning takes time, just wait. Check console log for detail,大佬,这个应该怎么办?只能等待吗?我换了节点,重装好像没用

    ragnaroookApr 30, 2023· 2 reactions
    CivitAI

    LyCoris-Folder seem to be ignored. Found a workaround for now:

    I swapped the names of LyCoris and Lora - Folders, scanned, and renamed them back again.

    ragnaroookMay 5, 2023

    ... but this only gives us preview-pictures, not the option to insert keywords.

    lemon9521Apr 30, 2023· 4 reactions
    CivitAI

    他为什么不能用了

    lemon9521Apr 30, 2023
    CivitAI

    会报错

    milkomtMay 1, 2023· 6 reactions
    CivitAI

    Hi! Thank you for great work! Add pls a Lycoris extension

    Eeeeessss577May 5, 2023

    Yes please, I 2nd this.

    SilverHeroMay 2, 2023
    CivitAI

    python报错:TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。

    提示:Python 运行时抛出了一个异常。请检查疑难解答页面。

    2786774832May 2, 2023· 11 reactions
    CivitAI

    requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='civitai.com', port=443): Max retries exceeded with url: /api/v1/model-versions/by-hash/44eb2866ba547aec7ce3b3bd13e81fba40edc983299e8dcaa5460e2289e48373 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000000011EE53520>, 'Connection to civitai.com timed out. (connect timeout=None)')) 为什么一直显示错误

    439999999May 5, 2023

    我也是。。这几天一直报错

    funny_mud_peeMay 5, 2023

    同,哈哈,我还是继续玩崩铁去吧

    2786774832May 8, 2023

    @439999999 我找到解决方法了去bibi

    2786774832May 8, 2023

    @funny_mud_pee 我找到解决方法了去bibi搜索

    tbcteemoMay 9, 2023

    @2786774832 老哥指个路啊,关键词是啥

    2786774832May 9, 2023

    @tbcteemo bibi搜索 c站助手 错误

    zhiaifamilyMay 31, 2023

    civitai助手最下面的代理填一下,端口号从网络和Internet设置里的代理找,保存号代理后重启WebUI,再扫描就可以了

    myosotisMay 5, 2023· 1 reaction
    CivitAI

    requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='civitai.com', port=443): Max retries exceeded with url: /api/v1/model-versions/by-hash/339cc9210f70ef842b716588373d95b52351d7e6d111b858e133e3b1e3bd8088 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000017EFA79D2D0>, 'Connection to civitai.com timed out. (connect timeout=None)'))

    好像这两天没办法正常使用了Connection to civitai.com timed out,请问是插件的原因吗

    EeveelutionlvrMay 8, 2023
    CivitAI

    Since v1.6.3, it seems the "Refresh Civitai Helper" button isn't working, and I'm not getting any of the 4 icon buttons either. Is this a problem on my end or is it a version-wide thing?

    2786774832May 9, 2023

    我也一样

    HOHOXXY2023May 9, 2023· 2 reactions
    CivitAI

    Now it keeps showing an error and all of a sudden it doesn't work anymore. it's wired.

    2786774832May 9, 2023

    bibi搜索 c站助手 错误 可以解决

    jun_yyMay 10, 2023

    @2786774832 实测有效,回来感谢

    fattt1997May 10, 2023

    @2786774832 谢谢!!

    HOHOXXY2023May 12, 2023

    @2786774832 哇哦!真棒,谢谢

    oshiroMay 10, 2023
    CivitAI

    Apologies if this has been asked before but is there a way to manually add more tags to LORAs that the helper can use? EDIT: Figured it out, just have to open the .info file related to the LORA and add more tags under "trainedWords"

    MrQuestionMarkMay 11, 2023
    CivitAI

    Update issue: thumbnail looks too small after update the WEBUI recently

    Thank you for creating this great extension! It's really useful. If I can save some comments for each model/Lora would be great!

    griph_tricorp923May 12, 2023
    CivitAI

    Amazing tool!

    carelesslj838May 14, 2023
    CivitAI

    How can I install it? Thanks.

    240365093720May 16, 2023· 2 reactions
    CivitAI

    最近无法使用了

    drunkintokyoMay 17, 2023· 10 reactions
    CivitAI

    Dont be an idiot and install this kind of extension. Very high risk for hacking... AVOID THIS

    113346May 19, 2023· 3 reactions

    Any proof? I've scanned it, no threats detected in Malwarebytes, or windows defender. I mean the same can be said for downloading Automatic1111.

    If so any alternatives? I desperately need a way to keep track of lora trigger words.

    JackieeMay 31, 2023

    u stupid biiiiiiiitch

    alice_deeJun 1, 2023

    Dont be an idiot and switch on your internet connection. Very high risk for hacking... AVOID THIS

    HHHEMay 17, 2023· 2 reactions
    CivitAI

    Always remind recently:

    requests.exceptions.ConnectionError: HTTPSConnectionPool(host='civitai.com', port=443): Max retries exceeded with url: /api/v1/model-versions/by-hash/ae7c06214581acbd883afb0157a5387559db3e8859f949ed6625f06b2846d89b (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000028CB6588400>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))

    ZeroKelvinMay 19, 2023
    CivitAI

    Request to add a feature so u can batch download some loras when only the model page URL as input

    renli19May 20, 2023· 3 reactions
    CivitAI

    最近无法使用

    AnneSeranaMay 21, 2023· 6 reactions
    CivitAI

    无法使用了,求更新呀

    shadowcliffsMay 25, 2023· 22 reactions
    CivitAI

    Can support be added for LyCORIS folder?

    Edit: It seems Mapping LyCORIS folder to Lora folder solves this issue.

    PettankoPaizuriJun 15, 2023

    Can you elaborate more on what you mean? In the settings section I've sat the Lycoris path to the Lora folder and tried putting Lyco there, but they don't work without A1111 throwing the "bad lora layer name" error

    shadowcliffsJun 28, 2023

    @PettankoPaizuri Just move the LyCORIS folder under your Lora folder, it should work. Call LyCo as Lora.

    freckledvixonJul 6, 2023

    @PettankoPaizuri just move the folder inside the lora folder and scan it then move it back after and it should work

    SkirfirJun 8, 2023
    CivitAI

    It would be cool if there was an option to skip animated images.

    idevstJun 10, 2023
    CivitAI

    I don't have any of the buttons, what am I doing wrong?

    goodizerJun 10, 2023· 1 reaction

    Do you have a preview? If so, the layer with the buttons is behind the preview layer. Is this probably a bug? Check it by simply deleting the preview file from the folder. And don't forget the refresh button.

    UPD. This for to the thumbnail view mode actually.

    AlviasJun 13, 2023
    CivitAI

    Can you tell me how to upload art to the civitai website with all the information about art? I know that people upload art and the site itself determines which models were used, and even a list of prompta request and negative texts. The only thing I can't figure out how to do this is an extension of some kind?

    PettankoPaizuriJun 15, 2023· 9 reactions
    CivitAI

    LyCORIS folder has completely broken for me where it won't auto fill the trigger words etc. It was working for me until recently but now A1111 won't work if Lyco aren't in the Lycoris directory specifically, and the Civitai Helper addon won't autofill trigger words from the lyco folder

    1481284Jun 28, 2023· 1 reaction

    cmd /c mklink /D "E:\stable-diffusion-webui\models\LyCORIS" "E:\stable-diffusion-webui\models\Lora"

    Move your Lyco folder somewhere else, Run this ^. (Mine is in the E: drive, adjust accordingly) It will create a new LyCORIS folder and link it to the Lora folder. The command will fail if the LyCORIS folder is already present in that folder. All files will be reflected in both folders so don't go deleting anything. Just move the old folder in to the Loras folder, or inside the new LyCORIS folder. While the title card buttons will now be accessible under the Lora section when using the WebUI interface. Only apply the <WhateverLyco:1> from the Lycoris network at the top, otherwise you'll get a Bad Lora layer name error if you try and do it from the Lora network. Sorry if it's a bad confusing work around.

    1481284Jun 28, 2023· 1 reaction

    rmdir /S /Q "E:\stable-diffusion-webui\models\LyCORIS" To undo this link if needed, again mine is E: so adjust accordingly

    PettankoPaizuriJun 28, 2023

    @Crazysloth  This does work perfectly, thanks!!

    Only issue is, how do you tell which are your Lycos and which are your lora in the list, do you just use it and see if it throws the warning then switch to the lyco tab version?

    Example: If I have a Gawr Gura Lycoris it will show up in the lora tab and the lyco tab both, is there any indicator before you add it to your prompt that it's a lyco?

    1481284Jun 29, 2023· 2 reactions

    @PettankoPaizuri You can create new folders inside the "Lora/Lyco" folder, and name them whatever you want. Sort them into separate folders and you'll get those folder names in your WebUI next to the "all" right above the actual "Lora/Lyco" pictures

    1481284Jul 21, 2023· 1 reaction

    If your comfortable using a forked GitHub version and haven't already found another way this works perfectly GitHub - goldmojo/Stable-Diffusion-Webui-Civitai-Helper: Stable Diffusion Webui Extension for Civitai, to manage your model much more easily.

    LewdinkOfficialJun 16, 2023· 1 reaction
    CivitAI

    If the button doesn't appear, make sure you click on the "Blue" refresh icon with arrows, not the grey.

    If you click on the classic "Grey" refresh icon, the buttons will not be displayed.

    shirleywbrooks38826Jun 19, 2023· 4 reactions
    CivitAI

    更新本体之后如果遇到:有缩略图的没有按钮,没缩略图的有按钮的问题,B站有人发了解决方案,指路:BV1TM4y1v79H,我用了之后按钮恢复正常。

    wilnm123123502Jun 20, 2023
    CivitAI

    显示连接超时肿么办,开全局、重装了也还是不行,有大佬真的这种情况如何操作吗?

    File "E:\1-SD\sd-webui-aki-v4\py310\lib\site-packages\requests\sessions.py", line 655, in send

    r = adapter.send(request, **kwargs)

    File "E:\1-SD\sd-webui-aki-v4\py310\lib\site-packages\requests\adapters.py", line 504, in send

    raise ConnectTimeout(e, request=request)

    requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='civitai.com', port=443): Max retries exceeded with url: /api/v1/model-versions/by-hash/c74b4e810b030f6b75fde959e2db678c268d07115b85356d3c0138ba5eb42340 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000028BA4696FB0>, 'Connection to civitai.com timed out. (connect timeout=None)'))

    leowuliangJul 2, 2023

    最底下其他设置里边把代理服务器地址填上去

    goodizerJun 20, 2023· 6 reactions
    CivitAI

    If you had buttons before, but after some update a1111 disappeared.

    I found a solution to the problem on github. You need to add this code to the style.css file in the root folder of the extension.

    It worked for me!

    .extra-network-thumbs .actions .additional { position: relative; }
    mrgrajill271Jun 22, 2023· 1 reaction

    Thank you so much! It really helps :D

    tasha28Jun 30, 2023· 1 reaction

    Thanks! This is so helpful.

    uiop0Jun 21, 2023
    CivitAI

    hi do you know something about API connection today? cannot connect for several hours 🥲 I use huggingface.co dock stablebdiffusion version.

    OtherPerspectiveJun 23, 2023· 4 reactions
    CivitAI

    Can you add an option to download ALL preview images for a model? It would be nice to have access to more than just the basic image

    ConclusionsJun 30, 2023
    CivitAI

    请教up主我用的是edge插件梯子,直连模式,该如何解决这个问题啊

    orisingersonJun 30, 2023
    CivitAI

    关于链接的解决方法:clash使用tun模式和全局模式。试了很多次,发现不论是ssr还是其他软件,都不能使用系统代理。这个方法对其他插件同样管用

    orisingersonJul 1, 2023
    CivitAI

    另外,这插件ui还是有bug,去b站搜cicitai助手,可以解决小图标失效

    MeteOzguzJul 1, 2023
    CivitAI

    great extension thx! a must have

    ThermaJul 6, 2023· 8 reactions
    CivitAI

    It's fantastic! but please add a preview handler for lycoris, none of mine has image previews.

    Nick_123Jul 8, 2023

    Came here to type this . hope they add this option for lyco

    AndLeaveATrailJul 13, 2023

    Same please!

    AcelotTheSeriousJul 19, 2023

    I have updated the extension since the author is not responding at all but I'm not sure if it works with latest version of A1111

    lianxyqJul 9, 2023
    CivitAI

    clash错误添加代理

    http://127.0.0.1:7890

    HanaShiinaJul 11, 2023
    CivitAI

    Downloads do rarely work. They stop at like 60% for example and then console says it finished the download but the model is broken.

    AugmentedRealityCatJul 17, 2023· 8 reactions
    CivitAI

    This does NOT work anymore with the latest DEV build of A1111.

    This means it is not possible to access the extra info for each model, including the trigger words and the link to the civitai page containing the model.

    🔁 this button is still there but it does not work

    ALL of these are gone and will not appear:

    🖼: Modified "replace preview" text into this icon

    🌐: Open this model's Civitai url in a new tab

    💡: Add this model's trigger words to prompt

    🏷: Use this model's preview image's prompt

    1481284Jul 18, 2023

    I saw your post on github too, Just sucks its broken, I'm a smooth brain and using the title card prompts and slightly editing them is like 90% of my usage :P

    nachodha3152286Jul 20, 2023

    Im using tit right now, has bee fixed?

    AugmentedRealityCatJul 21, 2023· 1 reaction

    @nachodha3152286 I can still use the scan function to make it download the preview pictures, and these are showing, but not the icons that would allow me to add the trigger words to the prompt, or to open the model's page on Civitai.

    This is probably only a problem with the DEV branch by the way - it used to work well prior to that.

    AcelotTheSeriousJul 18, 2023
    CivitAI

    I have updated the extension to work with LyCORIS models (LyCORIS folder) but I'm not sure if it works with latest version of A1111. I need someone to confirm it.

    44071Jul 25, 2023

    I'm not seeing it update any of my lycoris in the lycoris folder

    44071Jul 25, 2023· 5 reactions
    CivitAI

    Can you please add the ability to update LyCORIS files??

    DJWorksalotJul 26, 2023· 11 reactions
    CivitAI

    The problem with the dev branch of automatic1111 a few days ago, the disappearance of the icons for replace preview, open civitai URL in a new tab, adding trigger words to prompt, and using models preview images prompt, is now a problem with the latest update of automatic1111. It's an incredible bummer because those features were such a huge help.

    zorioJul 26, 2023· 1 reaction

    it's gone! we're all gonna die

    json198Jul 26, 2023

    Heaven help us

    TheNamelessKingJul 26, 2023

    I'm also facing this problem. I guess alot of people don't use this extension or updated their A1111 just fine, because most seem to not care or unphased. After automatic1111 updated to version 1.5, all my extensions are broken and I can't manage them.

    json198Jul 26, 2023

    To anyone having the "icon issue" and have a burning need to have it fixed while they update the Civai extension, go to settings to backup and restore the pre-update config. Make sure to tap the WebUi button. Fixed it for me.

    EAnoJul 27, 2023· 1 reaction

    I added the "replace preview" back to the WebUI and it worked. They removed it from the html/extra-networks-card.html,
    I explained that workaround in a new comment. Not the best option, but it works.

    EAnoJul 27, 2023· 10 reactions
    CivitAI

    Workaround for the current automatic1111 version (v1.5):
    Open the file "html/extra-networks-card.html" and add back the lines

    <ul> <a href="#" title="replace preview image with currently selected in gallery" onclick={save_card_preview}>replace preview</a> </ul>

    before the <span style="display:none".

    That will add back the original "replace preview" that the extension modifies.

    SmartNetoJul 27, 2023

    Thanks, any idea of how would I do this on vlad's ui?

    EAnoJul 27, 2023· 2 reactions

    @SmartNeto I downloaded the previous version of automatic1111 and compared both with WinMerge.
    The extension searches for ".actions .additional ul":

    In the html/extra-networks-card.html:
    <div class='actions'>

    <div class='additional'>

    <ul>

    DJWorksalotJul 27, 2023· 21 reactions
    CivitAI

    For everyone who is missing the buttons after the last automatic1111 update, here's a fix on github from axilesoft, https://github.com/axilesoft/Stable-Diffusion-Webui-Civitai-Helper/tree/main

    rob2Jul 28, 2023

    it works. Rename the folder and disable (or delete) the old extension and download this new one.

    z155341917141Jul 30, 2023

    已经下载了新补丁覆盖了旧文件,完美解决问题.十分感谢!!!!

    242424Jul 31, 2023

    @z155341917141 是直接将他的文件直接丢进原来的helper文件里覆盖吗?我覆盖之后还是没按扭啊

    jonk999Aug 3, 2023

    Does axilesoft's fix also allow for Lycoris like goldmojo's did?
    Tested and doesn't look to.

    242424Aug 4, 2023

    已经用不了了

    myuzeSep 3, 2023

    完美解决了问题,感谢。♥️

    18968095766838Sep 14, 2023

    Very useful and successfully solved, thank you very much! Because I often need to go to the original drawing to see the checkpoint

    haoyunlaiJul 28, 2023
    CivitAI

    My c-site scanning assistant gives me an error as soon as I start scanning!

    haoyunlaiJul 28, 2023

    raise ConnectTimeout(e, request=request)

    requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='civitai.com', port=443): Max retries exceeded with url: /api/v1/model-versions/by-hash/c74b4e810b030f6b75fde959e2db678c268d07115b85356d3c0138ba5eb42340 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000020075835540>, 'Connection to civitai.com timed out. (connect timeout=None)'))

    Clockwork_OJJul 31, 2023· 3 reactions
    CivitAI

    GitHub has v1.6.4 on here you only have v1.6.1.1. However, this extension is broken in Automatic1111 v1.5.1. Is there any updates being worked on and when will it be released?

    TheNamelessKingJul 31, 2023· 1 reaction

    I don't think this or orginal github version is going to be updated for while, or never. Delete old the extension. Install the new version via url using this link:https://github.com/axilesoft/Stable-Diffusion-Webui-Civitai-Helper/tree/main

    439999999Aug 5, 2023

    @TheNamelessKing v1.6.4 still has bug on webui 1.5.1

    242424Jul 31, 2023· 9 reactions
    CivitAI

    在sd1.5.1版本里有显示不了按钮了

    AndLeaveATrailAug 12, 2023
    CivitAI

    I was hoping for the option to hide the text button section (all the model names) that appears above the gallery of models below (thumbnails). After installing 200+ Lora, it just appears as a clunky wall of buttons with all the names, that I have to scroll past to get to the preview images. If it could be toggled with an accordion feature, that would be even better.

    devilkadAug 18, 2023· 1 reaction
    CivitAI

    the tab of the helper in settings from the left section has gone after updating A1111 to latest version, now i can't use my civitai API key when i upload image on the site and it doesn't detect loras and negative embedding

    SaruheyAug 21, 2023
    CivitAI

    Buttons won't show up, so yeah, it's pretty useless for the moment...

    vantealAug 23, 2023
    CivitAI

    Stopped being of any use as of late. Such a bummer, was one of my favorite extensions.

    WhtieSnowaAug 24, 2023· 5 reactions
    CivitAI

    for those looking for the fix verision for sd1.5.1
    https://github.com/axilesoft/Stable-Diffusion-Webui-Civitai-Helper.git
    P.S. This verison still work for v1.6.0

    hzz212Aug 27, 2023

    感谢。有用!

    WhtieSnowaOct 6, 2023

    @hzz212 glad i can help :)

    ProxiExAug 31, 2023· 3 reactions
    CivitAI

    Doesn't work with v1.6.0 anymore! Hope it gets updated or Version 2 soon, cuz I need it!

    ProxiExSep 5, 2023

    @Shurik hey thank you.. but do you personally still have the 3 buttons? I.e. "download model preview picture generation settings", "go to models civitai page" .... Because those went missing for me with the new update...
    I do still get the download of the model preview pictures though.

    ShurikSep 5, 2023· 1 reaction

    @ProxiEx After altered the js file, I got the buttons in v1.6.0.

    ProxiExSep 6, 2023

    @Shurik thank you for your effort.. I tried replacing the jason file from you link with the one that is in my extensions helper folder and it didn't work.. still no buttons! Just gonna wait for the new update/version of this tool then.

    ShurikSep 6, 2023

    @ProxiEx Did you click the blue refresh box next to the search bar?

    ProxiExSep 7, 2023

    @Shurik wow really? I restarted multiple times and everything and after clicking the button it worked.. ty so much !!

    panda899Sep 13, 2023

    @Shurik Hi, I just installed this recently and couldn't find any of the three buttons anywhere, so I replaced the file u gave earlier and also pressed the blue refresh button next to 'Lora', but no buttons appeared anywhere (Idk where they were supposed to be originally because I just installed this extension post v1.6)

    ProxiExSep 13, 2023

    @panda899 buttons appear if you hover your mouse over the "preview box" of a lora, checkpoint, lycoris, embedding... only after you pressed the blue button though.. and I'm also using 1.6 and its working for me now

    oneshot8787Sep 6, 2023
    CivitAI

    GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git clone -v --filter=blob:none -- https://civitai.com/models/16768/civitai-helper-sd-webui-civitai-extension /content/drive/MyDrive/SD/tmp/civitai-helper-sd-webui-civitai-extension stderr: 'Cloning into '/content/drive/MyDrive/SD/tmp/civitai-helper-sd-webui-civitai-extension'... fatal: https://civitai.com/models/16768/civitai-helper-sd-webui-civitai-extension/info/refs not valid: is this a git repository? '


    im fail.. this message

    can u help me? please

    rob2Sep 18, 2023
    CivitAI

    Any version that is working on current VLAD SD NEXT?

    zanaria84Mar 3, 2024

    I'd like to know that too. It works as far as showing the preview images, but the buttons for adding the tags to the prompt aren't there...

    jhonstnSep 21, 2023· 4 reactions
    CivitAI

    The project seems to be dead.

    Alternative: https://github.com/alexandersokol/sd-model-organizer

    notkevSep 23, 2023· 4 reactions
    CivitAI

    Not working on 1.6.4

    Other
    SD 1.5

    Details

    Downloads
    15,875
    Platform
    CivitAI
    Platform Status
    Available
    Created
    3/29/2023
    Updated
    5/13/2026
    Deleted
    -

    Available On (1 platform)

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