Files
novafarma/COMFYUI_HYBRID_TEST.md
David Kotnik 9986d1a618 Style Finalization - Dark Hand-Drawn 2D Stylized Indie
- 29 test samples generated and validated
- Approved hybrid style: bold outlines, exaggerated features, warped buildings
- Style guide documents created
- Ready for 422 asset mass production
- ComfyUI test script (Ufi currently not working)
- All style validation complete
2025-12-29 10:53:39 +01:00

122 lines
2.6 KiB
Markdown

# 🎨 ComfyUI (Ufi) - Hybrid Style Testing
**Created**: 29.12.2025
**Style**: Dark Hand-Drawn 2D Stylized Indie
---
## 🚀 Quick Start
### 1. Start ComfyUI (Ufi)
```bash
# Option A: Open app directly
open /Applications/ComfyUI.app
# Option B: Or start from command line if installed differently
# Check which port it runs on (usually 8188 or 8000)
```
### 2. Wait for Server
ComfyUI should start on `http://127.0.0.1:8188` (or `:8000`)
### 3. Run Hybrid Style Test
```bash
cd /Users/davidkotnik/repos/novafarma
python3 scripts/test_hybrid_comfyui.py
```
Script će automatski:
- ✅ Najti aktivni ComfyUI server
- ✅ Generirati 5 test assets (NPC, zombie, building, animal, crop)
- ✅ Preveriti da je hybrid stil pravilno apliciran
- ✅ Shraniti v `/style_test_samples/comfyui_tests/`
---
## 📋 Test Assets
Script bo generiral:
1. **test_npc_farmer** - Wasteland farmer NPC
2. **test_zombie_basic** - Basic shambling zombie
3. **test_building_shack** - Wonky wooden shack
4. **test_animal_pig** - Farm pig sprite
5. **test_crop_carrot** - Carrot plant crop
Vse z **HYBRID STYLE** značilnostmi:
- ✅ Bold thick black outlines
- ✅ Exaggerated features
- ✅ Warped proportions (buildings)
- ✅ Gritty muted colors + vibrant accents
- ✅ Mature 90s cartoon vibe (NOT Disney)
---
## 🔧 Style Formula Used
### Prefix (dodano vsem promptom):
```
dark hand-drawn 2D stylized indie game art,
bold thick black hand-drawn outlines,
smooth vector rendering,
cartoon-style exaggerated proportions but dark mature atmosphere NOT Disney,
mature 90s cartoon aesthetic,
```
### Suffix (dodano vsem promptom):
```
stylized character NOT realistic,
mature indie game art,
clean white background
```
### Negative Prompt:
```
blurry, low quality, pixelated, voxel, 3D render,
realistic photo, photorealistic, photography,
Disney cute style, bright colors, clean cartoon
```
---
## 📁 Output
Slike se shranijo v:
```
/Users/davidkotnik/repos/novafarma/style_test_samples/comfyui_tests/
```
---
## ✅ Next Steps
1. ⏳ Start ComfyUI
2. ⏳ Run test script
3. ⏳ Review generated images
4. ⏳ If approved → Update `generate_v7_final.py`
5. ⏳ Mass production 9000+ assets!
---
## 🐛 Troubleshooting
**ComfyUI not found?**
- Preveri da je app zagnana
- Preveri port (8188 ali 8000)
- Script avtomatsko poskusi oba porta
**Generation timeout?**
- Počakaj dlje (script timeout je 5min per asset)
- Preveri ComfyUI logs/console
**Wrong style?**
- Preveri da uporabljaš pravilni model (sd_xl_base_1.0)
- Cfg=7.5, steps=30 je optimalno
---
**Ready za Ufi testing!** 🚀