ControlNet-Image-Generator
/
apps
/gradio_app
/assets
/examples
/Stable-Diffusion-2.1-Openpose-ControlNet
/4
/config.json
| { | |
| "input_image": "man_and_sword.jpg", | |
| "output_image": "a_woman_raises_a_katana_0.png", | |
| "prompt": "A woman raises a katana.", | |
| "negative_prompt": "body elongated, fragmentation, many hands, ugly, deformed face", | |
| "num_steps": 50, | |
| "seed": 78, | |
| "width": 540, | |
| "height": 512, | |
| "guidance_scale": 6.5, | |
| "controlnet_conditioning_scale": 0.8 | |
| } | |