CoolFace
Apppublic

lcmind/vibe-link-server

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
50 commits on main
a98a4538mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
ca03dab8mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
140fb728mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
c591ecc8mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
997c0868mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
74dc6b08mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
b8958418mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
f94d4dc8mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
582535d8mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
1ead8ef8mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
6864c488mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
bd52c408mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
d32cbbb8mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
81aedb18mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
fc244a58mo ago

fix: S-tier prompt - hex to color name, blur UI text, remove watermarks

Lcmind
249d3498mo ago

feat: Flux generates brand text directly - remove overlay, prompt master typography rules

Lcmind
13024bf8mo ago

refactor: 10-year prompt engineer redesign - Flux.1-schnell optimal params + smart text overlay

Lcmind
f1c24078mo ago

feat: add Pillow brand overlay + fix prompts to show actual business visuals (not random space scenes)

Lcmind
35854ed8mo ago

refactor: scene-first approach - focus on visual metaphor without text generation

Lcmind
865304e8mo ago

refactor: revolutionary prompt - analyze WHAT they DO, not just category templates

Lcmind
26353d28mo ago

refactor: apply Legendary Marketing CEO approach with TEXT IS HERO and business metaphors

Lcmind
0dc7e5f8mo ago

refactor: apply Minimalist Brand Director prompt with Hero Object and category-based styling

Lcmind
0e36c168mo ago

feat: switch to 9:16 vertical format with optimized Flux settings (768x1344, steps=28, guidance=3.5)

Lcmind
41fbbc98mo ago

refactor: improve Gemini and Flux prompts with structured format

Lcmind
94cf82d8mo ago

feat: add CORS support for localhost:3001 and 3002

Lcmind
7aeff3d8mo ago

fix: correct router.huggingface.co URL path

Lcmind
4127c328mo ago

fix: use correct HF router endpoint URL

Lcmind
2aac5998mo ago

fix: use direct httpx API call for HF inference

Lcmind
73360468mo ago

fix: update HF InferenceClient to use new router endpoint

Lcmind
0fcd2e88mo ago

fix: switch to gemini-2.5-flash

Lcmind
91007cd8mo ago

debug: add detailed error logging to /api/create

Lcmind
9f9424b8mo ago

fix: correct pydantic_settings usage with Field aliases

Lcmind
b90dbda8mo ago

fix: switch from test_app to real app.main:app

Lcmind
530c9c98mo ago

fix: simplify Dockerfile to minimal HF Spaces setup

Lcmind
30536e58mo ago

test: add simple test app to verify HF Spaces setup

Lcmind
add5b068mo ago

fix: add PYTHONPATH for module imports

Lcmind
a8244668mo ago

fix: follow HF Spaces official pattern - USER after pip install

Lcmind
857efeb8mo ago

fix: use python -m uvicorn and install deps as user

Lcmind
8f79fe08mo ago

fix: add HF Spaces required user (UID 1000) and proper permissions

Lcmind
6ad0b3c8mo ago

fix: add proxy headers support for HF Spaces

Lcmind
e56a4bd8mo ago

fix: switch to Docker SDK with direct FastAPI, remove Gradio wrapper

Lcmind
52975388mo ago

fix: update to Python 3.11 and Gradio 6.3.0 for HF Spaces compatibility

Lcmind
5915d138mo ago

refactor: S-grade architecture with layered structure and strict CORS

Lcmind
994a98b8mo ago

fix: add app_port to README metadata for HF Spaces routing

Lcmind
ee8b8b98mo ago

fix: optimize uvicorn for HF Spaces proxy (add proxy-headers and forwarded-allow-ips)

Lcmind
e9df4f18mo ago

fix: add root-path for HF Spaces proxy compatibility

Lcmind
b0b4ee58mo ago

fix: restore requirements.txt for Docker build

Lcmind
23bfc9f8mo ago

fix: revert to requirements.txt for simpler build

Lcmind
996f8598mo ago

fix: correct colorFrom value for HF Spaces

Lcmind
566093a8mo ago

docs: add HF Spaces config metadata to README

Lcmind