From db3f2c4abc8fce6afa80231371994afa86acabdb Mon Sep 17 00:00:00 2001 From: nabilaba Date: Mon, 9 Jun 2025 15:10:26 +0700 Subject: [PATCH] my preset --- presets/.gitignore | 3 ++- presets/nabil.json | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 presets/nabil.json diff --git a/presets/.gitignore b/presets/.gitignore index e39511a9..bfd1096a 100644 --- a/presets/.gitignore +++ b/presets/.gitignore @@ -5,4 +5,5 @@ !playground_v2.5.json !pony_v6.json !realistic.json -!sai.json \ No newline at end of file +!sai.json +!nabil.json \ No newline at end of file diff --git a/presets/nabil.json b/presets/nabil.json new file mode 100644 index 00000000..9c2d4a12 --- /dev/null +++ b/presets/nabil.json @@ -0,0 +1,13 @@ +{ + "default_refiner_switch": 0.5, + "default_cfg_scale": 4.0, + "default_sample_sharpness": 2.0, + "default_sampler": "dpmpp_2m_sde_gpu", + "default_scheduler": "karras", + "default_performance": "Quality", + "default_prompt": "ultra-detailed, photorealistic, 8K resolution, high dynamic range, realistic lighting, global illumination, shallow depth of field, cinematic look, DSLR camera, ray tracing, volumetric lighting, bokeh effect, hyper-realistic textures, shot on Canon EOS R5, 50mm lens, HDR imaging, post-processed in Adobe Lightroom and Photoshop", + "default_prompt_negative": "low resolution, extra limbs, cartoon, anime, illustration, drawing, painting, sketch, grainy, noisy, watermark, logo, text, glitch, jpeg artifacts, duplicate, poorly drawn, out of frame, cropped, low quality, bad anatomy, bad hands, extra fingers, distorted face", + "default_styles": [], + "default_aspect_ratio": "1080*1920", + "default_overwrite_step": -1 +} \ No newline at end of file