|
2521 | 2521 | "enhance": true |
2522 | 2522 | }, |
2523 | 2523 | "microworlds": { |
2524 | | - "prompt": "{p}, microworld render style{np}", |
2525 | | - "model": "Microworlds" |
| 2524 | + "prompt": "Micro world cube of {p}, cut-away view, micro view, simple thematic background, isometric view, in-focus subject, ### {np}", |
| 2525 | + "model": "Flux.1-Schnell fp8 (Compact)", |
| 2526 | + "steps": 4, |
| 2527 | + "sampler_name": "k_euler", |
| 2528 | + "cfg_scale": 1, |
| 2529 | + "karras": false, |
| 2530 | + "width": 1024, |
| 2531 | + "height": 1024 |
2526 | 2532 | }, |
2527 | 2533 | "microverse": { |
2528 | 2534 | "prompt": "miniature model of {p}{np}", |
|
3760 | 3766 | "width": 1024, |
3761 | 3767 | "height": 1024, |
3762 | 3768 | "clip_skip": 2 |
| 3769 | + }, |
| 3770 | + "shinnasuka neco-arc": { |
| 3771 | + "prompt": "masterpiece, best quality, amazing quality, very aesthetic, high resolution, ultra-detailed, absurdres, scenery, good eyes, noccen, animal ears, :3, chibi, cat tail, animal ear fluff, slit pupils, {p}, depth of field, volumetric lighting ### old, older, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, signature, simple background, conjoined,bad ai-generated, bad eyes, unprompted nsfw, {np}", |
| 3772 | + "model": "Nova Anime XL", |
| 3773 | + "steps": 30, |
| 3774 | + "cfg_scale": 6, |
| 3775 | + "sampler_name": "k_euler_a", |
| 3776 | + "height": 1024, |
| 3777 | + "width": 704, |
| 3778 | + "clip_skip": 2, |
| 3779 | + "loras": [{"name": "1313742", "model": 2, "clip": 2, "is_version": true }] |
| 3780 | + }, |
| 3781 | + "shinnasuka super robot": { |
| 3782 | + "prompt": "masterpiece, best quality, amazing quality, very aesthetic, high resolution, ultra-detailed, absurdres, scenery, mecha, {p}, depth of field, volumetric lighting ### old, older, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, signature, simple background, conjoined, bad ai-generated, unprompted nsfw, {np}", |
| 3783 | + "model": "Nova Anime XL", |
| 3784 | + "steps": 30, |
| 3785 | + "cfg_scale": 6, |
| 3786 | + "sampler_name": "k_euler_a", |
| 3787 | + "height": 1024, |
| 3788 | + "width": 704, |
| 3789 | + "clip_skip": 2, |
| 3790 | + "loras": [{ "name": "986237", "model": 0.8, "clip": 1, "is_version": true }] |
| 3791 | + }, |
| 3792 | + "bigasp":{ |
| 3793 | + "prompt":"score_6_up, {p} ### score_3, score_2, score_1, {np}", |
| 3794 | + "model": "BigASP", |
| 3795 | + "steps": 25, |
| 3796 | + "sampler_name": "k_dpmpp_sde", |
| 3797 | + "cfg_scale": 3, |
| 3798 | + "width": 1024, |
| 3799 | + "height": 1024 |
| 3800 | + }, |
| 3801 | + "new era":{ |
| 3802 | + "prompt":"masterpiece, best quality, retro artstyle {p} ### lowres, worst quality, low quality, bad anatomy, bad proportions, extra limbs, extra digit, extra legs, extra legs and arms, disfigured, missing arms, too many fingers, fused fingers, missing fingers, unclear eyes, {np}", |
| 3803 | + "model": "NEW ERA", |
| 3804 | + "steps": 25, |
| 3805 | + "sampler_name": "k_euler_a", |
| 3806 | + "clip_skip": 2, |
| 3807 | + "cfg_scale": 3.5, |
| 3808 | + "width": 1024, |
| 3809 | + "height": 1024 |
| 3810 | + }, |
| 3811 | + "new era_raw":{ |
| 3812 | + "prompt":"{p}###{np}", |
| 3813 | + "model":"NEW ERA", |
| 3814 | + "steps":25, |
| 3815 | + "sampler_name":"k_euler_a", |
| 3816 | + "clip_skip":2, |
| 3817 | + "cfg_scale":3.5, |
| 3818 | + "width":1024, |
| 3819 | + "height":1024 |
| 3820 | + }, |
| 3821 | + "wai-nsfw-illustrious":{ |
| 3822 | + "prompt":"masterpiece, best quality, amazing quality, very aesthetic, high resolution, ultra-detailed, absurdres, {p} ### bad quality, worst quality, worst detail, {np}", |
| 3823 | + "model":"WAI-NSFW-illustrious-SDXL", |
| 3824 | + "steps":25, |
| 3825 | + "sampler_name":"k_euler_a", |
| 3826 | + "clip_skip":2, |
| 3827 | + "cfg_scale":7, |
| 3828 | + "width":1024, |
| 3829 | + "height":1024 |
| 3830 | + }, |
| 3831 | + "wai-nsfw-illustrious_raw":{ |
| 3832 | + "prompt":"{p}###{np}", |
| 3833 | + "model":"WAI-NSFW-illustrious-SDXL", |
| 3834 | + "steps":25, |
| 3835 | + "sampler_name":"k_euler_a", |
| 3836 | + "clip_skip":2, |
| 3837 | + "cfg_scale":7, |
| 3838 | + "width":1024, |
| 3839 | + "height":1024 |
3763 | 3840 | } |
3764 | 3841 | } |
0 commit comments