wangweiwei

Results 10 issues of wangweiwei

目前SegItem没有offset属性,这个属性对于分词来说也是很关键的,期待增加

schema TagField("$.id", as_name="id"), TextField("$.brand", as_name="brand"), TextField("$.title", as_name="title"), TextField("$.category", as_name="category"), TextField("$.param", as_name="param"), TextField("$.tags", as_name="tags"), NumericField("$.price", as_name="price"), NumericField("$.comments.positive_ratio", as_name="positive_ratio"), query FT.SEARCH sku:idx "@category:耳机 AND @brand:(华为) AND @price:[1500 2000]" LANGUAGE chinese query explain...

bug

**Is your feature request related to a problem? Please describe.** I used RedisInsight to analyze my redis memory, it showed I only used 4M+ memory, however the dump.rdb is more...

stale

# Env model: u2net downloaded from the link in the repository README:https://pan.baidu.com/s/1WjwyEwDiaUjBbx_QxcXBwQ # Test input image: https://cdn.avatar.dmc-ai.cn/avatar/photos/2024/02/02/gJT2UhwWmcHgM6ep.jpg background: https://cdn.avatar.dmc-ai.cn/avatar/photos/2024/02/02/DCAqTPHo7Advhmrv.jpg current result: https://cdn.avatar.dmc-ai.cn/avatar/photos/2024/02/02/RFD5jxgohUXX4fAX.jpg # Test Method 1. I modified the u2net_test.py(as...

### Describe the bug Task: generate a new hairstyle for a photo with inpaint+controlnet+mask Bug: webui can generate satisfied images while diffusers pipeline can not webui result: ![webui-bobcut](https://github.com/huggingface/diffusers/assets/822994/a3b58399-d85d-4ddc-8dd5-c24e99831985) diffuers result:...

bug

@malmstein I tried to use FensterVideoView in recyclerview ``` ``` after loading the video width change to a smaller one not obey match_parent settings http://image.cdn.daily.prototypeplus.org/image%2F2015%2F12%2F21%2Fbug.png

bug

from the source code of logcat-color: if len(self.args) >= 1: self.profile = Profile.get_profile(self.args[0]) if self.profile: self.args = self.args[1:] and profile.py: class Profile(object): **profiles** = {} ``` @classmethod def get_profile(cls, name):...

@zllrunning Sorry to disturb, could you please provide the 19 class labels documentation in your readme? Thanks very much!

### Describe the bug Scenery: Developing a face editing server using fastapi+celery+diffusers, each request will generate a celery task. Concurrence: 2 workers for fastapi, 1 worker for celery Diffusers usage:...

bug

Hi, I'm a developer working on SD and its relevant pipelines. PulID is a great tool for maintaining fidelity when generating new images. However, I find the code difficult to...