Chulhwa (Evan) Han
Chulhwa (Evan) Han
Hi, I have a question about the automatic prompt. In the paper, the authors implemented **automatic prompt(BLIP)**, and works well. Therefore, how about adding automatic prompt? The code of automatic...
[Add Automatic Prompt #237](https://github.com/Mikubill/sd-webui-controlnet/issues/237) I have been writing code about **Automatic Prompt**. However, it is not yet perfect now. Probably, this code is got problems. I will test this code...
Hi, Thank you for the good paper and project. I saw the issue of prompts in the research paper. How about developing a model that logically explains complex sentences by...
# What does this PR do? Translated the `guides/integrations.md` file of the documentation to Korean. Thank you in advance for your review. Part of https://github.com/huggingface/huggingface_hub/issues/1626 ## Before reviewing - [x]...
Related to #2466 I have implemented `auth_check` related to the issue [#2466](https://github.com/huggingface/huggingface_hub/issues/2466). - [x] Implemented `auth_check` - [x] Added docstring for `auth_check` - [x] Wrote test code for `auth_check` Please...
Changed`chapters/en/unit7/video-processing/overview-of-previous-sota-models.mdx` to `chapters/en/unit7/video-processing/cnn-based-video-model.mdx` at video processing section. This document provides an overview of various CNN video architectures which integrate different kinds of modalities into a unified representation space. Part of...
There is a potential issue in the `_load_from_state_dict` method where reloading frozen weights into a frozen module might cause a gradient-related error. The FIXME comment in the code points out...