https://github.com/yjg30737/pyqt-prompt-listwidget
PyQt prompt generator widget for stable diffusion with 2 QListWidget
https://github.com/yjg30737/pyqt-prompt-listwidget
pyqt pyqt-examples pyqt5 pyqt5-desktop-application pyqt5-examples pyqt5-gui
Last synced: 3 months ago
JSON representation
PyQt prompt generator widget for stable diffusion with 2 QListWidget
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-prompt-listwidget
- Owner: yjg30737
- License: mit
- Created: 2023-07-12T07:56:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T01:48:24.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T08:42:10.272Z (5 months ago)
- Topics: pyqt, pyqt-examples, pyqt5, pyqt5-desktop-application, pyqt5-examples, pyqt5-gui
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-prompt-listwidget
PyQt prompt generator widget for stable diffusion with 2 QListWidgetRequired PyQt5.
Will be included in pyqt-stable-diffusion.
## Description
This app consists of Prompt 1 and Prompt 2.Prompt 1 is a broad category that can be defined by factors such as hairstyle and the number of people.
Prompt 2 is a subcategory that can be defined by specific hairstyles (e.g., ponytail, straight).
Using this list, you can create your own prompts or generate prompts randomly.
The order of the categories and subcategories can be adjusted by drag and drop. Adjusting the order of the categories determines the priority of the prompts. Adjusting the order of the subcategories within a category affects the weighting when randomly selecting subattributes. The higher a subcategory is in the list, the higher its weight.
Only the checked items in the category list will be included in the random prompt generation. You can also choose whether to assign weights during random selection.
## Feature
- add & delete attributes(or properties if you will) for each prompt level
- support weight for randomizing
- support refresh button (which randomizes prompt again)## Preview
