Update README.md
Browse files
README.md
CHANGED
@@ -39,9 +39,8 @@ As such, our repo saddles a lean & prim NF4 DiT over the [Qwen2.5-VL-7B-Ablitera
|
|
39 |
*Do not be alarmed by the file warning from the ClamAV automated checker.* <br>
|
40 |
*It is a clear false positive.* *In assessing one of the typical Diffusers-adapted Safetensors shards (model weights), the checker reads:*
|
41 |
``The following viruses have been found: Pickle.Malware.SysAccess.sys.STACK_GLOBAL.UNOFFICIAL`` <br>
|
42 |
-
*However, a Safetensors can not contain suchlike inserts. <br>
|
43 |
-
|
44 |
-
To be sure, this repo does **not** contain any pickle checkpoints, or any other pickled data.* <br>
|
45 |
|
46 |
# TEXT-TO-IMAGE PIPELINE EXAMPLE:
|
47 |
This repo is formatted for usage with Diffusers (0.35.0.dev0+) & Transformers libraries, vis-a-vis associated pipelines & model component classes, such as the defaults listed in `model_index.json` (in this repo's root folder). <br>
|
|
|
39 |
*Do not be alarmed by the file warning from the ClamAV automated checker.* <br>
|
40 |
*It is a clear false positive.* *In assessing one of the typical Diffusers-adapted Safetensors shards (model weights), the checker reads:*
|
41 |
``The following viruses have been found: Pickle.Malware.SysAccess.sys.STACK_GLOBAL.UNOFFICIAL`` <br>
|
42 |
+
*However, a Safetensors by its sheer design can not contain suchlike inserts. You may confirm for yourself thru HF's built-in weight/index viewer. <br>
|
43 |
+
So, to be sure, this repo does **not** contain any pickle checkpoints, or any other pickled data.* <br>
|
|
|
44 |
|
45 |
# TEXT-TO-IMAGE PIPELINE EXAMPLE:
|
46 |
This repo is formatted for usage with Diffusers (0.35.0.dev0+) & Transformers libraries, vis-a-vis associated pipelines & model component classes, such as the defaults listed in `model_index.json` (in this repo's root folder). <br>
|