You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createStableDiffusionImages?: (options?: {/** The `StableDiffusionInput` you've been asked to generate, if empty, you could still return a random image */input?: StableDiffusionInput;/** Determines how many images will be created using the given `StableDiffusionInput` */count?: number;})=>|MaybePromise<StableDiffusionImages|undefined>|AsyncGenerator<StableDiffusionImage>;
to support both flows.
What do you think?
The text was updated successfully, but these errors were encountered:
It would be great if the interface would support streaming images using
AsyncGenerator
.E.g.
The type could look something like:
to support both flows.
What do you think?
The text was updated successfully, but these errors were encountered: