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

Class BatchDataBase

gen_img_diffusers.py:2340–2350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2338
2339
2340class BatchDataBase(NamedTuple):
2341 # バッチ分割が必要ないデータ
2342 step: int
2343 prompt: str
2344 negative_prompt: str
2345 seed: int
2346 init_image: Any
2347 mask_image: Any
2348 clip_prompt: str
2349 guide_image: Any
2350 raw_prompt: str
2351
2352
2353class BatchDataExt(NamedTuple):

Callers 2

process_batchFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected