Others

Civitai shortcut

файл на civitaiстраница на civitai

The name of the model info file that records information about the model has been changed.

As a result, even models with a normal model info file may be moved to a new folder when scanning models for Civitai.

To prevent this, uncheck the "Create a model folder corresponding to the model type" option.

Civitai Shortcut

Stable Diffusion Webui Extension for Civitai, to download civitai shortcut and models.

Install

Stable Diffusion Webui's Extension tab, go to Install from url sub-tab. Copy this project's url into it, click install.

git clone https://github.com/sunnyark/civitai-shortcut

Install url : https://github.com/sunnyark/civitai-shortcut

Usage instructions

  1. The information in the Civitai model information tab is obtained in real-time from the Civitai website.

    Download : downloads the model for the selected version. You can choose to create specific folders for each version. The downloaded model will be automatically saved in the appropriate location, and a preview image and info will be generated together with it.

  2. The information in the Saved model information tab are composed of the information saved on the Civitai website when creating the shortcut.

    Update Model Information : updates the information of an individual shortcut to the latest information. This function only works when the site is functioning normally.

    Delete Shortcut : deletes the information of a registered shortcut.

  3. Civitai User Gallery : The Civitai User Gallery allows users to view uploaded images.

[Browser to upload]

[File to Upload]

[Multifilesto Upload]

Scan Models for Civitai - Scan and register shortcut for models without model information that are currently held.

Update Shortcut - Move the shortcut update function from the Upload tab.

Update the model information for the shortcut - Update the information of registered shortcuts with the latest information.

Scan downloaded models for shortcut registration - Register new shortcuts for downloaded models that have been deleted or have missing model information.

Features

You can save the model URL of the Civitai site for future reference and storage.

This allows you to download the model when needed and check if the model has been updated to the latest version.

The downloaded models are saved to the designated storage location.

Notice

When using Civitai Shortcut, five items will be created:

Change Log

v 1.3c

* Add "Scan and Update Models" and "Settings" tabs to the Manage tab.

* Scan and Update Models tab

Scan Models for Civitai - Scan and register shortcut for models without model information that are currently held.

Update Shortcut - Move the shortcut update function from the Upload tab.

Update the model information for the shortcut - Update the information of registered shortcuts with the latest information.

Scan downloaded models for shortcut registration - Register new shortcuts for downloaded models that have been deleted or have missing model information.

* Setting tab - Set the number of columns in the image gallery.

* The name of the model info file that records information about the model has been changed.

As a result, even models with a normal model info file may be moved to a new folder when scanning models for Civitai.

To prevent this, uncheck the "Create a model folder corresponding to the model type" option.

v 1.3a

* A new feature has been added that allows you to manage and classify items.

You can add, delete, and update classification items in the "manage" -> "classification" tab.

To add a shortcut, select the desired classification item in the center top and click on the list on the left to register the desired shortcut. When you click, the registered shortcut appears in the center of the screen, and you can remove it by clicking on the registered shortcut.

Click the "update" button to complete the registration.

In the "civitai shortcut" -> "information" tab, a "model classification" item has been added on the right side, and you can perform registration and deletion of shortcuts for the model corresponding to the desired classification item.

After modification, click the "update" button to complete the task.

* In the browsing "search" feature, you can check the items registered in the classification.

When you select a classification item from the dropdown list, the selected item appears in the list and works in conjunction with the "filter model type" and "search" features.

The "search" feature works by entering items such as tags, classification, and search keywords.

The tags, classification, and search keywords are applied with "and" operation, and each item is applied with "or" operation. Each item is separated by ",".

Although only one item can be selected from the classification dropdown list, you can enter multiple items by using the "@" prefix.

v 1.2a

* The Downloaded Model tab, which duplicated the functionality of the Saved Model Information tab, has been removed

* The application method for generating image information has been internally modified to include information from Civitai's 'information' field in addition to the image. As a result, there have been changes to the naming convention for saved images. Please update the images using 'Update Shortcut's Model Information' accordingly.

v 1.2

* A Civitai User Gallery tab has been added where users can view the information and images of the models in the gallery. If there are no images available for a particular model, the tab may appear empty. There may also be a delay in the data provided by the API.

