public enum TextToImageFeature : String, Codable
Feature flags for text-to-image workflow.
[COMMUNITY_WALL](#/s:9embed_sdk18TextToImageFeatureO14COMMUNITY_WALLyA2CmF)
Community wall feature showing generated images from other users
Swift
case COMMUNITY_WALL = "community-wall"
[FAST_MODE](#/s:9embed_sdk18TextToImageFeatureO9FAST_MODEyA2CmF)
Fast mode feature for quicker image generation
Swift
case FAST_MODE = "fast-mode"