1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

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

View File

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