Instructions to use Comfy-Org/Real-ESRGAN_repackaged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/Real-ESRGAN_repackaged 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
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: bsd-3-clause
|
| 3 |
-
---
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
+
# Real-ESRGAN Repackaged
|
| 3 |
+
|
| 4 |
+
这个仓库包含Real-ESRGAN模型的safetensors格式版本。
|
| 5 |
+
|
| 6 |
+
## 关于模型
|
| 7 |
+
|
| 8 |
+
- 原始模型来源: [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)
|
| 9 |
+
- 转换脚本: 自动转换并上传
|
| 10 |
+
|