ComfyUI Node
Z-Image Images To LoRA (ae)
A ComfyUI node in ae-in-workflow with 5 inputs and 1 output.
Z-Image Images To LoRA (ae)
- images
- lora_path
◄lora_namemy_lora►
◄batch_size8►
◄seed0►
◄unload_models_before_runningtrue►
Categoryae-in-workflow
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| images | * | Batch of images as tensor (shape: B,H,W,3) to convert to LoRA | |
| lora_name | STRING | my_lora | Name for the LoRA dataset (will be sanitized for filename) |
| batch_sizeopt | INT | 81–64 | Number of images to process simultaneously (higher = faster but more VRAM) |
| seedopt | INT | 00–18446744073709550000 | Change this value to force the node to run again with the same inputs |
| unload_models_before_runningopt | BOOLEAN | true | Unload all models before running the node |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| lora_path | * | Relative path to the generated LoRA file (compatible with LoraLoaderModelOnly) |