fmt
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
...
|
||||
@@ -26,56 +25,53 @@ python3Packages.buildPythonPackage rec {
|
||||
# ];
|
||||
|
||||
build-system = with python3Packages; [
|
||||
|
||||
|
||||
];
|
||||
|
||||
dependencies =
|
||||
with python3Packages;
|
||||
[
|
||||
aiohttp
|
||||
torch
|
||||
torchaudio
|
||||
torchvision
|
||||
numpy
|
||||
requests
|
||||
dependencies = with python3Packages; [
|
||||
aiohttp
|
||||
torch
|
||||
torchaudio
|
||||
torchvision
|
||||
numpy
|
||||
requests
|
||||
|
||||
torchsde
|
||||
einops
|
||||
transformers
|
||||
tokenizers
|
||||
sentencepiece
|
||||
safetensors
|
||||
aiohttp
|
||||
yarl
|
||||
pyyaml
|
||||
pillow
|
||||
scipy
|
||||
tqdm
|
||||
psutil
|
||||
alembic
|
||||
sqlalchemy
|
||||
av
|
||||
requests
|
||||
torchsde
|
||||
einops
|
||||
transformers
|
||||
tokenizers
|
||||
sentencepiece
|
||||
safetensors
|
||||
aiohttp
|
||||
yarl
|
||||
pyyaml
|
||||
pillow
|
||||
scipy
|
||||
tqdm
|
||||
psutil
|
||||
alembic
|
||||
sqlalchemy
|
||||
av
|
||||
requests
|
||||
|
||||
#non essential dependencies:
|
||||
kornia
|
||||
# spandrel
|
||||
pydantic
|
||||
pydantic-settings
|
||||
];
|
||||
#non essential dependencies:
|
||||
kornia
|
||||
# spandrel
|
||||
pydantic
|
||||
pydantic-settings
|
||||
];
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
|
||||
|
||||
];
|
||||
|
||||
setupPhase = null;
|
||||
|
||||
# comfyui-frontend-package==1.37.11
|
||||
# comfyui-workflow-templates==0.8.31
|
||||
# comfyui-embedded-docs==0.4.0
|
||||
# comfy-kitchen
|
||||
# comfy-aimdo
|
||||
|
||||
# comfyui-workflow-templates==0.8.31
|
||||
# comfyui-embedded-docs==0.4.0
|
||||
# comfy-kitchen
|
||||
# comfy-aimdo
|
||||
|
||||
# pythonImportsCheck = [ "roborock" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user