KennethFal commited on
Commit
d25a4ab
·
verified ·
1 Parent(s): 78a594b

ComfyUI: CFG-distilled sampling recipe (BasicGuider, shift 12/3) + load-console and strength-0 diagnostics

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -125,12 +125,23 @@ non-rotated base:
125
  `MiniMaxH3ImageToVideo` / your sampler.
126
  3. Strength **1.0** (useful range 0.7–1.2).
127
 
 
 
 
 
 
 
128
  **Stacking with a turbo LoRA:** drop this one to **0.4–0.6** — the two
129
  perturbations add, and 4-step turbo has little headroom. (The `turbo_mode`
130
  checkbox occupies its own LoRA slot; add a second `LoraLoaderModelOnly` for
131
  this one.) 4-step turbo also softens the tape grain — ~20–25 full-precision
132
- steps show the style best. Stay near 1 MP (very low resolutions are unstable)
133
- and keep prompts to a single shot.
 
 
 
 
 
134
 
135
  `vh5tape-comfyui.safetensors` is an optional convenience build: bit-identical
136
  weights plus explicit `.alpha` tensors (= rank, scale 1.0) and the base-model
 
125
  `MiniMaxH3ImageToVideo` / your sampler.
126
  3. Strength **1.0** (useful range 0.7–1.2).
127
 
128
+ **Sampling recipe** — H3 is CFG-distilled, so SDXL/Flux habits will degrade it
129
+ with or without a LoRA: use **BasicGuider** (not CFGGuider), `res_multistep` +
130
+ `simple`, ~**20 steps**, **video shift 12 / audio shift 3** (the MiniMax H3
131
+ Sigma Shift node). Stay near 1 MP (very low resolutions are unstable) and keep
132
+ prompts to a single shot.
133
+
134
  **Stacking with a turbo LoRA:** drop this one to **0.4–0.6** — the two
135
  perturbations add, and 4-step turbo has little headroom. (The `turbo_mode`
136
  checkbox occupies its own LoRA slot; add a second `LoraLoaderModelOnly` for
137
  this one.) 4-step turbo also softens the tape grain — ~20–25 full-precision
138
+ steps show the style best.
139
+
140
+ **If it looks wrong, two 2-minute checks:** (1) watch the console at load —
141
+ this LoRA should patch with **zero** "lora key not loaded" lines; (2) on a
142
+ quantized base, load the LoRA at **strength 0.0** and compare to no-LoRA — if
143
+ output degrades even at 0.0, the damage is the quantize→merge→requantize
144
+ round-trip on your base checkpoint, not this LoRA: switch to the bf16 base.
145
 
146
  `vh5tape-comfyui.safetensors` is an optional convenience build: bit-identical
147
  weights plus explicit `.alpha` tensors (= rank, scale 1.0) and the base-model