Not-For-All-Audiences
applepies commited on
Commit
0a5c950
·
1 Parent(s): 5a18017

Update config_presets.py

Browse files
Files changed (1) hide show
  1. config_presets.py +21 -9
config_presets.py CHANGED
@@ -514,14 +514,16 @@ def load_txt2img_config_file():
514
  "txt2img_batch_size": 4,
515
  # "txt2img_cfg_scale": 7,
516
  },
517
- "High quality ------ 512x512, steps: 20, batch size: 4, DPM++ 2S a Karras": {
518
- "txt2img_sampling": "DPM++ 2S a Karras",
 
 
519
  "txt2img_steps": 20,
520
  "txt2img_width": 512,
521
- "txt2img_height": 512,
522
  "txt2img_enable_hr": False,
523
- "txt2img_batch_count": 1,
524
- "txt2img_batch_size": 4,
525
  # "txt2img_cfg_scale": 7,
526
  },
527
  "Low quality ------ 768x768, steps: 10, batch size: 8, DPM++ 2M Karras": {
@@ -545,6 +547,8 @@ def load_txt2img_config_file():
545
  # "txt2img_cfg_scale": 7,
546
  },
547
  "High quality ------ 768x768, steps: 20, batch size: 4, DPM++ 2S a Karras": {
 
 
548
  "txt2img_sampling": "DPM++ 2S a Karras",
549
  "txt2img_steps": 20,
550
  "txt2img_width": 768,
@@ -555,6 +559,8 @@ def load_txt2img_config_file():
555
  # "txt2img_cfg_scale": 7,
556
  },
557
  "High res -------- 1024x1024, steps: 30, batch size: 1, DPM++ 2M Karras, [Upscale by: 2, Denoising: 0.4, Hires steps: 10]": {
 
 
558
  "txt2img_steps": 30,
559
  "txt2img_sampling": "DPM++ 2M Karras",
560
  "txt2img_width": 512,
@@ -567,10 +573,12 @@ def load_txt2img_config_file():
567
  "txt2img_batch_size": 1,
568
  # "txt2img_cfg_scale": 7,
569
  },
570
- "1080p ----------- 1920x1080, steps: 20, batch size: 1, DPM++ 2S a Karras, [Upscale by: 2.5, Denoising: 0.4, Hires steps: 10]": {
571
  # 2x 960x536, 2.5x 768x432, 3x 640x360
 
 
572
  "txt2img_steps": 20,
573
- "txt2img_sampling": "DPM++ 2S a Karras",
574
  "txt2img_width": 768,
575
  "txt2img_height": 432,
576
  "txt2img_enable_hr": True,
@@ -581,10 +589,12 @@ def load_txt2img_config_file():
581
  "txt2img_batch_size": 1,
582
  # "txt2img_cfg_scale": 7,
583
  },
584
- "1440p ----------- 2560x1440, steps: 25, batch size: 1, DPM++ 2S a Karras, [Upscale by: 3.3334, Denoising: 0.3, Hires steps: 10]": {
585
  # 2x 1024x720, 2.5x 1024x576, 3.3334x 768x432, 4x 640x360
 
 
586
  "txt2img_steps": 25,
587
- "txt2img_sampling": "DPM++ 2S a Karras",
588
  "txt2img_width": 768,
589
  "txt2img_height": 432,
590
  "txt2img_enable_hr": True,
@@ -597,6 +607,8 @@ def load_txt2img_config_file():
597
  },
598
  "4k ---------------- 3840x2160, steps: 30, batch size: 1, DPM++ 2S a Karras, [Upscale by: 5, Denoising: 0.3, Hires steps: 15]": {
599
  # 2x 1420x1080, 2.5x 1536x864, 3x 1280x720, 5x 768x432, 6x 640x360
 
 
600
  "txt2img_steps": 30,
601
  "txt2img_sampling": "DPM++ 2S a Karras",
602
  "txt2img_width": 768,
 
514
  "txt2img_batch_size": 4,
515
  # "txt2img_cfg_scale": 7,
516
  },
517
+ "High quality ------ 512x768, steps: 20, batch size: 4, DPM++ 2M Karras": {
518
+ "txt2img_prompt": "masterpiece, best quality, ultra-detailed, 1girl, solo",
519
+ "txt2img_neg_prompt": "verybadimagenegative_v1.3, ng_deepnegative_v1_75t, easynegative, badhandv4, sketch by bad-artist, bad anatomy, disfigured, deformed, extra hands, extra legs, extra arms, text, error, cropped, worst quality, low quality, jpeg artifacts, signature, watermark, username, blurry",
520
+ "txt2img_sampling": "DPM++ 2M Karras",
521
  "txt2img_steps": 20,
522
  "txt2img_width": 512,
523
+ "txt2img_height": 768,
524
  "txt2img_enable_hr": False,
525
+ "txt2img_batch_count": 2,
526
+ "txt2img_batch_size": 2,
527
  # "txt2img_cfg_scale": 7,
528
  },
