This is an extension made for: Automatic1111's Stable Difussion
It allows you to browse CivitAI, Check for updates and speed up downloads.
Click "show more" to view a full list of features and install guide below!
↓ ↓ ↓ ↓ ↓
Features 🚀
Browse all models from CivitAI 🧩
Explore a wide range of models without leaving SD-WebUI.
Check for updates and installed models 🔄
Easily spot new updates and identify already installed models while browsing.
Ability to scan all installed models for available updates.
Download any Model, any version, and any file 📥
Get the specific model version and file you need hassle-free.
Download queue to avoid waiting for finished downloads.
Automatically assign tags to installed models 🏷️
Assign tags by scanning all installed models for automatic use in image generation.
Quick Model Info Access 📊
A button for each model card in txt2img and img2img to load it into the extension.
A button under each image in model info to send it's generation info to txt2img
High-speed downloads with Aria2 🚄
Maximize your bandwidth for lightning-fast downloads.
Sleek and Intuitive User Interface 🖌️
Enjoy a clutter-free, user-friendly interface, designed to enhance your experience.
Actively maintained with feature requests welcome 🛠️
Feel free to send me your feature requests, and I'll do my best to implement them!
How to install 📘
Automatic Installation
Manual Installation
Download the latest version from this site and unpack the .zip
Navigate to your extensions folder (Your SD folder/webui/extensions)
Place the unpacked folder inside the extensions folder
Restart SD-WebUI
(To report bugs or request features, visit the Github Repository)
Description
v3.5.0
Bug fix: Extension now works again with the latest CivitAI API version!
Cleanup: Re-wrote backend API handling code.
FAQ
Comments (7)
I've now published an update which fixes the paging issues with the new API! v3.5.0
Do note, it's no longer possible to jump directly to a specific page unless that page has already been visited, this is the result of the new "cursor" based paging system which was required due to the amount of models on CivitAI.
Also another note, currently the API returns the following error quite often:
Error: 500 Server Error: Internal Server Error for url
There is unfortunately nothing I can do about this, as this is an issue caused by the CivitAI API.
I assume this will get fixed after some time! :)
Other than that, everything should be working again!
Please feel free to create a bug report on github if you encounter any other issues.
Is there a way to change the background colour behind the text? The information and prompts all look redacted. I'm guessing you use a dark theme, I find it really hard on my dyslexic eyes and can't look at my partners computer. Thanks.
I guess It could be changed by modifying the following files.
"\stable-diffusion-webui\extensions\sd-civitai-browser-plus\style.css"
"\stable-diffusion-webui\extensions\sd-civitai-browser-plus\style_html.css"
"\stable-diffusion-webui\venv\Lib\site-packages\gradio\themes\default.py"
Now, I only could change the background of some parts like buttons.
I want to change the entire background of the civitai overlay.
Thanks for notifying me, didn't check the colors without dark mode, I'll make it so that it dynamically changes like the rest of the colors based on the theme used in the next update! :)
It is a bad idea to change the file directly every time it upgraded.
I studied about css and found a chrome's extensions called "Stylus".
Finally, I could forced my webui to be overwritten with following code.
---
.civitai-tag, .civitai-meta, .civitai-meta-btn {
background-color: var(--neutral-100);
}
.civitai-meta-btn:hover {
background-color: var(--neutral-200);
}
.civitai-overlay-inner {
background-color: #ffff !important;
}
---
Thanks.
Latest version contains some fixes for automatic color selection when using a white theme!
@TomDom thanks, I tried the update and restarted the the whole UI from scratch, CivitAIi Browser + tab had gone. (By the way, for some reason I'm not getting notifications for replies. I'll check my settings. ) Thanks.


