batchSize method
Sets batch size for generation
Implementation
ImageConfig batchSize(int size) {
_config['batchSize'] = size;
return this;
}
Sets batch size for generation
ImageConfig batchSize(int size) {
_config['batchSize'] = size;
return this;
}