* An "Update Downloaded Model Information" button has been added below the "Upload" button on the left-hand side. This button updates the internal information when users rename folders during Stable Diffusion operation.

* The option to download additional networks by selecting them from a list has been removed. This feature was deemed unnecessary as users can simply specify the desired folder in Settings -> Additional Networks. Personally, I use the "models/Lora" folder for this purpose.

* Users can now specify the folder name when downloading a model to an individual folder. The default format is "model name-version name", but users can input their preferred value. If a folder with the same version of the model already exists within the model's folder, that folder name will be displayed.

* Minor design changes have been made.

* Bug: There are several bugs, but when viewing the gallery images at full size, the image control and browsing controls overlap.

v 1.1c

* Measures have been taken to alleviate bottleneck issues during information loading.

* The search function now includes a #tag search feature.

Search terms are separated by commas (,) and are connected with an "or" operation within the search terms and within the tags. There is an "and" operation between the search terms and tags.

* The shortcut storage table has been changed to add the #tag search function.

Existing shortcuts require an "update shortcut model information" for tag searches.

v 1.1

* When registering a shortcut, model information and images are saved in a separate folder.

* This allows users to access model information from "Saved Model Information" Tab even if there is no connection to the Civitai site.

* "Thumbnail Update" button is removed and replaced with an "Update Shortcut's Model Information" button to keep the model information and images up to date.

* "Download images Only" button is removed from "Civitai Model Information" Tab that can be accessed live, and "Delete shortcut" button is moved to "Saved Model Information" Tab.

* "Delete shortcut" button removes the model information and images stored in sc_infos in one go.

* "Update Model Information" button is added to "Saved Model Information" Tab for individual updating of model information, in addition to "Update Shortcut's Model Information" that updates all model information.

Тэги: tool
SHA256: D3DABE332F0A8201988CBB2DCE6395B4A5B78A49D6F10A1467C71FD006BAAB5D

Gecco Bot

файл на civitaiстраница на civitai

this Discord bot is for anyone using stable diffusion image generation.

It can pull images from a specified directory, rename them via index (0.png, 1.png, 2.png) and post them in the discord chat.

To set it up, create a bot on the https://discord.com/developers/applications portal first and generate your bot token.

open the .env file and replace the "your-bot-token-here" string with your actual bot token.

open the bot.py and specify the directory you want to pull images from by replacing "YOUR/FILE/DIRECTORY/TO/PULL/IMAGES/FROM" with your local output folder from SD (or any other images directory containing .png files)

to run the file, you need the following python packages:

nextcord, install with 'pip install nextcord' dotenv, install with 'pip install python-dotenv'

save the files, and you're good to go.

The bot comes with the following commands:

!hi (Hello!) : Ping command to test if the bot is working

!commandlist : prints a list of available commands

!pull : command to iterate over files in source directory (defined in a variable in the code) and move them to bot directory "images" folder

!prepare : command to rename all images in the "images" folder in the bot directory by index in preparation of !imagedump

!imagedump : command to post all images in the "images" folder in the bot directory, then rename them with timestamp and move to the "uploaded" folder

!imageget : command to post a single image from the "images" folder in the bot directory, syntax: !imageget

!go : command to execute all three main functions in one go, pull, prepare and imagedump

These functions allow access to the generated files on the go by pulling them into the chat and then to your mobile device.

If you find yourself using this bot regularly, consider buying me a coffee - or a golden house, or gecco food, idc.

enjoy

Тэги: toolstooldiscord bot
SHA256: C89481065EFFFC040ABC2E16A6A8A67997086C265D1FB33A0F6DC8D2E867B85F

kristy

файл на civitaiстраница на civitai
Тэги: personphotorealisticsexyfemaleconceptart stylewomangirlsportraitsrealistic
SHA256: 7BA6461D8580BE84120538169BF9D5AD3E6CC92A0C3D00849E5C5CBAD0E48CF9

ode

файл на civitaiстраница на civitai

Idol is a Korean girl who looks like her

Тэги: style
SHA256: 59A02F9571D6795AE4B69088451977B913886E32B9EC20394E53FCEB8F4279D4