Spaces:
Sleeping
Sleeping
| title: DGG ComfyUI - NWN Character Enhancement | |
| emoji: 🎮 | |
| colorFrom: purple | |
| colorTo: blue | |
| sdk: docker | |
| pinned: false | |
| license: mit | |
| # DGG ComfyUI - NWN Character Enhancement | |
| A ComfyUI deployment optimized for enhancing Neverwinter Nights characters into photorealistic images for MetaHuman conversion. | |
| ## Features | |
| - **NWN Enhancement Workflow**: Pre-configured for game character upscaling | |
| - **API Access**: Trigger workflows programmatically | |
| - **Custom Nodes**: Specialized for fantasy character art | |
| ## Usage | |
| ### Web Interface | |
| Open the Space and use the ComfyUI interface directly. | |
| ### API Access | |
| ```python | |
| from gradio_client import Client | |
| client = Client("BenjaminPittsley/DGG-ComfyUI") | |
| result = client.predict( | |
| image="path/to/nwn_screenshot.png", | |
| api_name="/enhance" | |
| ) | |
| ``` | |
| ## Workflows | |
| - `nwn_enhance.json`: Enhance NWN character screenshots | |
| - `fantasy_portrait.json`: Generate fantasy character portraits | |