Instructions to use Comfy-Org/RT-DETR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/RT-DETR with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Revert "Add diffusion-single-file tag to README (#1)"
Browse filesThis reverts commit d2cdf7083edf427f6fdbcd2046a3a0347a2cb053.
README.md
CHANGED
|
@@ -1 +1,21 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- comfyui
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Real-Time Detection Transformers (RT-DETR)
|
| 8 |
+
|
| 9 |
+
Repackaged model files for ComfyUI.
|
| 10 |
+
|
| 11 |
+
Original model repository: https://github.com/RT-DETRs/RT-DETRv4
|
| 12 |
+
|
| 13 |
+
Place the files in the following folders:
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
π ComfyUI/
|
| 17 |
+
βββ π models/
|
| 18 |
+
β βββ π diffusion_models/
|
| 19 |
+
β β βββ rt_detr_v4-x-hgnet_fp16.safetensors
|
| 20 |
+
β β βββ rt_detr_v4-x-hgnet_fp32.safetensors
|
| 21 |
+
```
|