Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:

Duplicated from  fffiloni/text-guided-image-colorization

LogicGoInfotechSpaces
/
text-guided-image-colorization
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
text-guided-image-colorization / app
71.4 kB
  • 1 contributor
History: 47 commits
LogicGoInfotechSpaces's picture
LogicGoInfotechSpaces
Fix permission errors and environment variables for model loading - Use /tmp directory for writable model storage - Set OMP_NUM_THREADS and cache directories at startup - Add better error handling and permission checks
da9ea7d about 1 month ago
  • __init__.py
    24 Bytes
    Initial commit: Colorize API with Firebase App Check integration about 1 month ago
  • colorize_model.py
    10.4 kB
    Detect PyTorch models and provide clear error message - Repository contains generator.pt (PyTorch) not FastAI model about 1 month ago
  • config.py
    2.5 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
  • main.py
    5.98 kB
    Update app/main.py about 1 month ago
  • main_fastai.py
    14.4 kB
    Improve health check and UI messaging for fallback mode about 1 month ago
  • main_sdxl.py
    19.4 kB
    Fix permission errors and environment variables for model loading - Use /tmp directory for writable model storage - Set OMP_NUM_THREADS and cache directories at startup - Add better error handling and permission checks about 1 month ago
  • pytorch_colorizer.py
    18.7 kB
    Clean up ResNetGenerator architecture - simplified structure about 1 month ago