Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/text-guided-image-colorization
LogicGoInfotechSpaces
/
text-guided-image-colorization
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e8ae712
text-guided-image-colorization
207 kB
1 contributor
History:
66 commits
LogicGoInfotechSpaces
Add comprehensive cURL examples for API testing
e8ae712
about 1 month ago
.history
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
app
Refactor to use Hugging Face Inference API with fal-ai provider - Replace local model loading with InferenceClient API - Remove heavy SDXL/ControlNet/BLIP model dependencies - Use FLUX.1-Kontext-dev model via API - Keep FastAPI and Firebase authentication - Significantly reduce memory usage (no local models)
about 1 month ago
.dockerignore
Safe
260 Bytes
Update .dockerignore to exclude unnecessary files
about 1 month ago
.gitignore
Safe
280 Bytes
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
API_DOCUMENTATION.md
Safe
11.7 kB
feat(auth): accept Firebase Auth id_token (Authorization Bearer) in addition to App Check; add Postman collection and test script; default MODEL_ID to ControlNet color
about 1 month ago
API_EXAMPLES.md
Safe
14.1 kB
feat(auth): accept Firebase Auth id_token (Authorization Bearer) in addition to App Check; add Postman collection and test script; default MODEL_ID to ControlNet color
about 1 month ago
CURL_EXAMPLES.md
Safe
3.58 kB
Add comprehensive cURL examples for API testing
about 1 month ago
DEPLOYMENT.md
Safe
3.77 kB
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
Dockerfile
Safe
2.25 kB
Add FastAPI version using SDXL + ControlNet for text-guided colorization (from fffiloni)
about 1 month ago
FASTAI_MODEL_GUIDE.md
Safe
2.06 kB
Add guide for finding FastAI-compatible colorization models - Document how to find models with .pkl files - Add instructions for setting MODEL_ID - Note current model limitation
about 1 month ago
README.md
Safe
2.64 kB
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
README_HF.md
Safe
889 Bytes
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
SETUP.md
Safe
4.94 kB
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
deploy.sh
Safe
586 Bytes
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
postman_collection.json
Safe
6.59 kB
Deploy: HF cache dir, img2img fallback, auth bypass, root route
about 1 month ago
requirements.txt
Safe
174 Bytes
Add FastAPI version using SDXL + ControlNet for text-guided colorization (from fffiloni)
about 1 month ago
test.py
Safe
5.77 kB
Integrate FastAI colorization with Firebase auth and Gradio UI - Replace main.py with FastAI implementation - Add Gradio interface for Space UI - Add Firebase authentication to /colorize endpoint - Add curl examples documentation - Update test.py with User-Agent headers
about 1 month ago