From 044c6b7e1a88d5f868d5181b9a9ac7d491bcf81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:04:46 +0000 Subject: [PATCH 1/4] Bump pillow from 9.1.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.1.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4273763..f9ce342 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ffmpeg-python yt-dlp jupyterlab opencv-python>=3.3.0.10 -Pillow==9.1.0 +Pillow==9.3.0 --extra-index-url https://download.pytorch.org/whl/cu113 torch==1.11.0 torchvision==0.12.0 From b1b8bb6a6f3d94f672a1acdd30f832b0870ca542 Mon Sep 17 00:00:00 2001 From: Jason Antic Date: Tue, 31 Jan 2023 11:53:30 -0800 Subject: [PATCH 2/4] Fixing broken dropbox links for pretrained weights --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4810c39..511fc92 100644 --- a/README.md +++ b/README.md @@ -453,26 +453,26 @@ ImageColorizerStable.ipynb, and VideoColorizer.ipynb. ### Completed Generator Weights - [Artistic](https://data.deepai.org/deoldify/ColorizeArtistic_gen.pth) -- [Stable](https://www.dropbox.com/s/usf7uifrctqw9rl/ColorizeStable_gen.pth?dl=0) +- [Stable](https://www.dropbox.com/s/axsd2g85uyixaho/ColorizeStable_gen.pth?dl=0) - [Video](https://data.deepai.org/deoldify/ColorizeVideo_gen.pth) ### Completed Critic Weights -- [Artistic](https://www.dropbox.com/s/1qd663zbk6ntzuy/ColorizeArtistic_crit.pth?dl=0) -- [Stable](https://www.dropbox.com/s/wlqu6w88qwzcvfn/ColorizeStable_crit.pth?dl=0) -- [Video](https://www.dropbox.com/s/oyl6qmwpdvpm95d/ColorizeVideo_crit.pth?dl=0) +- [Artistic](https://www.dropbox.com/s/xpq2ip9occuzgen/ColorizeArtistic_crit.pth?dl=0) +- [Stable](https://www.dropbox.com/s/s53699e9n84q6sp/ColorizeStable_crit.pth?dl=0) +- [Video](https://www.dropbox.com/s/xnq1z1oppvgpgtn/ColorizeVideo_crit.pth?dl=0) ### Pretrain Only Generator Weights -- [Artistic](https://www.dropbox.com/s/lbuv6911aivm9zi/ColorizeArtistic_PretrainOnly_gen.pth?dl=0) -- [Stable](https://www.dropbox.com/s/6ita1pwyqjsmx4p/ColorizeStable_PretrainOnly_gen.pth?dl=0) -- [Video](https://www.dropbox.com/s/tl4uzkwwapz68ca/ColorizeVideo_PretrainOnly_gen.pth?dl=0) +- [Artistic](https://www.dropbox.com/s/h782d1zar3vdblw/ColorizeArtistic_PretrainOnly_gen.pth?dl=0) +- [Stable](https://www.dropbox.com/s/mz5n9hiq6hmwjq7/ColorizeStable_PretrainOnly_gen.pth?dl=0) +- [Video](https://www.dropbox.com/s/ix993ci6ve7crlk/ColorizeVideo_PretrainOnly_gen.pth?dl=0) ### Pretrain Only Critic Weights -- [Artistic](https://www.dropbox.com/s/6td494kcjqfmh26/ColorizeArtistic_PretrainOnly_crit.pth?dl=0) -- [Stable](https://www.dropbox.com/s/houkmrdivbia7z8/ColorizeStable_PretrainOnly_crit.pth?dl=0) -- [Video](https://www.dropbox.com/s/80wpz16x7yudblh/ColorizeVideo_PretrainOnly_crit.pth?dl=0) +- [Artistic](https://www.dropbox.com/s/gr81b3pkidwlrc7/ColorizeArtistic_PretrainOnly_crit.pth?dl=0) +- [Stable](https://www.dropbox.com/s/007qj0kkkxt5gb4/ColorizeStable_PretrainOnly_crit.pth?dl=0) +- [Video](https://www.dropbox.com/s/wafc1uogyjuy4zq/ColorizeVideo_PretrainOnly_crit.pth?dl=0) ## Want the Old DeOldify? From 6afa3721ef19854b7eb50c86be544ed47a9ffe34 Mon Sep 17 00:00:00 2001 From: Jason Antic Date: Tue, 31 Jan 2023 11:59:45 -0800 Subject: [PATCH 3/4] Fixing broken dropbox link --- ImageColorizerColabStable.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImageColorizerColabStable.ipynb b/ImageColorizerColabStable.ipynb index 9457c1f..4aef6b9 100644 --- a/ImageColorizerColabStable.ipynb +++ b/ImageColorizerColabStable.ipynb @@ -156,7 +156,7 @@ "outputs": [], "source": [ "!mkdir 'models'\n", - "!wget https://www.dropbox.com/s/usf7uifrctqw9rl/ColorizeStable_gen.pth?dl=0 -O ./models/ColorizeStable_gen.pth" + "!wget https://www.dropbox.com/s/axsd2g85uyixaho/ColorizeStable_gen.pth?dl=0 -O ./models/ColorizeStable_gen.pth" ] }, { From 14cee51ee1d98b2f02f91e62956a7b85b60f1433 Mon Sep 17 00:00:00 2001 From: Jason Antic Date: Thu, 9 Feb 2023 13:26:15 -0500 Subject: [PATCH 4/4] Adding back models folder --- models/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 models/.gitkeep diff --git a/models/.gitkeep b/models/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/models/.gitkeep @@ -0,0 +1 @@ +