Image Generation
Available Methods
1. Text to Image (.GENImage())
.GENImage())Texture2D image = await "A cyberpunk city at night"
.GENImage()
.SetModel(OpenAIModel.DallE3)
.SetSize(ImageSize._1024x1024)
.ExecuteAsync();2. Image Inpainting (.GENInpaint())
.GENInpaint())3. Image to Image (.ImageToImage())
.ImageToImage())Quick Comparison
Method
Input
Use Case
Providers
Basic Examples
Example 1: Generate Logo
Example 2: Edit Screenshot
Example 3: Style Transfer
Configuration Options
Provider Support
OpenAI DALL-E
Google Imagen
Common Workflows
Workflow 1: Texture Generation
Workflow 2: Sprite Creation
Workflow 3: Batch Generation
Performance Tips
✅ Good Practices
❌ Bad Practices
Next Steps
Last updated