- Move all image-generation content into docs/image-generation-and-editing/
- Add ComfyUI image-editing instructions (Image Size, Steps, Image Prompt Generation)
- Explain how to set node IDs in Open WebUI
- Add example setups for Qwen and FLUX.1 models
- Fix broken links and tidy formatting
When attempting this install, I hit this error:
```
nvidia-container-cli: requirement error: unsatisfied condition: cuda>=12.8, please update your driver to a newer version, or use an earlier cuda container: unknown
```
For my case, using `http://localhost:8880/v1` kept returning Server Connection Errors. Replacing `localhost` to `host.docker.internal` seems to resolve the issue, as I'm running Kokoro-FastAPI in a Docker container.