CoolFace
Apppublic

Gamahea/ACE-Step-Custom

sourceHugging Facemitupdated 7mo agoView on Hugging Face
4likes
24 commits on main
180e8877mo ago

Force traditional loading: low_cpu_mem_usage=False + explicit device move

ACE-Step Custom
897bbd67mo ago

Use official ACE-Step demo approach: dtype as string (bfloat16)

ACE-Step Custom
2538e847mo ago

Use device_map to force CUDA placement and prevent meta device

ACE-Step Custom
fc9be457mo ago

Fix: Force CPU device context during model init to prevent meta tensor operations

ACE-Step Custom
aa918f77mo ago

Fix: Remove device_map to prevent meta tensor initialization - ACE-Step custom model needs direct device placement

ACE-Step Custom
052ca847mo ago

Fix: Implement lazy model loading for ZeroGPU compatibility

ACE-Step Custom
6ccd18b8mo ago

Fix: Add device_map to prevent meta tensor errors on ZeroGPU

ACE-Step Custom
6b39c2d8mo ago

Fix: Add device_map to prevent meta tensor errors on ZeroGPU

ACE-Step Custom
5b76ce18mo ago

Try _fast_init=False to prevent meta device initialization

ACE-Step Custom
140e1e28mo ago

Fix dtype parameter: use dtype instead of torch_dtype, remove device_map

ACE-Step Custom
a11c4048mo ago

Fix meta tensor: add device_map=None and use torch_dtype parameter

ACE-Step Custom
23dc9828mo ago

Fix meta tensor error: disable low_cpu_mem_usage for model loading

ACE-Step Custom
5e842f68mo ago

Add vector-quantize-pytorch dependency for ACE-Step model

ACE-Step Custom
6a590ee8mo ago

Fix DiT initialization: pass model name only, not full path

ACE-Step Custom
fa7f63d8mo ago

Fix TypeError: pass Path object to ensure_main_model, not string

ACE-Step Custom
78910e38mo ago

Fix syntax error: close unterminated docstring in _load_models

ACE-Step Custom
ee19acb8mo ago

Use official ACE-Step model downloader for automatic model downloads

ACE-Step Custom
55a11248mo ago

Monkey patch get_api_info to prevent JSON schema errors

ACE-Step Custom
ccb35428mo ago

Move endpoint override before launch

ACE-Step Custom
22173628mo ago

Fix fastapi_app attribute name and move endpoint override after launch

ACE-Step Custom
d6ad90b8mo ago

Add /info endpoint override and pin Gradio version

ACE-Step Custom
92592638mo ago

Add loguru dependency and fix Gradio 4.0.0 compatibility

ACE-Step Custom
47091418mo ago

Fix engine initialization and audio I/O components

ACE-Step Custom
a6026288mo ago

Deploy ACE-Step Custom Edition with bug fixes

ACE-Step Custom