mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-06 14:41:11 +08:00
Simplify docstrings.
This commit is contained in:
parent
8e91d15cdd
commit
2b23eb08ec
@ -1,4 +1,4 @@
|
|||||||
"""Hub-checksum verification = SHA256 (PRD section 8.1).
|
"""Hub-checksum verification = SHA256.
|
||||||
|
|
||||||
Only used to confirm a download matches a *provided* ``expected_sha256``. It
|
Only used to confirm a download matches a *provided* ``expected_sha256``. It
|
||||||
is NOT the dedup key (that is blake3, owned by the assets system). The full
|
is NOT the dedup key (that is blake3, owned by the assets system). The full
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
"""Dedup + catalog handoff — reuse the assets system (PRD section 8.5).
|
"""Dedup + catalog handoff — reuse the assets system.
|
||||||
|
|
||||||
We do NOT build a parallel indexer. "Do I already have it?" is answered by
|
We do NOT build a parallel indexer. "Do I already have it?" is answered by
|
||||||
``resolve_existing`` (path) at enqueue time and, where a hash is known, by the
|
``resolve_existing`` (path) at enqueue time and, where a hash is known, by the
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user