-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
Simple as that, 1.5 embeddings have zero effect on XL mod…
Kidel updated
11 months ago
-
Stable Diffusion 2.0 uses a new text encoder, so the PyTorch mapping for that model and any future models won't work any more. It's beyond my expertise, but can we write into clip_encoder.py the abili…
-
Hi. When we use the **FC-CLIP (ConvNeXt-Large)** and the corresponding weight **fcclip_cocopan.pth** for evaluation, we encountered the following problem, may I ask how to solve it?
```
11/20 12…
-
您好,目前希望对比下同一个图像文本对您这个模型和openlip模型的相似度差异,方便提供一个类似openclip那种直接输入一张图像路径和一个文本字符串计算其相似度的.py代码吗?现在的代码是针对数据集的且需要对图像文本做格式转换才可以。
感谢。
-
Hi, thanks for your great work.
When I try to reproduce the results using command below
```
bash scripts/train_clipself_coco_image_patches_eva_vitl14.sh
```
I ran into the error `ValueError: as…
-
### What happened?
So many extensions (even popular ones like TemporalKit) are messing up python environments because the wrong way they are checking for dependencies at runtime.
Consider the exam…
-
Hi, I tried to run and test the code, but here are some issues, can you help me?
Cause my GPU is not enough, I tried to save the representations after coca and then load them to train the model. But …
-
Hello, I recently noticed that often the bucket from which you can download the models gets blocked and opens after a while as you can see here #931 and [here](https://github.com/immich-app/immich/iss…
-
I encountered the following error when finetuning OpenCLIP on my own data:
```
File "./src/training/data.py", line 281, in group_by_keys_nothrow
fname, value = filesample["fname"], filesample["…
-
作者你好,这里有个问题不解。
self.footView.xk_openBorder = YES; // 开启功能
self.footView.xk_borderFillColor = [UIColor blueColor]; // 视图背景颜色这样设置
self.footView.xk_borderType = XKBorderTypeBottomLeft | XKBorderType…