generated from KevinBatdorf/gutenberg-rust-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
readme.txt
125 lines (93 loc) · 4.75 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
=== Block Diffusion - Generate images from text prompts ===
Contributors: kbat82
Tags: block, stable diffusion, ai, prompt, artificial intelligence, generate, pokemon, dall-e, midjourney
Tested up to: 6.4
Stable tag: 0.7.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Generate unique images from text prompts using machine learning, all in the cloud.
== Description ==
A new era of content creation is here. With machine learning and advanced models, we are now capable of creating unique images based on text prompts alone. We are only lmiited by our imagination. Block Diffusion lets you use artifical intelligence to unlock your creativity and give unique experiences to your visitors.
This plugin interfaces with the Replicate API and allows you to run open-source models via their cloud API. Add the block to a page and select a model to enter your API token.
Semi interactive demo at [https://www.block-diffusion.com/](https://www.block-diffusion.com/)
= Features =
- Stable Diffusion - A latent text-to-image diffusion model capable of generating photo-realistic images given any text input
- Stable Diffusion V2 test version
- Text to Pokémon - Generate Pokémon from a text description
- Open Journey - Stable Diffusion fine tuned on Midjourney v4 images.
- Multiple outputs
- Image input with basic controls
- Download, copy, or import into the editor
- Prompt suggestion + preview
= Pro version =
All pro features will be added to this open source version on wordpress.org. You may [sponsor the project on GitHub](https://github.com/sponsors/KevinBatdorf) (there are monthly and one-time payment options). Thank you.
= Upcoming Features =
- Add an image mask to only generate specific areas
- View your prediction history
= More Info =
- Follow [@kevinbatdorf](https://twitter.com/kevinbatdorf) on Twitter
- View on [GitHub](https://github.com/KevinBatdorf/block-diffusion)
= Terms and Privacy =
This plugin provides an interface to the Replicate API and requires you have an active account at replicate.com with an active API token. This plugin is not affiliated with Replicate and only uses their public Http API. Your servers speak directly with replicate.com.
- [Replicate terms](https://replicate.com/terms)
- [Replicate privacy policy](https://replicate.com/privacy)
We also offer additional features on top of the Replicate API, such as prompt/output sharing (opt in) and prompt inspiration.
- [Block Diffusion terms](https://www.block-diffusion.com/terms)
- [Block Diffusion privacy policy](https://www.block-diffusion.com/privacy)
== Installation ==
1. Activate the plugin through the 'Plugins' screen in WordPress
== Screenshots ==
1. A view of the interface
2. Choose from various models to run
== Changelog ==
= 0.7.1 - 2022-12-07 =
- Tweak: Remove v2 test version as it was merged into the main model
= 0.7.0 - 2022-11-24 =
- Feature: Add test version of Stable Diffusion v2
= 0.6.0 - 2022-11-22 =
- Feature: Add OpenJourney model - Stable Diffusion fine tuned on Midjourney v4 images.
= 0.5.0 - 2022-11-06 =
- Feature: Add interactive image input 🚀
- Tweak: Update types to support new num_output format
- Tweak: Adjust spacing on model switch ui
- Fix: Fix nested scroll bars showing
= 0.4.0 - 2022-10-10 =
- Feature: Support multiple outputs
- Feature: Add download and copy buttons
- Tweak: The output UI is separate now from the input UI
- Fix: Fixed a bug where the focus state wouldn't expand the model card
= 0.3.0 - 2022-10-09 =
- Feature: Add support for image to Pokémon generation
- Tweak: Various UI changes
= 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)
- Testing: Adds login e2e tests
= 0.1.7 - 2022-09-15 =
- Update auto inject to be more reliable
- Tweak styling to avoid some theme conflicts
= 0.1.6 - 2022-09-14 =
- Refactor out login from middleware into a basic gate pattern
- Add "API Token" link on the plugins page that will open the app
- Make the login view the first view
= 0.1.5 - 2022-09-13 =
- Add better error handling when logging in
= 0.1.4 - 2022-09-13 =
- Update scrolling style for md widths
- Update login mobile view layout
= 0.1.3 - 2022-09-13 =
- Update block label in editor
= 0.1.2 - 2022-09-13 =
- Update plugin name and description text
- Fix bug where the image block isn't mounted by the time the opener event fires
- Fix mobile scrolling bug
= 0.1.1 - 2022-09-12 =
- Update block.json information
= 0.1.0 - 2022-09-12 =
- Initial release