HimariO

Results 13 comments of HimariO

I have made a quick attempt to implement the T2I-Adapter in diffusers, which can be found over [here](https://github.com/HimariO/diffusers-t2i-adapter/blob/adapter/main.py). Based on the results obtained from the `t2iadapter_seg_sd14v1.pth` adapter, it appears to...

@sayakpaul, thank you for directing me to the LoRA PR. It has been very helpful in giving me a general idea of the design philosophy of similar features. After reviewing...

@williamberman your understanding is correct, and what you describe is exactly what I do with my first prototype, The main motivation for trying out new concepts like sideloading is to...

Hi @sayakpaul, just a quick note to let you know that I'm planning on creating the PR this week, and I'll let you know if there are any design-related issues...

Hi @cybergeekgyan, I noticed that you're still working on the setup development environment. Do you mind if I create a draft PR using the code I've been recently experimenting with?...

@abalmos seems like `process_prompt` function will set the number of output tokens to 256 if you set it to `-1`(or just leave it as default). And since `qwen2vl-cli` is based...

@ggerganov, I think this PR is ready for review. Please take a look when you have a moment.

@ngxson I've incorporated most of the changes we discussed. I think there aren't too many things left to update, it won't take me much time to finish this PR.

Great work on the Qwen2VL README! I forgot to include it with the original Qwen2VL PR, but I think it covers all the essential information needed to use the CLI...