dduf-check / README.md
coyotte508
πŸ’„
0914da1
|
raw
history blame
667 Bytes
metadata
title: Dduf Check
emoji: 🌍
colorFrom: indigo
colorTo: gray
sdk: docker
pinned: false
app_port: 3000

DDUF Check

This spaces analyzes a file and checks if it is a DDUF file. A DDUF file is an uncompressed ZIP that contains .json and .safetensors files, with max one level of nesting.

You can generate a simple DDUF file by running the following command:

cd dduf-content && zip -r -0 ../file.dduf .

You can try zip 64 format by running the following command:

cd dduf-content && zip -r -0 -fz ../file-64.dduf .

Credits