This VS Code extension utilizes AI to generate images based on provided text prompts using a specified model. Generated images can be found in the "out" folder within the extension directory.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Rapid AI Image Generator is a Visual Studio Code extension that enables you to generate images based on text prompts using AI technology. This extension provides a seamless way to convert text prompts into images directly within Visual Studio Code.
Features
Generate images based on text prompts.
Customize image generation parameters such as width, height, and style presets.
Save generated images to the 'out' directory within the extension directory.
Requirements
Visual Studio Code
Usage
Install the extension by searching for "Rapid AI Image Generator" in the Visual Studio Code Extensions marketplace.
Open Visual Studio Code and activate the extension.
Use the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) and select "Generate Image" to open the input box.
Enter your text prompt and press Enter.
Images will be generated based on the text prompt and saved to the 'out' directory within the extension directory.
Configuration
To configure the extension, you can modify the following parameters in the extension's source code:
Image generation parameters: Adjust the parameters such as width, height, and style presets in the request body as needed.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.