- How the frozen base weights are quantised. nf4 (4-bit) uses the least VRAM;
- bf16 is fastest but needs the most. Auto picks this family's recommended
- mode.
-
-
- {supportsCompile && (
-
-
-
-
- torch.compile the transformer. Adds a one-time warmup, then speeds up each
- step.
-
-
- )}
- >
+
+
+
+
+ How the frozen base weights are quantised. nf4 (4-bit) uses the least VRAM;
+ bf16 is fastest but needs the most. Auto picks this family's recommended
+ mode.
+
+
) : (
@@ -876,6 +853,27 @@ export function DiffusionTrainPanel({
)}
+ {supportsCompile && (
+
+
+
+
+ torch.compile the transformer blocks. Adds a one-time warmup, then speeds up
+ each step.
+