Spaces:
Paused
Paused
| { | |
| "file_paths": { | |
| "sketch_path": "sketch.png", | |
| "output_path": "output.png" | |
| }, | |
| "style_list": [ | |
| { | |
| "name": "Cinematic", | |
| "prompt": "cinematic still {prompt} . emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy" | |
| }, | |
| { | |
| "name": "3D Model", | |
| "prompt": "professional 3d model {prompt} . octane render, highly detailed, volumetric, dramatic lighting" | |
| }, | |
| { | |
| "name": "Anime", | |
| "prompt": "anime artwork {prompt} . anime style, key visual, vibrant, studio anime, highly detailed" | |
| }, | |
| { | |
| "name": "Digital Art", | |
| "prompt": "concept art {prompt} . digital artwork, illustrative, painterly, matte painting, highly detailed" | |
| }, | |
| { | |
| "name": "Photographic", | |
| "prompt": "cinematic photo {prompt} . 35mm photograph, film, bokeh, professional, 4k, highly detailed" | |
| }, | |
| { | |
| "name": "Pixel art", | |
| "prompt": "pixel-art {prompt} . low-res, blocky, pixel art style, 8-bit graphics" | |
| }, | |
| { | |
| "name": "Fantasy art", | |
| "prompt": "ethereal fantasy concept art of {prompt} . magnificent, celestial, ethereal, painterly, epic, majestic, magical, fantasy art, cover art, dreamy" | |
| }, | |
| { | |
| "name": "Neonpunk", | |
| "prompt": "neonpunk style {prompt} . cyberpunk, vaporwave, neon, vibes, vibrant, stunningly beautiful, crisp, detailed, sleek, ultramodern, magenta highlights, dark purple shadows, high contrast, cinematic, ultra detailed, intricate, professional" | |
| }, | |
| { | |
| "name": "Manga", | |
| "prompt": "manga style {prompt} . vibrant, high-energy, detailed, iconic, Japanese comic style" | |
| } | |
| ], | |
| "default_style_name": "Fantasy art", | |
| "random_values": [ | |
| "Fabulous", | |
| "Hi-fi", | |
| "Mystical", | |
| "Epic", | |
| "Tech", | |
| "Futuristic" | |
| ], | |
| "model_params": { | |
| "pix2pix_model_name": "sketch_to_image_stochastic", | |
| "device": "cuda", | |
| "default_seed": 42, | |
| "val_r_default": 0.6, | |
| "max_seed": 2147483647 | |
| }, | |
| "server": { | |
| "host": "0.0.0.0", | |
| "port": 5000 | |
| }, | |
| "logging": { | |
| "level": "DEBUG", | |
| "format": "%(asctime)s - %(message)s" | |
| }, | |
| "canvas": { | |
| "width": 512, | |
| "height": 512, | |
| "background_color": "#ffffff", | |
| "default_brush_color": "#000000", | |
| "default_brush_size": 2, | |
| "eraser_color": "#ffffff", | |
| "max_brush_size": 20, | |
| "min_brush_size": 1 | |
| } | |
| } | |