Update README.md
Browse files
README.md
CHANGED
@@ -78,6 +78,20 @@ ComfyUI Metadata: INSERT
|
|
78 |
|
79 |
---
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
# Blockers
|
82 |
1) NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty() instead of torch.nn.Module.to() when moving module from meta to a different device.
|
83 |
|
|
|
78 |
|
79 |
---
|
80 |
|
81 |
+
# Remarks
|
82 |
+
|
83 |
+
2025-07-23 Test Notes
|
84 |
+
|
85 |
+
- FP4 quantization model loads successfully in ComfyUI, but isn’t fully functional yet. Needs further investigation and debugging.
|
86 |
+
|
87 |
+
- Calibration dataset appears misaligned, may need to revisit and adjust the sampling code for Flux.1 Kontext Dev.
|
88 |
+
|
89 |
+
- Later, consider running another test using the base [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main) model for comparison.
|
90 |
+
|
91 |
+
- Check with the deepcompressor/nunchaku team, request their latest working implementation.
|
92 |
+
|
93 |
+
---
|
94 |
+
|
95 |
# Blockers
|
96 |
1) NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty() instead of torch.nn.Module.to() when moving module from meta to a different device.
|
97 |
|