Results 18 issues of Mother Steven

Hey, thanks for developing twui. I recently found a issue about the selected cell problem. How to reproduce: Select a cell and drag it into another row. After release the...

In TUIScrollView ~line 950, if(_pull.xPulling) { _pull.xPulling = NO; ... } if(_pull.yPulling) { _pull.yPulling = NO; ... } if(self.isPulling && _scrollViewFlags.didChangeContentInset){ ... } self.isPulling is always false. Create a temporary...

Since InsightFace is not commercial free, Could we use something else and continue enjoying InstantID?

We want the model be part of the docker image, but we are struggle to find a place to run the python command to download them. Where can we do...

See what I have above: I tried to put the encoder node before and after the IPAdapters, It seems to have heavy impact on the image rendering. I also tried...

See the issue I reported here: https://github.com/huchenlei/ComfyUI-layerdiffuse/issues/31 Just not sure if there's any future model can address this issue. Thanks!

Hey all, I'm new to pynamoDB. Here is my setup ``` class DateIndex(GlobalSecondaryIndex): class Meta: projection = AllProjection() data_type = UnicodeAttribute(hash_key=True) class CredentialBase(Model): id = UnicodeAttribute(hash_key=True) date_index = DataTypeDateIndex() cls...

**Is your feature request related to a problem? Please describe.** I'm not sure why each upload takes ~5 mins since I should only have python files. I suspect some of...

Hey all, thanks for the project. What is the license for the weight? Thanks!

我现在在用`thibaud/controlnet-openpose-sdxl-1.0`. 如果换成T2I-Adapter, 会有什么区别吗? 谢谢!