Spaces:
Running
on
Zero
Running
on
Zero
File size: 1,136 Bytes
3048382 e594e56 3048382 e594e56 77baf59 17b47ed ff1a195 6b1a58c e4568ca 9d6998b 6b1a58c d8c6c18 3048382 ff1a195 6b1a58c d8c6c18 6b1a58c 53bac35 ff1a195 dcd4d1d 9d6998b 3048382 38d9ce5 5a95d4e 38d9ce5 51de0a4 9d6998b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
# Core dependencies numpy==1.25.0 scipy>=1.11.0 pillow>=9.5.0 tqdm psutil einops torchsde spandrel kornia>=0.7.1 gguf replicate numba # PyTorch and AI ecosystem (handled separately or pinned in your Docker/base environment) # torch==2.4.0 # torchvision torchaudio accelerate diffusers transformers xformers fairscale>=0.4.4 timm>=0.4.12 pytorch-lightning blend_modes surrealist # CUDA-dependent packages (installed after CUDA setup) #inplace-abn==1.1.0 # WAS Node Suite dependencies git+https://github.com/WASasquatch/img2texture.git git+https://github.com/WASasquatch/cstr git+https://github.com/WASasquatch/ffmpy.git rembg pilgram joblib imageio # Dependencies needed for detectron2 & DensePose, but NOT detectron2 itself # (We install detectron2 & DensePose explicitly in app.py instead) future fvcore>=0.1.5 iopath>=0.1.7 omegaconf>=2.1 hydra-core>=1.1 black==21.4b2 yacs>=0.1.8 tabulate pycocotools>=2.0.2 termcolor>=1.1 boto3==1.34.86 redis fal-client # Removed lines: # git+https://github.com/facebookresearch/[email protected] # git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose |