MCPcopy
hub / github.com/kohya-ss/sd-scripts / BatchDataExt

Class BatchDataExt

gen_img_diffusers.py:2353–2362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2351
2352
2353class BatchDataExt(NamedTuple):
2354 # バッチ分割が必要なデータ
2355 width: int
2356 height: int
2357 steps: int
2358 scale: float
2359 negative_scale: float
2360 strength: float
2361 network_muls: Tuple[float]
2362 num_sub_prompts: int
2363
2364
2365class BatchData(NamedTuple):

Callers 2

process_batchFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected