Dimitri Barbot
Dimitri Barbot
Dear Chuck, I guess there is a small typo issue in question 4 of the quiz of chapter 10 where some backslashes are displayed whereas it should not, right ?...
Using Tailwind CSS, I can customize my colors as described in the [documentation](https://tailwindcss.com/docs/customizing-colors). I'd like to be able to create custom colors and apply them to the datepicker instead of...
## Info https://github.com/dimitribarbot/sd-webui-live-portrait Integrates [LivePortrait](https://github.com/KwaiVGI/LivePortrait) features into [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui). ## Checklist: - [x] I have read the [`Readme.md`](https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions) - [x] The description is written in English. - [x] The `index.json` and...
## Info https://github.com/dimitribarbot/sd-webui-birefnet Integrates [BiRefNet](https://github.com/ZhengPeng7/BiRefNet) background removal feature into [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui). I've also created a PR in the official stable diffusion webui rembg extension here: https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg/pull/47 because I thought my extension...
Hi, The goal of this PR is to add [BiRefNet](https://github.com/ZhengPeng7/BiRefNet) models to the list of available remove background models. It follows discussion [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/16033) and merged PR in rembg [here](https://github.com/danielgatis/rembg/pull/665). The...
**Describe the bug** After upgrading to the 1.7.7 version of the Runpod python package, I'm facing a breaking change in the way errors are handled when using streaming in a...
# Support for callable template literals ### Description This PR adds support for callable template literals as it was done for member template literals. It aims at solving use cases...