ChunKoo Park

Results 26 comments of ChunKoo Park

I didn't test linux functionality, but Windows stayOnTop functions similar to macOS. stayOnTop(true) makes window to stay on top of other app windows. stayOnTop(false) enables other apps to be on...

I don't think it's possible as of now. Looking at the generated source code for macOS(MainFlutterWindow.swift) and Windows(main.cpp), the window frame is hard coded. macOS sets to default window size...

Here's my implementation. It only supports blocking api for now. https://github.com/mix1009/langchain-text-generation-webui/blob/main/TextGenerationWebUI.ipynb

Which api did you call? extra_batch_images? Posting the error message could be helpful. The library does not set timeouts for any requests. It uses python 'requests' library, and it's documentation...

> @mix1009 when is the next release to pypi? I'll release when there is code change. last commit was an README update.

I can't see the api endpoint on: Version: v1.3.2 Commit hash: baf6946e06249c5af9851c60171692c44ef633e0 I'll add when it is available.

You can pass string instead. try passing "name" values returned from api.get_upscalers() upscaler parameters is somewhat inconsistent between api endpoints and webui versions.

I'll check if it's possible. Thanks for the request.

Below code works :) ``` options = {} options['sd_vae'] = 'vae-ft-mse-840000-ema-pruned.ckpt' # options['sd_vae'] = 'Automatic' api.set_options(options) ```

There is no api parameters for scripts in extra_single_image api call. Since rembg extension is from AUTOMATIC1111, maybe he will introduce some API?