Skip to content

Commit

Permalink
Merge pull request #30 from KevinBatdorf/release/0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
KevinBatdorf authored Oct 6, 2022
2 parents 80719d3 + 6117200 commit 149ce78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -18,14 +18,14 @@ 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.

= 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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion stable-diffusion.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 149ce78

Please sign in to comment.