Shubham raj
Shubham raj
## Description I have added support for the following diffuser pipelines in gr.Interface.from_pipeline(). - [x] StableDiffusionPipeline - [x] StableDiffusionImg2ImgPipeline - [x] StableDiffusionInpaintPipeline - [x] StableDiffusionDepth2ImgPipeline - [x] StableDiffusionImageVariationPipeline - [x]...
## Description I have updated the existing load theme method such that it can also accept the theme object to load. I will fetch the theme object from hub and...
## Description Theme builder was not generating correct keys for Colors and Size, So I have updated the builder app to start showing the correct attributes of color and size....
Closes: #103 I have published the code to clean html into a[ pip package](https://pypi.org/project/clean-html-for-llm/) and we are using that here to keep the code clean. It has zero dependency. It...
Partially closes: #1 This PR adds a new command `lavague-build-playwright` to build playwright code similar to `lavague-build`. We are using playwright async api, and i have created a new function...
Closes: #161 We need to avoid input attributes while cleaning html as they are helpful for the llm to decide elements in most cases. So I think we should include...
**Describe the bug** We need to avoid cleaning input attributes like placeholder, type and all. They are important for the agent. **To Reproduce** Add a query to search any input...
**Is your feature request related to a problem? Please describe.** We need a playwright ground truth row in the wave clean dataset to evaluate playwright scripts. **Describe the solution you'd...