# Fox Image 1.0 Realistic local image generation tool for OpenClaw AI assistant. ## Features - **Model:** Stable Diffusion 1.5 - **Realistic generation** with custom negative prompts - **OpenClaw compatible** - works as exec tool - **GPU accelerated** ## Usage ```python from fox_image import generate_image result = generate_image( prompt="a realistic photo of a cat", width=512, height=512, steps=25 ) print(result) ``` ## OpenClaw Integration Add to your agent as exec tool that calls this script. ## Requirements - Python 3.10+ - PyTorch + Diffusers - 4GB+ GPU License: MIT