529
  "Low quality ------ 768x768, steps: 10, batch size: 8, DPM++ 2M Karras": {
 
547
  # "txt2img_cfg_scale": 7,
548
  },
549
  "High quality ------ 768x768, steps: 20, batch size: 4, DPM++ 2S a Karras": {
550
+ "txt2img_prompt": "masterpiece, best quality, ultra-detailed, 1girl, solo",
551
+ "txt2img_neg_prompt": "verybadimagenegative_v1.3, ng_deepnegative_v1_75t, easynegative, badhandv4, sketch by bad-artist, bad anatomy, disfigured, deformed, extra hands, extra legs, extra arms, text, error, cropped, worst quality, low quality, jpeg artifacts, signature, watermark, username, blurry",
552
  "txt2img_sampling": "DPM++ 2S a Karras",
553
  "txt2img_steps": 20,
554
  "txt2img_width": 768,
 
559
  # "txt2img_cfg_scale": 7,
560
  },
561
  "High res -------- 1024x1024, steps: 30, batch size: 1, DPM++ 2M Karras, [Upscale by: 2, Denoising: 0.4, Hires steps: 10]": {
562
+ "txt2img_prompt": "masterpiece, best quality, ultra-detailed, 1girl, solo",
563
+ "txt2img_neg_prompt": "verybadimagenegative_v1.3, ng_deepnegative_v1_75t, easynegative, badhandv4, sketch by bad-artist, bad anatomy, disfigured, deformed, extra hands, extra legs, extra arms, text, error, cropped, worst quality, low quality, jpeg artifacts, signature, watermark, username, blurry",
564
  "txt2img_steps": 30,
565
  "txt2img_sampling": "DPM++ 2M Karras",
566
  "txt2img_width": 512,
 
573
  "txt2img_batch_size": 1,
574
  # "txt2img_cfg_scale": 7,
575
  },
576
+ "1080p ----------- 1920x1080, steps: 20, batch size: 1, DPM++ 2M Karras, [Upscale by: 2.5, Denoising: 0.4, Hires steps: 10]": {
577
  # 2x 960x536, 2.5x 768x432, 3x 640x360
578
+ "txt2img_prompt": "masterpiece, best quality, ultra-detailed, 1girl, solo",
579
+ "txt2img_neg_prompt": "verybadimagenegative_v1.3, ng_deepnegative_v1_75t, easynegative, badhandv4, sketch by bad-artist, bad anatomy, disfigured, deformed, extra hands, extra legs, extra arms, text, error, cropped, worst quality, low quality, jpeg artifacts, signature, watermark, username, blurry",
580
  "txt2img_steps": 20,
581
+ "txt2img_sampling": "DPM++ 2M Karras",
582
  "txt2img_width": 768,
583
  "txt2img_height": 432,
584
  "txt2img_enable_hr": True,
 
589
  "txt2img_batch_size": 1,
590
  # "txt2img_cfg_scale": 7,
591
  },
592
+ "1440p ----------- 2560x1440, steps: 25, batch size: 1, DPM++ 2M Karras, [Upscale by: 3.3334, Denoising: 0.3, Hires steps: 10]": {
593
  # 2x 1024x720, 2.5x 1024x576, 3.3334x 768x432, 4x 640x360
594
+ "txt2img_prompt": "masterpiece, best quality, ultra-detailed, 1girl, solo",
595
+ "txt2img_neg_prompt": "verybadimagenegative_v1.3, ng_deepnegative_v1_75t, easynegative, badhandv4, sketch by bad-artist, bad anatomy, disfigured, deformed, extra hands, extra legs, extra arms, text, error, cropped, worst quality, low quality, jpeg artifacts, signature, watermark, username, blurry",
596
  "txt2img_steps": 25,
597
+ "txt2img_sampling": "DPM++ 2M Karras",
598
  "txt2img_width": 768,
599
  "txt2img_height": 432,
600
  "txt2img_enable_hr": True,
 
607
  },
608
  "4k ---------------- 3840x2160, steps: 30, batch size: 1, DPM++ 2S a Karras, [Upscale by: 5, Denoising: 0.3, Hires steps: 15]": {
609
  # 2x 1420x1080, 2.5x 1536x864, 3x 1280x720, 5x 768x432, 6x 640x360
610
+ "txt2img_prompt": "masterpiece, best quality, ultra-detailed, 1girl, solo",
611
+ "txt2img_neg_prompt": "verybadimagenegative_v1.3, ng_deepnegative_v1_75t, easynegative, badhandv4, sketch by bad-artist, bad anatomy, disfigured, deformed, extra hands, extra legs, extra arms, text, error, cropped, worst quality, low quality, jpeg artifacts, signature, watermark, username, blurry",
612
  "txt2img_steps": 30,
613
  "txt2img_sampling": "DPM++ 2S a Karras",
614
  "txt2img_width": 768,