suzukimain
suzukimain
I would appreciate if someone could tell me how to deal with this. https://github.com/huggingface/transformers/assets/131413573/bb9b6436-45c8-4af0-b5e8-1cb9b062358c
It has been solved. I appreciate your kind response during your busy time.
Maybe this PR has something to do with it. https://github.com/huggingface/diffusers/pull/6986#issue-2136319703
Even if I include parameters like `query` or `sort` in the API request, they aren’t being applied. ```python import requests params = { "query": "Detail Tweaker", "sort":"Most Downloaded", "limit": 20,...
> I've pushed a fix for this, lmk if it's still an issue. Hello. The results differ depending on whether I search via the website or the API. **Example** ```python...
> > I've pushed a fix for this, lmk if it's still an issue. > > Hello. The results differ depending on whether I search via the website or the...
However, I could not solve the following two problems by myself. ~~1. regarding the warning message when safety_checker is weakened, the message when `safety_checker=None` is passed is used as is....
Hello, @yiyixuxu Is there any problem? I hope to not have caused any inconvenience. thank you for your cooperation.
Hi, @yiyixuxu It is intended to be used in classes such as `StableDiffusionPipelineSafe` and `StableDiffusionImg2ImgPipeline`, which inherit from `DiffusionPipeline` and take `safety_checker` as an argument. Also, the module name may...
> thanks I'm trying to understand whether it would be a common/meaningful use case that people need this feature - could you explain a little bit? Currently, the safety checker...