-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
### Model/Dataset/Scheduler description
Can you release the selected best view of objects? The paper represents "The optimal image is chosen based on the object’s center being within the central 25…
-
### Model/Pipeline/Scheduler description
IPAdapter for FLUX is available now, do you have any plans to add IPAdapter to FLUX pipelines?
### Open source status
- [X] The model implementation is avai…
-
follow is passed.
```py
import torch
class MyModel(torch.nn.Module):
def __init__(self):
super(MyModel, self).__init__()
def forward(self, x):
x, _ = x.topk(k…
-
Hi,
and thank you for sharing your code.
I am trying to reproduce results in the paper and I'm having issues with the following two configurations:
**Base Model**
I am submitting the train…
-
### 🐛 Describe the bug
Hi team, just reporting this problem. I can bypass it if I replace int with `math.trunc`.
repro:
```
class M(torch.nn.Module):
def forward(self, x):
ori_size…
-
When using a Flux checkpoints (I am using the nf4 v2), Img2Img generation of images larger than 1024 x 1024 will cause image corruption -- interestingly, it's not like SD based models where I would se…
-
安装版本:
![image](https://github.com/user-attachments/assets/9f1c8790-11e2-4452-ad4c-382f72d87cfb)
![image](https://github.com/user-attachments/assets/13d5c64a-e45b-4e82-a6cc-cd2beb709e92)
问题描述:
…
-
Implementation for https://github.com/janhq/cortex.cpp/issues/1165
- Scope to Nvidia first (AMD, Intel, Qualcomm to subsequent sprints)
## Tasklist
(Will fill in details when implement each tas…
-
I'm trying to use LLC-NS constraints for loopless FVA and it fails with an error, while fastSNP method works well.
Here is the code I'm running:
```matlab
model = readCbModel('e_coli_core.mat');
…