Update README.md
Browse files
README.md
CHANGED
|
@@ -91,7 +91,9 @@ with torch.no_grad():
|
|
| 91 |
output = model(input_tensor)
|
| 92 |
probabilities = torch.softmax(output, dim=1)
|
| 93 |
```
|
| 94 |
-
|
|
|
|
|
|
|
| 95 |
### 相关资源
|
| 96 |
- **论文**: [LSNet: See Large, Focus Small](https://arxiv.org/abs/2503.23135)
|
| 97 |
- **代码仓库**: (https://github.com/spawner1145/lsnet-test)
|
|
|
|
| 91 |
output = model(input_tensor)
|
| 92 |
probabilities = torch.softmax(output, dim=1)
|
| 93 |
```
|
| 94 |
+
### Comfyui内使用
|
| 95 |
+
安装comfyui节点:https://github.com/spawner1145/comfyui-lsnet
|
| 96 |
+
下载本仓库模型即可使用
|
| 97 |
### 相关资源
|
| 98 |
- **论文**: [LSNet: See Large, Focus Small](https://arxiv.org/abs/2503.23135)
|
| 99 |
- **代码仓库**: (https://github.com/spawner1145/lsnet-test)
|