diff --git a/readme.txt b/readme.txt index e009a66..3baeb7b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === Block Diffusion - Generate images from text prompts === Contributors: kbat82 Tags: block, stable diffusion, ai, prompt, artificial intelligence -Tested up to: 6.0 -Stable tag: 0.1.8 +Tested up to: 6.1 +Stable tag: 0.2.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -18,6 +18,7 @@ Semi interactive demo at [https://www.block-diffusion.com/](https://www.block-di = Features = - Stable Diffusion +- Prompt suggestion + preview = Pro version = There are no plans to lock any features behind a pro or premium plugin. All features will be added to this version on wordpress.org. Over time I plan to add all features supported by Replicate, as well as additional features for the WordPress community specifically. If you are interested in helping support the development of this plugin, in the spirit of open source, you may [sponsor the project on GitHub](https://github.com/sponsors/KevinBatdorf) (there are monthly and one-time payment options). Thank you. @@ -25,7 +26,6 @@ There are no plans to lock any features behind a pro or premium plugin. All feat = Upcoming Features = - Use an existing image as starting point - Add an image mask to only generate specific areas -- Help with prompt ideas and inspiration - Run multiple image predictions at once - Have more control over the image generation steps - View your prediction history @@ -55,6 +55,13 @@ We also offer additional features on top of the Replicate API, such as prompt/ou == Changelog == += 0.2.0 - 2022-10-05 = +- Feature: Help with prompt ideas and inspiration (opt in) +- Feature: Prompt sharing with the community (opt in) +- Feature: Added settings modal to manage preferences +- Tweak: Removed intermediary modal +- Tweak: UI improvements + = 0.1.8 - 2022-09-15 = - Tweak: Update height and width positioning - Tweak: Add middleware to grab token from the db (or body) diff --git a/stable-diffusion.php b/stable-diffusion.php index 68106dc..3d99456 100644 --- a/stable-diffusion.php +++ b/stable-diffusion.php @@ -4,7 +4,7 @@ * Description: Generate unique images from text prompts using machine learning, all in the cloud. * Requires at least: 5.8 * Requires PHP: 7.0 - * Version: 0.1.8 + * Version: 0.2.0 * Author: Kevin Batdorf * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html