refactor: move inline text styling to a dedicated CSS class
9a75ced
Running
Yng314commited on
docs: Update UI text to include specific button click instructions for generating transitions.
2d927f3
Yng314commited on
style: Apply 'Generate transition artifacts' button styling using element ID and remove background image.
2391587
Yng314commited on
style: Apply custom styling to the 'Generate transition artifacts' button.
591d1f1
Yng314commited on
fix: Update guitar-style LoRA repository path.
fc0d015
Yng314commited on
chore: Modify default demo repository to 'yng314/audio-demo-private'.
0c83959
Yng314commited on
chore: reduce GPU duration for `_run_transition` function from 240 to 120 seconds
1c1a4d3
Yng314commited on
feat: Add descriptive `info` text to various Gradio UI components.
9df2b06
Yng314commited on
docs: Update UI description to recommend using default demo songs and parameters for best results.
9d3fd5c
Yng314commited on
feat: Update default audio generation parameter values and ignore .DS_Store.
082fb43
Yng314commited on
feat: enhance UI clarity by updating descriptions, adding LoRA adapter details, and enabling multi-line audio output labels.
d551ea1
Yng314commited on
feat: Set default LoRA adapter dropdown value to 'Our Trained Guitar-Style LoRA'.
83e9316
Yng314commited on
feat: Force dark theme and add API and Gradio links to the application footer.
1cb56fa
Yng314commited on
chore: Increase GPU duration for `_run_transition` to 240 seconds.
56648c7
Yng314commited on
config: Reduce GPU duration for `_run_transition` function from 240 to 120 seconds.
28b306e
Yng314commited on
chore: Reduce GPU duration for the `_run_transition` function.
67224b0
Yng314commited on
refactor: Update custom LoRA option label to 'Guitar-Style LoRA'.
e5827af
Yng314commited on
feat: Add custom LoRA option to dropdown and map its repository.
a5da91f
Yng314commited on
feat: Implement LoRA comparison by generating and displaying both baseline and LoRA-enabled audio transition artifacts, increasing GPU duration for the process.
b8644ad
Yng314commited on
feat: Implement default demo song loading from Hugging Face Hub.
166f23b
Yng314commited on
refactor: Standardize audio preview generation for hard splice, rough, and final transitions using a shared comparison window and remove `_assemble_substitute_mix`.
83f6055
Yng314commited on
feat: Generate a short, faded, seam-focused preview for hard splice audio to improve UI clarity.
63f8087
Yng314commited on
feat: Implement robust audio file loading with `torchaudio` and `soundfile` fallback.
212dda8
Yng314commited on
feat: Implement Demucs model prefetching at startup and configure GPU decorator duration to 240 seconds.
5e8b75e
Yng314commited on
chore: manage project dependencies.
4bcbb70
Yng314commited on
feat: Implement ACE-Step V1.5 audio generation system with FastAPI server and Gradio UI.
f716025
Yng314commited on
feat: Add Docker support for the audio generation application by creating Dockerfile, .dockerignore, and updating application launch parameters.
8284c7b
Yng314commited on
docs: Update Gradio SDK version from 6.2.0 to 6.7.0 in README.
a4c5fb0
Yng314commited on
Adjust project dependencies.
c443c53
Yng314commited on
refactor: dynamically filter `initialize_service` arguments using introspection to improve robustness.
e7caff5
Yng314commited on
feat: Conditionally enable MLX DIT based on system architecture or environment variable and update Python version to 3.11.
2f53974
Yng314commited on
Downgraded `sdk_version` in `README.md` and integrated `spaces.GPU` decorator into `app.py`.
6dd7213
Yng314commited on
feat: implement audio transition generation pipeline with modules for transition generation, cue point selection, and audio utilities.