Spaces:
Running
Running
A newer version of the Gradio SDK is available:
6.6.0
Quick Deployment to HuggingFace Spaces
Prerequisites
✅ HuggingFace account: https://huggingface.co/join ✅ HuggingFace token: https://huggingface.co/settings/tokens
Fastest Method (Windows)
Run the deployment script:
cd d:\2025-vibe-coding\ACE-Step-Custom
.\deploy_hf.bat
The script will:
- Install HuggingFace CLI (if needed)
- Login to your account
- Create new Space
- Upload all files
- Provide your Space URL
Fastest Method (Linux/Mac)
cd /path/to/ACE-Step-Custom
chmod +x deploy_hf.sh
./deploy_hf.sh
Manual Deployment (If Script Fails)
1. Install HuggingFace CLI
pip install huggingface_hub
2. Login
huggingface-cli login
Enter your token from: https://huggingface.co/settings/tokens
3. Create Space
huggingface-cli repo create ace-step-custom --type space --space_sdk gradio
4. Upload Files
cd d:\2025-vibe-coding\ACE-Step-Custom
huggingface-cli upload YOUR_USERNAME/ace-step-custom . --repo-type space
Replace YOUR_USERNAME with your HuggingFace username.
After Upload
1. Configure GPU
- Go to your Space: https://huggingface.co/spaces/YOUR_USERNAME/ace-step-custom
- Click "Settings" tab
- Under "Hardware", select: A10G Small (recommended)
- Click "Save"
2. Wait for Build
- Space will build automatically (5-10 minutes)
- Check "Logs" tab for progress
- Model downloads on first run (~7GB)
3. Test Your Space
- Open Space URL
- Test Tab 1: Generate 10-second clip
- Test Tab 2: Generate timeline clip
- Test Tab 3: Upload test audio
Troubleshooting
Login Failed:
# Make sure you copied the full token
huggingface-cli whoami # Check if logged in
Upload Failed:
# Try with explicit exclusions
huggingface-cli upload YOUR_USERNAME/ace-step-custom . --repo-type space --exclude "*.pyc" --exclude "outputs/*" --exclude "__pycache__/*"
Space Not Starting:
- Check "Logs" tab for errors
- Verify requirements.txt is uploaded
- Ensure README.md has correct YAML frontmatter
Out of Memory:
- Upgrade GPU in Settings
- Start with A10G Small minimum
Your Space URL
After deployment:
https://huggingface.co/spaces/YOUR_USERNAME/ace-step-custom
Cost Estimate
- A10G Small (24GB): ~$1.05/hour
- Auto-sleep: Space sleeps when inactive (no charge)
- Testing: Budget ~$5-10 for initial testing
Need Help?
See full guide: DEPLOYMENT.md
Next Steps
- ✅ Deploy Space
- ✅ Test all features
- ✅ Enable Discussions in Settings
- ✅ Add example outputs to README
- ✅ Share your Space!
🎵 Happy testing! Your Space will be live in minutes! 🚀