Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit c670f62

Browse files
authored
chore: rename org (#7)
1 parent 7626b74 commit c670f62

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 TensoRaws
3+
Copyright (c) 2024 EutropicAI
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ccvfi
22

3-
[![codecov](https://codecov.io/gh/TensoRaws/ccvfi/graph/badge.svg?token=VK0BHDUXAI)](https://codecov.io/gh/TensoRaws/ccvfi)
4-
[![CI-test](https://github.com/TensoRaws/ccvfi/actions/workflows/CI-test.yml/badge.svg)](https://github.com/TensoRaws/ccvfi/actions/workflows/CI-test.yml)
5-
[![Release-pypi](https://github.com/TensoRaws/ccvfi/actions/workflows/Release.yml/badge.svg)](https://github.com/TensoRaws/ccvfi/actions/workflows/Release.yml)
3+
[![codecov](https://codecov.io/gh/EutropicAI/ccvfi/graph/badge.svg?token=VK0BHDUXAI)](https://codecov.io/gh/EutropicAI/ccvfi)
4+
[![CI-test](https://github.com/EutropicAI/ccvfi/actions/workflows/CI-test.yml/badge.svg)](https://github.com/EutropicAI/ccvfi/actions/workflows/CI-test.yml)
5+
[![Release-pypi](https://github.com/EutropicAI/ccvfi/actions/workflows/Release.yml/badge.svg)](https://github.com/EutropicAI/ccvfi/actions/workflows/Release.yml)
66
[![PyPI version](https://badge.fury.io/py/ccvfi.svg)](https://badge.fury.io/py/ccvfi)
7-
![GitHub](https://img.shields.io/github/license/TensoRaws/ccvfi)
7+
![GitHub](https://img.shields.io/github/license/EutropicAI/ccvfi)
88

99
an inference lib for video frame interpolation with VapourSynth support
1010

@@ -85,4 +85,4 @@ It still in development, the following models are supported:
8585
### License
8686

8787
This project is licensed under the MIT - see
88-
the [LICENSE file](https://github.com/TensoRaws/ccvfi/blob/main/LICENSE) for details.
88+
the [LICENSE file](./LICENSE) for details.

ccvfi/config/drba_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class DRBAConfig(BaseConfig):
1212
DRBAConfigs = [
1313
DRBAConfig(
1414
name=ConfigType.DRBA_IFNet,
15-
url="https://github.com/TensoRaws/ccvfi/releases/download/model_zoo/DRBA_IFNet.pkl",
15+
url="https://github.com/EutropicAI/ccvfi/releases/download/model_zoo/DRBA_IFNet.pkl",
1616
hash="4cc518e172156ad6207b9c7a43364f518832d83a4325d484240493a9e2980537",
1717
in_frame_count=3,
1818
)

ccvfi/config/rife_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class RIFEConfig(BaseConfig):
1212
RIFEConfigs = [
1313
RIFEConfig(
1414
name=ConfigType.RIFE_IFNet_v426_heavy,
15-
url="https://github.com/TensoRaws/ccvfi/releases/download/model_zoo/RIFE_IFNet_v426_heavy.pkl",
15+
url="https://github.com/EutropicAI/ccvfi/releases/download/model_zoo/RIFE_IFNet_v426_heavy.pkl",
1616
hash="4cc518e172156ad6207b9c7a43364f518832d83a4325d484240493a9e2980537",
1717
in_frame_count=2,
1818
)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ classifiers = [
3636
"Programming Language :: Python :: 3.12"
3737
]
3838
description = "an inference lib for video frame interpolation with VapourSynth support"
39-
homepage = "https://github.com/TensoRaws/ccvfi"
39+
homepage = "https://github.com/EutropicAI/ccvfi"
4040
license = "MIT"
4141
name = "ccvfi"
4242
readme = "README.md"
43-
repository = "https://github.com/TensoRaws/ccvfi"
43+
repository = "https://github.com/EutropicAI/ccvfi"
4444
version = "0.0.2"
4545

4646
# Requirements

0 commit comments

Comments
 (0)