- Implemented ComfyGenerateRequest type and associated functions for generating images using various architectures and modes. - Added functions for listing generation options and handling image uploads. - Created workflows for different generation modes including SDXL, Z-Image, Z-Image Turbo, and Anima. - Introduced GenerationJobStatus component to display the status of ongoing generation jobs. - Developed MaskControls for managing mask operations and displaying mask analysis. - Created palette items for tool selection, layer management, and generation settings.
7 lines
383 B
Markdown
7 lines
383 B
Markdown
# Platform Adapter Rules
|
|
|
|
- `platform/` implements browser or runtime capabilities behind focused functions and interfaces.
|
|
- Browser raster, image decoding, object URLs, downloads, and HTTP clients belong here.
|
|
- Platform adapters do not own application state and do not dispatch commands.
|
|
- Keep business rules, document traversal, and editor workflow decisions out of this layer.
|