1lint

Results 5 issues of 1lint

Adds an option to set pipeline dtype along with the device using the pipeline `to()` method. I added some basic tests to check it does not affect the results, and...

Hi longtime user and fan of your extension! I wanted to request a feature for setting the controlnet prompt/negative prompt independently of the stable diffusion model. I trained a [controlnet](https://github.com/1lint/style_controlnet)...

enhancement

This moves the API to a separate uvicorn server when launched alongside the webui frontend. The API and webui servers still share the same backend objects (so no additional VRAM...

### Describe the bug Hi thanks for the guide at https://gradio.app/fastapi-app-with-the-gradio-client/! I was trying it out but the line `new_video = process_video(video.filename)` was giving me an error saying the file...

docs/website
gradio_client

### Describe the bug After mounting a gradio app using [gr.mount_gradio_app](https://www.gradio.app/guides/sharing-your-app#mounting-within-another-fast-api-app), the mounted gradio app cannot be embedded as a [web component](https://www.gradio.app/guides/sharing-your-app#embedding-with-web-components), showing an error for "cannot load this space"....

bug
pending clarification