Skip to content

Tags: Apache0ne/stable-diffusion.cpp

Tags

paralol-sdcpp-gpu-pipeline-cuda133-sm86sm89-9c76bf80

Toggle paralol-sdcpp-gpu-pipeline-cuda133-sm86sm89-9c76bf80's commit message
Fix Lens conditioning capability reporting

paralol-sdcpp-gpu-pipeline-cuda133-sm86sm89-1c7a09bb

Toggle paralol-sdcpp-gpu-pipeline-cuda133-sm86sm89-1c7a09bb's commit message
Merge remote-tracking branch 'origin/master' into paralol/main-gpu-pi…

…peline-cuda133

paralol-lens-f9baa4b1

Toggle paralol-lens-f9baa4b1's commit message
Add Lens and Bonsai experimental fork work

Adds Lens/Qwen GPT-OSS conditioning, staged transformer/runtime APIs, smoke tools, and model capability reporting.

Keeps Bonsai GemLite INT1 CUDA spike disabled by default, preserves its ggml custom-op delta as a patch artifact, and avoids adding the CUTLASS submodule as a required dependency.

Build verified with Release CUDA shared library and sd-latent-smoke after resetting ggml clean.

paralol-tae-preview-a7d3688

Toggle paralol-tae-preview-a7d3688's commit message
Emit TAE previews from resident GPU sampler paths

Wire the v2 preview callback schedule into the backend-resident sampler loop so Anima/Qwen/Wan/Flux flow paths can emit TAE preview frames without changing final latent residency.

Force preview-only TAEHV contexts to decoder-only loading, handle single-image TAEHV preview outputs, and document Anima/Wan TAEHV preview usage.

paralol-gpu-samplers-a374b0cac

Toggle paralol-gpu-samplers-a374b0cac's commit message
Complete SDXL sampler coverage for GPU backend path

paralol-bf16-vae-patchset-4f99afe7c

Toggle paralol-bf16-vae-patchset-4f99afe7c's commit message
Paralol BF16 VAE patchset build 4f99afe

paralol-vae-encode-gpu-handoff-ff9c6d69d

Toggle paralol-vae-encode-gpu-handoff-ff9c6d69d's commit message
Paralol VAE encode GPU handoff ff9c6d6

paralol-tae-previews-d84733bd1

Toggle paralol-tae-previews-d84733bd1's commit message
Paralol TAE previews build d84733b

paralol-anima-vae-bridge-8f9177ca2

Toggle paralol-anima-vae-bridge-8f9177ca2's commit message
Enable Anima VAE encode bridge

Allow Anima to use the existing Wan/Qwen VAE compatibility bridge for modular VAE Encode handoff. The bridge returns a 16-channel GPU latent handle, routes Anima VAE-encoded handles through the Wan/Qwen decode bridge, and reports CPU bridge copies and large IM2COL workspaces honestly. Strict GPU-resident mode still refuses the bridge path.

paralol-anima-handoff-ed9d545

Toggle paralol-anima-handoff-ed9d545's commit message
Document Paralol fork delta