Compare commits
2 commits
127dd98ea5
...
6424a9839e
Author | SHA1 | Date | |
---|---|---|---|
6424a9839e | |||
af6e412d2f |
3 changed files with 98907 additions and 1 deletions
92435
china-domain.txt
Normal file
92435
china-domain.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -52,6 +52,10 @@ let
|
||||||
};
|
};
|
||||||
machineLearning = {
|
machineLearning = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
urls = [
|
||||||
|
"http://calcite.coho-tet.ts.net:3003"
|
||||||
|
"http://127.0.0.1:3003"
|
||||||
|
];
|
||||||
clip = {
|
clip = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
modelName = "XLM-Roberta-Large-ViT-H-14__frozen_laion5b_s13b_b90k";
|
modelName = "XLM-Roberta-Large-ViT-H-14__frozen_laion5b_s13b_b90k";
|
||||||
|
@ -110,7 +114,7 @@ in
|
||||||
);
|
);
|
||||||
immich_auto_stack = pkgs.fetchurl {
|
immich_auto_stack = pkgs.fetchurl {
|
||||||
url = "https://gist.github.com/xinyangli/39de5979e72d81af6fe9ddb7d1805df4";
|
url = "https://gist.github.com/xinyangli/39de5979e72d81af6fe9ddb7d1805df4";
|
||||||
hash = "sha256-izbzP+330tZUGPTfS3SdJnGS5uSn5uf8WmXd6ep8SQg=";
|
hash = "sha256-u04xrUJw5kN5+6PyFvISk+DlS9Q0NdB0u7XcOvGSOkQ=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue