Home

Awesome

<p align="center"> <img src="./images/unprompted_banner.png"> </p> <p align="center"><strong>Links:</strong> 📣 <a href="./docs/ANNOUNCEMENTS.md">Announcements</a> | 📘 <a href="./docs/MANUAL.md">Manual</a> | ⏱ <a href="./docs/CHANGELOG.md">Changelog</a> | 🎓 <a href="./docs/GUIDE.md">Starter Guide</a></p>

👋 Introduction

Unprompted is a powerful templating language and Swiss Army knife for the Stable Diffusion WebUI.

Built around [shortcodes], Unprompted is uniquely designed for maximum readibility with natural language. This makes it easy to learn and use, even for those with no prior programming experience.

Now also available as a ComfyUI node.

📦 Features

🔧 Installation

We provide three methods of installation:

<details><summary>How to install directly... (click to expand)</summary>
  1. Visit the Extensions tab of Automatic's WebUI.
  2. Visit the Install from URL subtab.
  3. Paste this repo's URL into the first field: https://github.com/ThereforeGames/unprompted
  4. Click Install.
</details> <details><summary>How to install through extensions index... (click to expand)</summary>
  1. Visit the Extensions tab of Automatic's WebUI.
  2. Visit the Available subtab.
  3. Uncheck the "ads" filter and press the Load from button.
  4. Scroll down to Unprompted and press the Install button. (Or use CTRL+F for convenience)
</details> <details><summary>(NEW) How to install via pip for standalone use... (click to expand)</summary>
  1. In your terminal, run pip install unprompted@git+https://github.com/ThereforeGames/unprompted
  2. Refer to unprompted_dry.py for details on implementing Unprompted in your own Python projects
</details>

With either method, please be sure to restart your WebUI after installing. This allows Unprompted to download its Python dependencies.

📚 Usage

First, let's verify that your installation was successful by trying out an included template. Add this to your prompt:

[call common/examples/human/main]

This is a simple "person generator" that automatically chooses characteristics like hair color, race, and posture.

The [call] shortcode will look in unprompted/templates for the specified text file (so in this case unprompted/templates/common/examples/human/main.txt.) You do not need to enter the file extension.

Example output:

image

🚀 Next Steps

Now that you have verified Unprompted is installed and running correctly, you have a couple options:

  1. Visit the 🎓 Guides page and follow our walkthrough on creating your own templates
  2. Explore the comprehensive 📘 Manual and figure things out at your own pace

🛒 Premium Templates

While Unprompted is completely free to use, we do offer Premium Template packs that demonstrate some of the software's more advanced functionality.

<img align="left" src="https://i.ibb.co/hsW7yCN/promo-box-beautiful-soul.png" width=150>

Beautiful Soul Template

A highly expressive character generator for the A1111 WebUI. With thousands of wildcards and direct ControlNet integration, this is by far our most powerful Unprompted template to date.</strong> <br/> <br/> <br/> <br/> <br/> <br/> <img align="left" src="https://i.postimg.cc/nhchddM9/Demon-Crawl-Avatar-Generator-Box.png" width=150>

DemonCrawl Avatar Generator

Generate pixel art in the style of DemonCrawl with this custom Stable Diffusion model! Trained on more than 50 avatars from the game. Create your very own character portraits even if you're not an artist! <br/> <br/> <br/> <br/> <br/> <br/> <img align="left" src="https://i.ibb.co/1MSpHL4/Fantasy-Card-Template2.png" width=150>

Fantasy Card Template

Generate a wide variety of creatures and characters in the style of a fantasy card game. Perfect for heroes, animals, monsters, and even crazy hybrids. <br/> <br/> <br/> <br/> <br/> <br/> <br/> <sub>Note: For context, I am a solo developer who is not associated with any commercial entities (beyond my own LLC), nor have I received any grants for this project. Unprompted was funded completely out-of-pocket. Your generosity helps justify the 100s of hours I spent developing this software. ❤️</sub>


🙏 Acknowledgements

We would like to thank the authors of the following libraries, which are used by Unprompted:


🐛 Found a bug? Open an Issue.

💬 For discussion and template sharing, use the Discussion Board.

⭐ Like my work? Please consider giving the repo a "star" for visibility.