DZRobo commited on
Commit
8e7e41a
·
1 Parent(s): bf37973

Update comments and documentation for clarity

Browse files

Removed outdated reference to arXiv draft in CADE25 documentation and updated a comment in check_sageattention.ps1 from Russian to English for better clarity.

docs/hard/CADE25.md CHANGED
@@ -54,7 +54,7 @@ Provide `reference_image` and `clip_vision` to preserve global form while refini
54
  - Post passes: `IntelligentDetailStabilizer`, optional mild sharpen
55
 
56
  ## Related
57
- - QSilk (micrograin stabilizer + AQClip): a lightweight latent‑space regularizer that suppresses rare activation tails while preserving micro‑texture. Works plug‑and‑play inside CADE 2.5 and synergizes with ZeResFDG by allowing slightly higher effective CFG without speckle. See preprint draft in `Arxiv_QSilk/` (source: [Arxiv_QSilk/main_qsilk.tex](../../Arxiv_QSilk/main_qsilk.tex)). Replace with arXiv link when available.
58
 
59
  ## Tips
60
  - Keep `vae` consistent across passes; CADE re‑encodes when scale changes.
 
54
  - Post passes: `IntelligentDetailStabilizer`, optional mild sharpen
55
 
56
  ## Related
57
+ - QSilk (micrograin stabilizer + AQClip): a lightweight latent‑space regularizer that suppresses rare activation tails while preserving micro‑texture. Works plug‑and‑play inside CADE 2.5 and synergizes with ZeResFDG by allowing slightly higher effective CFG without speckle.
58
 
59
  ## Tips
60
  - Keep `vae` consistent across passes; CADE re‑encodes when scale changes.
scripts/check_sageattention.ps1 CHANGED
@@ -158,7 +158,7 @@ if($shadow){ Write-Warning "Local file shadows package: $shadow"; if(Ask-YesNo "
158
  }
159
 
160
  $needInstall = $false
161
- $wantSA3 = $false # SA3 временно отключён
162
  # Detect Windows and mark SA3 unsupported for now
163
  $isWindows = ($env:OS -eq 'Windows_NT')
164
  # Check if SA3 already present
 
158
  }
159
 
160
  $needInstall = $false
161
+ $wantSA3 = $false # SA3 disabled now
162
  # Detect Windows and mark SA3 unsupported for now
163
  $isWindows = ($env:OS -eq 'Windows_NT')
164
  # Check if SA3 already present