CoolFace
Apppublic

TSXu/UniCalli_Dev

sourceHugging Facecc-by-nc-nd-4.0updated 6d agoView on Hugging Face
6likes
50 commits on main
00e558b6d ago

fix: tighten dependency pins

Tianshuo Xu
5ed69ae6d ago

chore: pin dependencies

Tianshuo Xu
0d93bbb6d ago

fix: resolve dependency conflict

Tianshuo Xu
7d06fb96mo ago

Fix empty gallery by restoring stable Gradio gallery layout

Tianshuo-Xu
8b116956mo ago

Fix gallery collapsing issue with min-height and height

Tianshuo-Xu
f57a02d6mo ago

Fix gradual gr.Examples length mapping

Tianshuo-Xu
5243cd56mo ago

UI: Add vertical scrollbar for generated gallery list

Tianshuo-Xu
375cc316mo ago

Update UI with dynamic + button for adding combinations

Tianshuo-Xu
76d0cdd6mo ago

Update UI to support up to 4 calligrapher/style pairs

Tianshuo-Xu
b4ee9246mo ago

adjust gpu duration to 24 plus 3 per image

Tianshuo-Xu
743a20a6mo ago

precache fa3 kernel and font before gpu task

Tianshuo-Xu
d84e45a6mo ago

fix local cache path embedder type detection

Tianshuo-Xu
142c40b6mo ago

fix duration callback signature for gradio progress arg

Tianshuo-Xu
e51b7736mo ago

optimize cold start with local cache paths and font resolution

Tianshuo-Xu
39d3dc36mo ago

improve gradio progress stages and percentages

Tianshuo-Xu
5a8be656mo ago

fix zerogpu cuda fork init

Tianshuo-Xu
46e86e66mo ago

fix(zerogpu): sync internal device pointer to cuda for noise generation

Tianshuo-Xu
0108eaf6mo ago

fix(cuda): prevent flash_sdp init on cpu

Tianshuo-Xu
1ac7d4b6mo ago

fix(zerogpu): prevent cuda init before fork

Tianshuo-Xu
c49775d6mo ago

Speed up Space by initializing globally and keeping on GPU, remove manual offload

Tianshuo-Xu
22921726mo ago

Set default font for Wen Zhengming to Running Script

Tianshuo-Xu
5dc8b086mo ago

Set Wen Zhengming and his text as default input

Tianshuo-Xu
5eece5b6mo ago

Update examples with 4 steps and add new case

Tianshuo-Xu
450e5816mo ago

Revert to BF16 inference to fix pytorch float8 backward compatibility

Tianshuo-Xu
4ea11816mo ago

Enable torchao float8 wrap for pytorch matmul compatibility

Tianshuo-Xu
ce4bbb36mo ago

Fix float8 noise generation and fix gpu container download cache miss

Tianshuo-Xu
46f36ce6mo ago

Update download patterns and set dtype to None for native FP8 inference

Tianshuo-Xu
d477f9b6mo ago

Preserve native FP8 quantization instead of un/re-quantizing

Tianshuo-Xu
92998986mo ago

Move PyTorch nightly installation from runtime to build requirements.txt

Tianshuo-Xu
1ef62816mo ago

Fix glob pattern to allow internvl safetensors

Tianshuo-Xu
bd3a1d06mo ago

Update checkpoint to FP8 e4m3fn, force 4 steps, disable cfg

Tianshuo-Xu
2a1fcfe7mo ago

Add debug prints to diagnose startup

TSXu
7789c9e7mo ago

Fix: Remove if __name__ check so demo.launch() runs on HF Space

TSXu
e7530657mo ago

Fix dropdown default value warning

TSXu
4c08c358mo ago

Pre-load InternVL embedding at startup to save GPU time

TSXu
6e8caef8mo ago

Split model loading and generation for better progress visibility

TSXu
a8c48508mo ago

Fix T5/CLIP pre-download patterns

TSXu
a616bbd8mo ago

updating examples

TSXu
9868db48mo ago

20s -> 40s

TSXu
0dde8328mo ago

Fix T5 pre-download to include all safetensors files

TSXu
a895d858mo ago

Remove AOT compilation code, keep FA3 + FP8 only

TSXu
d9765a48mo ago

Dynamic GPU duration: 20s + 1.5s * steps * images

TSXu
4c8797f8mo ago

FA3 + FP8 quantization (no AOT cache)

TSXu
41f1c508mo ago

Use correct case for XLabs-AI/xflux_text_encoders

TSXu
4ea2a048mo ago

Pre-download T5, CLIP, VAE at startup (no GPU needed)

TSXu
00486328mo ago

FA3 + bf16 (clean version)

TSXu
1b5453a8mo ago

Enable FA3 by default for ZeroGPU H200

TSXu
8fc8d448mo ago

Add Flash Attention 3 support (optional)

TSXu
dd7a8c28mo ago

Fix torch/torchvision version compatibility

TSXu
aa36e128mo ago

Load compiled graph in each GPU session

TSXu