This has some nuances around what GenerationRequest should look like (the request is different for txt2img and img2img). Will likely create another struct that's shared between the two of them, so that there's SharedGenerationRequest, TextGenerationRequest and ImageGenerationRequest. Or something.
i.e.
init_image
supportThis has some nuances around what
GenerationRequest
should look like (the request is different for txt2img and img2img). Will likely create another struct that's shared between the two of them, so that there'sSharedGenerationRequest
,TextGenerationRequest
andImageGenerationRequest
. Or something.