Dimitri Barbot

Results 15 comments of Dimitri Barbot

Hi, I've made the following prettier plugin that should help with this matter : [prettier-plugin-tailwind-styled-components](https://www.npmjs.com/package/prettier-plugin-tailwind-styled-components). I hope it will help.

Hi @JefteCaro and @onesine :wave: Thank you for your quick answers ! Indeed, you're totally right, I did not see this part of the Tailwind documentation: [Dynamic Class Names](https://tailwindcss.com/docs/content-configuration#dynamic-class-names). This...

I've pushed a PR [here](https://github.com/onesine/react-tailwindcss-datepicker/pull/31). Also, I'd like to really thank you for your work on this component, this will help me a lot. And I will look at your...

You can try to use version `3.0.0-canary.5` of `next-translate-plugin` dev dependency along version `2.6.2` of `next-translate`. I've pushed a PR in the `next-translate-plugin` repository which solves this issue for me...

Thanks for these changes, the code is indeed simpler this way! I hesitated to apply them, but ultimately felt it would be simpler (in terms of PR review) to leave...

Hi, This issue occurs for any extra in "Extras" tab when using the "Batch Process" sub-tab: ![image](https://github.com/user-attachments/assets/654ce408-70d3-4dd3-91b9-242eac6647d5) Here, the file `image(123).jpg` will be renamed to `image123.png` in the extra output...

Hi, Thank you very much for this PR. I have a question about LoRAs for Qwen-Image: although not present in Lightning LoRAs, some custom LoRAs have `img_mod` and `txt_mod` blocks....

> No, this isn't normal. Could you tell me what this LoRA is? For instance, there is this one for Qwen-Image: https://huggingface.co/ostris/qwen_image_detail_slider/blob/main/qwen_image_detail_slider.safetensors For my part, I use this one for...

> @dimitribarbot I added some logic to handle problematic keys. Let me know if you're still having issues. https://huggingface.co/ostris/qwen_image_detail_slider/blob/main/qwen_image_detail_slider.safetensors seems to work fine. @Bluear7878 Yes, I can confirm that everything...

Hi @Bluear7878, May I bother you a little more, please? I tried using the `reset_lora_v2` function which, if I understand correctly, resets the transformer to its original state before calling...