# sd_civitai_extension **Repository Path**: xjjdog_admin/sd_civitai_extension ## Basic Information - **Project Name**: sd_civitai_extension - **Description**: https://github.com/civitai/sd_civitai_extension.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-02 - **Last Updated**: 2023-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Civitai Extension for Automatic 1111 Stable Diffusion Web UI Bringing together the power of Civitai and Automatic 1111 **⚠️ This is a work in progress and not something you can use yet.** ## Features - [x] Automatically download preview images for all models, LORAs, hypernetworks, and embeds - [x] Automatically download a model based on the model hash upon applying pasted generation params - [x] Resources in Metadata: Include the SHA256 hash of all resources used in an image to be able to automatically link to corresponding resources on Civitai - [x] Flexible Resource Naming in Metadata: Hashify the names of resources in prompts to avoid issues with resource renaming and make prompts more portable - [ ] Civitai Link: Optional websocket connection to be able to add/remove resources and more in your SD instance while browsing Civitai or other Civitai Link enabled sites. ## Installation ### Through the Extensions UI (Recommended) 1. Open the Extensions Tab in Automatic1111 SD Web UI 2. In the Extension Tab Open the "Instal from URL" tab 3. Paste `https://github.com/civitai/sd_civitai_extension.git` into the URL input 4. Press install and wait for it to complete 5. **Restart Automatic1111** (Reloading the UI will not install the necessary requirements) ### Manually 1. Download the repo using any method (zip download or cloning) ```sh git clone https://github.com/civitai/sd_civitai_extension.git ``` 2. After downloading the repo, open a command prompt in that location ```sh cd C:\path\to\sd_civitai_extension ``` 3. Then run the included install.py script ```sh py install.py # OR python install.py ``` ## Here to help? Hop into the development channel in our [Discord server](https://discord.gg/UwX5wKwm6c) and let's chat!