Changeset 3401074
- Timestamp:
- 11/22/2025 08:02:38 PM (4 months ago)
- File:
-
- 1 edited
-
kaigen/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kaigen/trunk/readme.txt
r3361345 r3401074 3 3 Tags: block 4 4 Tested up to: 6.8 5 Stable tag: 0.2. 35 Stable tag: 0.2.4 6 6 License: GPL-2.0-or-later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 23 23 Put a prompt into the input box 24 24 Click the Generate Image button 25 (wait up to 30 seconds - OpenAI API can be slow sometimes)26 25 View/Edit the inserted image block (the alt text contains the prompt) 26 27 Text to image generation times vary by quality, low quality can be ~1 second, medium quality ~10 seconds, and high quality ~30 seconds or more. 28 Image to image generation times can take up to 2 minutes. 27 29 28 30 == External Services == … … 31 33 32 34 = OpenAI API = 33 * What it is: OpenAI's image generation service (DALL-E)35 * What it is: OpenAI's image generation service 34 36 * What data is sent: Your text prompt and selected image parameters (size, quality, etc.) 35 37 * When data is sent: Only when you click "Generate Image" with OpenAI selected as your provider … … 37 39 * Terms of Service: https://openai.com/terms/ 38 40 * Privacy Policy: https://openai.com/privacy/ 41 * Models supported: GPT Image 1 39 42 40 43 = Replicate API = … … 45 48 * Terms of Service: https://replicate.com/terms 46 49 * Privacy Policy: https://replicate.com/privacy 50 * Models supported: low quality (Flux Schnell by Black Forest Labs), medium quality (Seedream 4.0 by ByteDance), and high quality (Nano Banana Pro by Google). 47 51 48 52 Important: You must obtain your own API keys from these services and are responsible for complying with their respective terms of service and privacy policies. The plugin does not collect, store, or transmit any of your data to any other parties.
Note: See TracChangeset
for help on using the changeset viewer.