Instructions to use nguoidoncui/ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use nguoidoncui/ComfyUI with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="nguoidoncui/ComfyUI", filename="SEEDVR2/seedvr2_ema_3b-Q8_0.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use nguoidoncui/ComfyUI with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf nguoidoncui/ComfyUI:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf nguoidoncui/ComfyUI:UD-Q4_K_XL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf nguoidoncui/ComfyUI:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf nguoidoncui/ComfyUI:UD-Q4_K_XL
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf nguoidoncui/ComfyUI:UD-Q4_K_XL # Run inference directly in the terminal: ./llama-cli -hf nguoidoncui/ComfyUI:UD-Q4_K_XL
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf nguoidoncui/ComfyUI:UD-Q4_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf nguoidoncui/ComfyUI:UD-Q4_K_XL
Use Docker
docker model run hf.co/nguoidoncui/ComfyUI:UD-Q4_K_XL
- LM Studio
- Jan
- Ollama
How to use nguoidoncui/ComfyUI with Ollama:
ollama run hf.co/nguoidoncui/ComfyUI:UD-Q4_K_XL
- Unsloth Studio
How to use nguoidoncui/ComfyUI with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for nguoidoncui/ComfyUI to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for nguoidoncui/ComfyUI to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for nguoidoncui/ComfyUI to start chatting
- Atomic Chat new
- Docker Model Runner
How to use nguoidoncui/ComfyUI with Docker Model Runner:
docker model run hf.co/nguoidoncui/ComfyUI:UD-Q4_K_XL
- Lemonade
How to use nguoidoncui/ComfyUI with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nguoidoncui/ComfyUI:UD-Q4_K_XL
Run and chat with the model
lemonade run user.ComfyUI-UD-Q4_K_XL
List all available models
lemonade list
Commit ·
6f9c995
0
Parent(s):
Duplicate from f5aiteam/ComfyUI
Browse filesCo-authored-by: F5 AI Team <f5aiteam@users.noreply.huggingface.co>
This view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +55 -0
- BLIP/model_base_caption_capfilt_large.pth +3 -0
- ControlNet/FLUX.1-dev-ControlNet-Union-Pro.safetensors +3 -0
- ControlNet/FLUX.1-dev-Controlnet-Inpainting-Beta.safetensors +3 -0
- ControlNet/Qwen-Image-InstantX-Controlnet-Union.safetensors +3 -0
- ControlNet/controlnet-tile-sdxl-1.0.safetensors +3 -0
- ControlNet/controlnet_v11p_sd15_openpose_fp16.safetensors +3 -0
- ControlNet/flux.1-dev-controlnet-upscaler.safetensors +3 -0
- ControlNet/mistoLine_rank256.safetensors +3 -0
- ControlNet/put_controlnets_and_t2i_here +0 -0
- ControlNet/xinsircontrolnet-canny-sdxl-1.0.safetensors +3 -0
- ESRGAN/001_classicalSR_DF2K_s64w8_SwinIR-M_x2.pth +3 -0
- ESRGAN/001_classicalSR_DF2K_s64w8_SwinIR-M_x3.pth +3 -0
- ESRGAN/001_classicalSR_DF2K_s64w8_SwinIR-M_x4.pth +3 -0
- ESRGAN/001_classicalSR_DIV2K_s48w8_SwinIR-M_x2.pth +3 -0
- ESRGAN/001_classicalSR_DIV2K_s48w8_SwinIR-M_x3.pth +3 -0
- ESRGAN/001_classicalSR_DIV2K_s48w8_SwinIR-M_x4.pth +3 -0
- ESRGAN/001_classicalSR_DIV2K_s48w8_SwinIR-M_x8.pth +3 -0
- ESRGAN/003_realSR_BSRGAN_DFOWMFC_s64w8_SwinIR-L_x4_GAN-with-dict-keys-params-and-params_ema.pth +3 -0
- ESRGAN/003_realSR_BSRGAN_DFO_s64w8_SwinIR-M_x2_GAN-with-dict-keys-params-and-params_ema.pth +3 -0
- ESRGAN/16x-ESRGAN.pth +3 -0
- ESRGAN/16xPSNR.pth +3 -0
- ESRGAN/1x-ITF-SkinDiffDetail-Lite-v1.pth +3 -0
- ESRGAN/1x-RGB-max-Denoise-lite-details.pth +3 -0
- ESRGAN/1x-RGB-max-Denoise.pth +3 -0
- ESRGAN/1x-ReFocus-V3.pth +3 -0
- ESRGAN/1x-WB-Denoise.pth +3 -0
- ESRGAN/1xDeJPG_OmniSR.pth +3 -0
- ESRGAN/1xDeNoise_realplksr_otf.pth +3 -0
- ESRGAN/1x_DeBLR.pth +3 -0
- ESRGAN/1x_NMKD-BrightenRedux_200k.pth +3 -0
- ESRGAN/1x_NMKD-YandereInpaint_375000_G.pth +3 -0
- ESRGAN/1x_NMKDDetoon_97500_G.pth +3 -0
- ESRGAN/1x_NoiseToner-Poisson-Detailed_108000_G.pth +3 -0
- ESRGAN/1x_NoiseToner-Uniform-Detailed_100000_G.pth +3 -0
- ESRGAN/1x_Plants_400000_G.pth +3 -0
- ESRGAN/2xHigurashi_v1_compact_270k.pth +3 -0
- ESRGAN/4x-AnimeSharp.pth +3 -0
- ESRGAN/4x-ClearRealityV1.pth +3 -0
- ESRGAN/4x-UltraMix_Balanced.pth +3 -0
- ESRGAN/4x-UltraSharp.pth +3 -0
- ESRGAN/4xFaceUpDAT.pth +3 -0
- ESRGAN/4xLSDIRplusC.pth +3 -0
- ESRGAN/4xLexicaDAT2_otf.pth +3 -0
- ESRGAN/4xNomos8kDAT.pth +3 -0
- ESRGAN/4xNomos8kSC.pth +3 -0
- ESRGAN/4xNomos8kSCHAT-L.pth +3 -0
- ESRGAN/4xNomos8kSCHAT-S.pth +3 -0
- ESRGAN/4xPSNR.pth +3 -0
- ESRGAN/4xRealWebPhoto_v4_dat2.pth +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
clip/Qwen2.5-VL-7B-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
clip/Qwen2.5-VL-7B-Instruct-UD-Q4_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
clip/t5-v1_1-xxl-encoder-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
clip/t5-v1_1-xxl-encoder-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
clip/t5-v1_1-xxl-encoder-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
diffusion_models/Flux/flux1-dev-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
diffusion_models/Flux/flux1-fill-dev-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
diffusion_models/Flux/flux1-kontext-dev-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
diffusion_models/Flux/fluxSigmaVision_q4KS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
diffusion_models/Qwen/Qwen_Image_Edit-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
diffusion_models/Qwen/Qwen-Image-Edit-2509-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
diffusion_models/Qwen/qwen-image-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
diffusion_models/Qwen/qwen-image-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
SEEDVR2/seedvr2_ema_3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
SEEDVR2/seedvr2_ema_7b_sharp-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
SEEDVR2/seedvr2_ema_7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
SEEDVR2/seedvr2_ema_7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
BLIP/model_base_caption_capfilt_large.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96ac8749bd0a568c274ebe302b3a3748ab9be614c737f3d8c529697139174086
|
| 3 |
+
size 896081425
|
ControlNet/FLUX.1-dev-ControlNet-Union-Pro.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cd23f9da9f2f24d75ded22c0c2596782312aa0b88e05076b4b8621a0b1fa9d1
|
| 3 |
+
size 6603953920
|
ControlNet/FLUX.1-dev-Controlnet-Inpainting-Beta.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca46c5f7b5de02caee7c069f2aedbf628af8def8578319ceae3be1588d448448
|
| 3 |
+
size 4281803800
|
ControlNet/Qwen-Image-InstantX-Controlnet-Union.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d51dca0073366a675108d5b83c3b7ef941cf2214c9a1c95c23f1e9a228ddbdb0
|
| 3 |
+
size 3536027816
|
ControlNet/controlnet-tile-sdxl-1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f23ba7be22bf8796c12565e00ea4b287acac982cdf384d368a8b18b6990e011
|
| 3 |
+
size 2502139104
|
ControlNet/controlnet_v11p_sd15_openpose_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b25b1125e870275550b2a7de289056cb3c236c01c293bd5ba883657b1c006e3e
|
| 3 |
+
size 722598642
|
ControlNet/flux.1-dev-controlnet-upscaler.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a7ea24d2037ff2aa4d25f8b4ce9fe7e739a2cfe6b9d05106788005d5058c8ca
|
| 3 |
+
size 3583232168
|
ControlNet/mistoLine_rank256.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c46c871a49bf9e74114f0e1f87d818426203fd62847e78043e4ce2d40834d53
|
| 3 |
+
size 774423024
|
ControlNet/put_controlnets_and_t2i_here
ADDED
|
File without changes
|
ControlNet/xinsircontrolnet-canny-sdxl-1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3e4ac47bc814019d50dc842f579301440deb6d8f09ee1b91a30f527ace1b852
|
| 3 |
+
size 2502139104
|
ESRGAN/001_classicalSR_DF2K_s64w8_SwinIR-M_x2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2032ebf8f401dd3ce2fae5f3852117cb72101ec6ed8358faa64c2a3fa09ed4ac
|
| 3 |
+
size 67277475
|
ESRGAN/001_classicalSR_DF2K_s64w8_SwinIR-M_x3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6eca3aee41f53322cd2f5a13650e212b80be8f3c0439d6fe19aef13ab1f509c7
|
| 3 |
+
size 68016035
|
ESRGAN/001_classicalSR_DF2K_s64w8_SwinIR-M_x4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e78e33f22c1aa8a773db0cf4a7381bae97c2362c717f155439ebc690cbd9215
|
| 3 |
+
size 67869037
|
ESRGAN/001_classicalSR_DIV2K_s48w8_SwinIR-M_x2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac6d4895f73aa1b3d563937e29dcedcfdff4d401280e248f23db3c6f68e8343b
|
| 3 |
+
size 59019939
|
ESRGAN/001_classicalSR_DIV2K_s48w8_SwinIR-M_x3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d835497f2332aae839ae19a033290ced8686fa2a795f76fc5153ec2c83003f75
|
| 3 |
+
size 59758497
|
ESRGAN/001_classicalSR_DIV2K_s48w8_SwinIR-M_x4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:129dc773ba2d4c07f3eb0bb116fbe692011b7cc072d9ca12797cd3748198610a
|
| 3 |
+
size 59611499
|
ESRGAN/001_classicalSR_DIV2K_s48w8_SwinIR-M_x8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c3ae9238a7125e52aab457df052aa8981adb2fb8e42b6d4112a96b3c19432d7
|
| 3 |
+
size 60202999
|
ESRGAN/003_realSR_BSRGAN_DFOWMFC_s64w8_SwinIR-L_x4_GAN-with-dict-keys-params-and-params_ema.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36e9dd7013e75af8cb2c39dddac7c0df49e80c674afd1d7f266c91c81a887b39
|
| 3 |
+
size 284951549
|
ESRGAN/003_realSR_BSRGAN_DFO_s64w8_SwinIR-M_x2_GAN-with-dict-keys-params-and-params_ema.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ed2e3fa627d264477406013ae296caa85bcbdf7a64df77f54571fa2248d229c
|
| 3 |
+
size 133949837
|
ESRGAN/16x-ESRGAN.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8701acac21c4c412a3e05242b389700c1248ff52314380793c045326f4c61dfb
|
| 3 |
+
size 67249159
|
ESRGAN/16xPSNR.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c145d3d3f6a4c9d1270ce59ea8f68db23308d421e5a2affb8f7f8dcdcabbd96e
|
| 3 |
+
size 67254807
|
ESRGAN/1x-ITF-SkinDiffDetail-Lite-v1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94d368b633614958f84f335b129fd85abd30200e8fbc575b859ba6762116222b
|
| 3 |
+
size 20099337
|
ESRGAN/1x-RGB-max-Denoise-lite-details.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1a213de33a3cf4dc02e686e181a4c7c912b63e2f808994664d7785e333f7c14
|
| 3 |
+
size 1235465
|
ESRGAN/1x-RGB-max-Denoise.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:599fc3e28391a04b3cd5798f05429888580ef4c672e88c9b33b12b15b9244eed
|
| 3 |
+
size 1235465
|
ESRGAN/1x-ReFocus-V3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94d8f38726c7abaa83a3fad27c01863ba961f76a995d8541c173eb3195062547
|
| 3 |
+
size 66665765
|
ESRGAN/1x-WB-Denoise.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b55ffff419351736c3b824c23b1df01af2c0734aab308256bc75970f2e4e5be
|
| 3 |
+
size 1235465
|
ESRGAN/1xDeJPG_OmniSR.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17d7c79b1a18567f339ee67b2cb5cac8bc1c77a7415489de43bf9ef4c6339e9a
|
| 3 |
+
size 6510707
|
ESRGAN/1xDeNoise_realplksr_otf.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4774fbe13ceaa9df390343c2baaa980061458ef27292fa6aca6740d87608a8e
|
| 3 |
+
size 29559554
|
ESRGAN/1x_DeBLR.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33bacbe39bdd40fc41a8d080f2d10b7a2276689c3e983a26f7f3c4c02ad3bdff
|
| 3 |
+
size 66658224
|
ESRGAN/1x_NMKD-BrightenRedux_200k.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ebebce0963e35fbf8731d4a9d477ff855adf9d1fb4268d6f4440d52861fa9bc
|
| 3 |
+
size 66661577
|
ESRGAN/1x_NMKD-YandereInpaint_375000_G.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c2f0ff3c38dbfb1818b3eba736cb8cb2502abf65eec898773fb76a31075aaef
|
| 3 |
+
size 66662414
|
ESRGAN/1x_NMKDDetoon_97500_G.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:687d4922c9baa28a5cbee8e3117c85276ecb86ccbe5e0bca23f520d7033bd612
|
| 3 |
+
size 66662414
|
ESRGAN/1x_NoiseToner-Poisson-Detailed_108000_G.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81ed66665e30f3ed139019253e1ea1ebace63f5acda8c36dae0cf8744435bc49
|
| 3 |
+
size 66667161
|
ESRGAN/1x_NoiseToner-Uniform-Detailed_100000_G.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c94c0f4b069e7a77927283b28be72de367aa223094a879d2da25ea2e96029c4
|
| 3 |
+
size 66667161
|
ESRGAN/1x_Plants_400000_G.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da384a902498f9bbfdbdc76fb63fdd5405b0157a894e79d115595a96e4fc2697
|
| 3 |
+
size 66662414
|
ESRGAN/2xHigurashi_v1_compact_270k.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:808df72eb89846c746af28b08a180d5905cea839270b83903964ed678f05414c
|
| 3 |
+
size 4838301
|
ESRGAN/4x-AnimeSharp.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7a7de2dafd7331c1992862bbbcd9e9712a9f9f8e6303f0aaa59b4341d359bab
|
| 3 |
+
size 67010245
|
ESRGAN/4x-ClearRealityV1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4cd3a25b00e0be949d4302fc774eb4d7f2ed5f47cdb51551e2d75fa6562e51e
|
| 3 |
+
size 9016074
|
ESRGAN/4x-UltraMix_Balanced.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e23ca000107aae95ec9b8d7d1bf150f7884f1361cd9d669bdf824d72529f0e26
|
| 3 |
+
size 67010245
|
ESRGAN/4x-UltraSharp.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5812231fc936b42af08a5edba784195495d303d5b3248c24489ef0c4021fe01
|
| 3 |
+
size 66961958
|
ESRGAN/4xFaceUpDAT.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4f1680c47ec461114fea4ec41516afee9a677ef1514d61ecce7a23062ab6ff5
|
| 3 |
+
size 154685037
|
ESRGAN/4xLSDIRplusC.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2a88864ee3561e3e48b563605e56d74e2da3fddf7dd140b301276f5c3392308
|
| 3 |
+
size 67020037
|
ESRGAN/4xLexicaDAT2_otf.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:178e30c5c3771091c24f275c4ddc4527c74cf0d1a29b233447af2acc4106d1be
|
| 3 |
+
size 140299054
|
ESRGAN/4xNomos8kDAT.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1c87b04c261251264cd83e2bc90f49c9d5280bf18309e7b9919f1a8b27f53c6
|
| 3 |
+
size 309317507
|
ESRGAN/4xNomos8kSC.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07a7ccd6443d012d528999cd77e40c7d265aaf1f656c499b37936e49603a0b1d
|
| 3 |
+
size 67010245
|
ESRGAN/4xNomos8kSCHAT-L.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e7726ba191fdf05b87ea8585d78164b6e96e2ee04fdbb3285c3efa37db4b5b0
|
| 3 |
+
size 331564661
|
ESRGAN/4xNomos8kSCHAT-S.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1400e16a10bf4dbbe003651bf76f9f9c4e083f0e5c93e1c3effe2fa91b41168
|
| 3 |
+
size 81096929
|
ESRGAN/4xPSNR.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:985fba37421353716ef2fbd7fbbab061e76409994d168cf52527aa8ee53f81ec
|
| 3 |
+
size 66954395
|
ESRGAN/4xRealWebPhoto_v4_dat2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b82f8f60826e59b9d2e56a6e6ad9a842b84d57a9ec5ed7377bf120032b2c4c9
|
| 3 |
+
size 140299118
|