Require safetensors library to be at least 0.4.2 for fp8 support.

This commit is contained in:
comfyanonymous 2024-06-11 06:26:13 -04:00
parent a82fae2375
commit 4134564dc1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ torchsde
torchvision torchvision
einops einops
transformers>=4.25.1 transformers>=4.25.1
safetensors>=0.3.0 safetensors>=0.4.2
aiohttp aiohttp
pyyaml pyyaml
Pillow Pillow