Blyss commited on
Commit
94d4fde
·
verified ·
1 Parent(s): 6c0fc8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,6 +1,11 @@
1
  Extra models for use with Blissful Tuner - https://github.com/Sarania/blissful-tuner/
2
 
3
  - ./wan_lcm/* - These are LCM LoRA for Wan architecture models extracted from https://huggingface.co/lightx2v/Wan2.1-T2V-14B-StepDistill-CfgDistill
 
 
 
 
 
4
  ---
5
- license: apache-2.0
6
  ---
 
1
  Extra models for use with Blissful Tuner - https://github.com/Sarania/blissful-tuner/
2
 
3
  - ./wan_lcm/* - These are LCM LoRA for Wan architecture models extracted from https://huggingface.co/lightx2v/Wan2.1-T2V-14B-StepDistill-CfgDistill
4
+ - ./VFI/gimm-vfi - For use with `python -m blissful_tuner.GIMMVFI`, this is excellent frame rate interpolate provided by https://github.com/GSeanCDAT/GIMM-VFI (S-Lab License 1.0)
5
+ - ./upscaling/* - For use with `python -m blissful_tuner.upscaler`, these are upscaling models SwinIR ( https://github.com/JingyunLiang/SwinIR ) and ESRGAN 4x_NMKD-Siax_200k
6
+ - ./face_restoration/* - The face restoration models CodeFormer ( https://github.com/sczhou/CodeFormer (S-Lab License 1.0)) and GFPGAN ( https://github.com/TencentARC/GFPGAN) for use with `python -m blissful_tuner.facefix`
7
+ - ./yolo/* - yolov8-face model from https://github.com/lindevs/yolov8-face for use with `python -m blissful_tuner.yolo_blur`
8
+ - ./taehv/* - Tiny Autoencoders for use with Wan and Hunyuan as `--preview_vae` from https://github.com/madebyollin/taehv (MIT License)
9
  ---
10
+ license: apache-2.0 except where otherwise noted
11
  ---