bstungnguyen commited on
Commit
ea2c327
1 Parent(s): 81dd3e8

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +349 -0
  2. styles.csv +45 -0
config.json ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "samples_save": true,
3
+ "samples_format": "png",
4
+ "samples_filename_pattern": "",
5
+ "save_images_add_number": true,
6
+ "grid_save": true,
7
+ "grid_format": "png",
8
+ "grid_extended_filename": false,
9
+ "grid_only_if_multiple": true,
10
+ "grid_prevent_empty_spots": false,
11
+ "n_rows": -1,
12
+ "enable_pnginfo": true,
13
+ "save_txt": false,
14
+ "save_images_before_face_restoration": false,
15
+ "save_images_before_highres_fix": false,
16
+ "save_images_before_color_correction": false,
17
+ "jpeg_quality": 80,
18
+ "export_for_4chan": false,
19
+ "img_downscale_threshold": 4.0,
20
+ "target_side_length": 4000,
21
+ "use_original_name_batch": true,
22
+ "use_upscaler_name_as_suffix": false,
23
+ "save_selected_only": true,
24
+ "do_not_add_watermark": false,
25
+ "temp_dir": "",
26
+ "clean_temp_dir_at_start": false,
27
+ "outdir_samples": "",
28
+ "outdir_txt2img_samples": "/content/drive/MyDrive/SD-Data/Export",
29
+ "outdir_img2img_samples": "/content/drive/MyDrive/SD-Data/Export/Img2img",
30
+ "outdir_extras_samples": "/content/drive/MyDrive/SD-Data/Export/Extra",
31
+ "outdir_grids": "",
32
+ "outdir_txt2img_grids": "/content/drive/MyDrive/SD-Data/Export/Grids",
33
+ "outdir_img2img_grids": "/content/drive/MyDrive/SD-Data/Export/Grids",
34
+ "outdir_save": "log/images",
35
+ "save_to_dirs": true,
36
+ "grid_save_to_dirs": false,
37
+ "use_save_to_dirs_for_ui": false,
38
+ "directories_filename_pattern": "[model_name]",
39
+ "directories_max_prompt_words": 8,
40
+ "ESRGAN_tile": 192,
41
+ "ESRGAN_tile_overlap": 8,
42
+ "realesrgan_enabled_models": [
43
+ "R-ESRGAN General 4xV3",
44
+ "R-ESRGAN General WDN 4xV3",
45
+ "R-ESRGAN AnimeVideo",
46
+ "R-ESRGAN 4x+",
47
+ "R-ESRGAN 4x+ Anime6B",
48
+ "R-ESRGAN 2x+"
49
+ ],
50
+ "upscaler_for_img2img": "R-ESRGAN 4x+",
51
+ "face_restoration_model": "CodeFormer",
52
+ "code_former_weight": 0.5,
53
+ "face_restoration_unload": false,
54
+ "show_warnings": true,
55
+ "memmon_poll_rate": 8,
56
+ "samples_log_stdout": false,
57
+ "multiple_tqdm": true,
58
+ "print_hypernet_extra": false,
59
+ "unload_models_when_training": false,
60
+ "pin_memory": false,
61
+ "save_optimizer_state": false,
62
+ "save_training_settings_to_txt": true,
63
+ "dataset_filename_word_regex": "",
64
+ "dataset_filename_join_string": " ",
65
+ "training_image_repeats_per_epoch": 1,
66
+ "training_write_csv_every": 500,
67
+ "training_xattention_optimizations": false,
68
+ "training_enable_tensorboard": false,
69
+ "training_tensorboard_save_images": false,
70
+ "training_tensorboard_flush_every": 120,
71
+ "sd_model_checkpoint": "SDVN-Real-v2.ckpt [d3976436e9]",
72
+ "sd_checkpoint_cache": 0,
73
+ "sd_vae_checkpoint_cache": 0,
74
+ "sd_vae": "VAE84.vae.pt",
75
+ "sd_vae_as_default": true,
76
+ "inpainting_mask_weight": 1.0,
77
+ "initial_noise_multiplier": 1.0,
78
+ "img2img_color_correction": false,
79
+ "img2img_fix_steps": false,
80
+ "img2img_background_color": "#ffffff",
81
+ "enable_quantization": false,
82
+ "enable_emphasis": true,
83
+ "enable_batch_seeds": true,
84
+ "comma_padding_backtrack": 20,
85
+ "CLIP_stop_at_last_layers": 2,
86
+ "upcast_attn": false,
87
+ "use_old_emphasis_implementation": false,
88
+ "use_old_karras_scheduler_sigmas": false,
89
+ "no_dpmpp_sde_batch_determinism": false,
90
+ "use_old_hires_fix_width_height": false,
91
+ "interrogate_keep_models_in_memory": false,
92
+ "interrogate_return_ranks": false,
93
+ "interrogate_clip_num_beams": 1,
94
+ "interrogate_clip_min_length": 24,
95
+ "interrogate_clip_max_length": 48,
96
+ "interrogate_clip_dict_limit": 1500,
97
+ "interrogate_clip_skip_categories": [],
98
+ "interrogate_deepbooru_score_threshold": 0.5,
99
+ "deepbooru_sort_alpha": true,
100
+ "deepbooru_use_spaces": false,
101
+ "deepbooru_escape": true,
102
+ "deepbooru_filter_tags": "",
103
+ "extra_networks_default_view": "cards",
104
+ "extra_networks_default_multiplier": 1.0,
105
+ "sd_hypernetwork": "None",
106
+ "return_grid": true,
107
+ "do_not_show_images": false,
108
+ "add_model_hash_to_info": true,
109
+ "add_model_name_to_info": true,
110
+ "disable_weights_auto_swap": true,
111
+ "send_seed": true,
112
+ "send_size": true,
113
+ "font": "",
114
+ "js_modal_lightbox": true,
115
+ "js_modal_lightbox_initially_zoomed": true,
116
+ "show_progress_in_title": true,
117
+ "samplers_in_dropdown": true,
118
+ "dimensions_and_batch_together": true,
119
+ "keyedit_precision_attention": 0.1,
120
+ "keyedit_precision_extra": 0.05,
121
+ "quicksettings": "sd_model_checkpoint",
122
+ "ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
123
+ "ui_extra_networks_tab_reorder": "Checkpoints,Lora,Textual Inversion,Hypernetworks,",
124
+ "localization": "localization",
125
+ "show_progressbar": true,
126
+ "live_previews_enable": true,
127
+ "show_progress_grid": true,
128
+ "show_progress_every_n_steps": 10,
129
+ "show_progress_type": "Approx NN",
130
+ "live_preview_content": "Prompt",
131
+ "live_preview_refresh_period": 1000,
132
+ "hide_samplers": [
133
+ "Euler",
134
+ "LMS",
135
+ "Heun",
136
+ "DPM2",
137
+ "DPM2 a",
138
+ "DPM++ 2S a",
139
+ "DPM++ 2M",
140
+ "DPM fast",
141
+ "DPM adaptive",
142
+ "LMS Karras",
143
+ "DPM2 Karras",
144
+ "DPM2 a Karras",
145
+ "PLMS"
146
+ ],
147
+ "eta_ddim": 0.0,
148
+ "eta_ancestral": 1.0,
149
+ "ddim_discretize": "uniform",
150
+ "s_churn": 0.0,
151
+ "s_tmin": 0.0,
152
+ "s_noise": 1.0,
153
+ "eta_noise_seed_delta": 0,
154
+ "always_discard_next_to_last_sigma": false,
155
+ "postprocessing_enable_in_main_ui": [
156
+ "Color Enhance"
157
+ ],
158
+ "postprocessing_operation_order": [],
159
+ "upscaling_max_images_in_cache": 5,
160
+ "disabled_extensions": [],
161
+ "sd_checkpoint_hash": "d3976436e9bdbfa7767ffd6af271924f2ea512dfc6105ef59ee6ad13bcfbf071",
162
+ "ldsr_steps": 100,
163
+ "ldsr_cached": false,
164
+ "SWIN_tile": 192,
165
+ "SWIN_tile_overlap": 8,
166
+ "sd_lora": "None",
167
+ "lora_apply_to_outputs": false,
168
+ "control_net_model_config": "models/cldm_v15.yaml",
169
+ "control_net_model_adapter_config": "models/sketch_adapter_v14.yaml",
170
+ "control_net_detectedmap_dir": "/content/drive/MyDrive/SD-Data/Export/ControlMap",
171
+ "control_net_models_path": "",
172
+ "control_net_max_models_num": 3,
173
+ "control_net_model_cache_size": 1,
174
+ "control_net_control_transfer": false,
175
+ "control_net_no_detectmap": false,
176
+ "control_net_detectmap_autosaving": true,
177
+ "control_net_only_midctrl_hires": true,
178
+ "control_net_allow_script_control": false,
179
+ "control_net_skip_img2img_processing": false,
180
+ "control_net_monocular_depth_optim": false,
181
+ "control_net_only_mid_control": false,
182
+ "control_net_cfg_based_guidance": false,
183
+ "prompt_fusion_enabled": true,
184
+ "additional_networks_extra_lora_path": "",
185
+ "additional_networks_sort_models_by": "path name",
186
+ "additional_networks_reverse_sort_order": false,
187
+ "additional_networks_model_name_filter": "",
188
+ "additional_networks_xy_grid_model_metadata": "",
189
+ "additional_networks_hash_thread_count": 1.0,
190
+ "additional_networks_back_up_model_when_saving": true,
191
+ "additional_networks_show_only_safetensors": false,
192
+ "additional_networks_show_only_models_with_metadata": "disabled",
193
+ "additional_networks_max_top_tags": 20.0,
194
+ "additional_networks_max_dataset_folders": 20.0,
195
+ "ctp_flavor": "mocha",
196
+ "accent_color": "blue",
197
+ "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others, Maintenance",
198
+ "image_browser_hidden_components": [],
199
+ "image_browser_with_subdirs": true,
200
+ "image_browser_preload": false,
201
+ "image_browser_copy_image": false,
202
+ "image_browser_delete_message": true,
203
+ "image_browser_txt_files": true,
204
+ "image_browser_logger_warning": false,
205
+ "image_browser_logger_debug": false,
206
+ "image_browser_delete_recycle": false,
207
+ "image_browser_scan_exif": true,
208
+ "image_browser_mod_shift": false,
209
+ "image_browser_mod_ctrl_shift": false,
210
+ "image_browser_enable_maint": true,
211
+ "image_browser_ranking_pnginfo": false,
212
+ "image_browser_page_columns": 6.0,
213
+ "image_browser_page_rows": 6.0,
214
+ "image_browser_pages_perload": 20.0,
215
+ "tac_tagFile": "danbooru.csv",
216
+ "tac_active": true,
217
+ "tac_activeIn.txt2img": true,
218
+ "tac_activeIn.img2img": true,
219
+ "tac_activeIn.negativePrompts": true,
220
+ "tac_activeIn.thirdParty": true,
221
+ "tac_activeIn.modelList": "",
222
+ "tac_activeIn.modelListMode": "Blacklist",
223
+ "tac_slidingPopup": true,
224
+ "tac_maxResults": 5.0,
225
+ "tac_showAllResults": false,
226
+ "tac_resultStepLength": 100.0,
227
+ "tac_delayTime": 100.0,
228
+ "tac_useWildcards": true,
229
+ "tac_useEmbeddings": true,
230
+ "tac_useHypernetworks": true,
231
+ "tac_useLoras": true,
232
+ "tac_showWikiLinks": false,
233
+ "tac_replaceUnderscores": true,
234
+ "tac_escapeParentheses": true,
235
+ "tac_appendComma": true,
236
+ "tac_alias.searchByAlias": true,
237
+ "tac_alias.onlyShowAlias": false,
238
+ "tac_translation.translationFile": "None",
239
+ "tac_translation.oldFormat": false,
240
+ "tac_translation.searchByTranslation": true,
241
+ "tac_extra.extraFile": "extra-quality-tags.csv",
242
+ "tac_extra.addMode": "Insert before",
243
+ "animatoranon_film_folder": "/content/drive/MyDrive/SD-Data/Animation",
244
+ "animatoranon_prop_folder": "/content/drive/MyDrive/SD-Data/Animation",
245
+ "animatoranon_output_folder": "/content/drive/MyDrive/SD-Data/Export",
246
+ "save_mask": false,
247
+ "save_mask_composite": false,
248
+ "webp_lossless": false,
249
+ "img_max_size_mp": 200.0,
250
+ "extra_networks_card_width": 0.0,
251
+ "extra_networks_card_height": 0.0,
252
+ "extra_networks_add_text_separator": " ",
253
+ "return_mask": false,
254
+ "return_mask_composite": false,
255
+ "hidden_tabs": [],
256
+ "uni_pc_variant": "bh1",
257
+ "uni_pc_skip_type": "time_uniform",
258
+ "uni_pc_order": 3,
259
+ "uni_pc_lower_order_final": true,
260
+ "control_net_modules_path": "",
261
+ "control_net_high_res_only_mid": false,
262
+ "control_net_sync_field_args": false,
263
+ "controlnet_show_batch_images_in_ui": false,
264
+ "controlnet_increment_seed_during_batch": false,
265
+ "dp_ignore_whitespace": false,
266
+ "dp_write_raw_template": false,
267
+ "dp_write_prompts_to_file": false,
268
+ "dp_parser_variant_start": "{",
269
+ "dp_parser_variant_end": "}",
270
+ "dp_parser_wildcard_wrap": "__",
271
+ "dp_limit_jinja_prompts": false,
272
+ "dp_auto_purge_cache": false,
273
+ "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
274
+ "dp_magicprompt_batch_size": 1,
275
+ "disable_all_extensions": "none",
276
+ "restore_config_state_file": "",
277
+ "quicksettings_list": [
278
+ "sd_model_checkpoint",
279
+ "sd_vae",
280
+ "CLIP_stop_at_last_layers"
281
+ ],
282
+ "save_init_img": false,
283
+ "outdir_init_images": "outputs/init-images",
284
+ "SCUNET_tile": 256,
285
+ "SCUNET_tile_overlap": 8,
286
+ "list_hidden_files": true,
287
+ "randn_source": "GPU",
288
+ "cross_attention_optimization": "Automatic",
289
+ "s_min_uncond": 0,
290
+ "token_merging_ratio": 0,
291
+ "token_merging_ratio_img2img": 0,
292
+ "token_merging_ratio_hr": 0,
293
+ "dont_fix_second_order_samplers_schedule": false,
294
+ "lora_functional": false,
295
+ "extra_networks_show_hidden_directories": true,
296
+ "extra_networks_hidden_models": "When searched",
297
+ "lora_preferred_name": "Alias from file",
298
+ "lora_add_hashes_to_infotext": true,
299
+ "gradio_theme": "Default",
300
+ "img2img_editor_height": 720,
301
+ "js_modal_lightbox_gamepad": false,
302
+ "js_modal_lightbox_gamepad_repeat": 250.0,
303
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
304
+ "ui_tab_order": [],
305
+ "hires_fix_show_sampler": false,
306
+ "hires_fix_show_prompts": false,
307
+ "add_version_to_infotext": true,
308
+ "live_previews_image_format": "png",
309
+ "arh_javascript_aspect_ratio_show": true,
310
+ "arh_javascript_aspect_ratio": "1:1, 3:2, 4:3, 5:4, 16:9",
311
+ "arh_ui_javascript_selection_method": "Aspect Ratios Dropdown",
312
+ "arh_hide_accordion_by_default": true,
313
+ "arh_expand_by_default": false,
314
+ "arh_ui_component_order_key": "MaxDimensionScaler, MinDimensionScaler, PredefinedAspectRatioButtons, PredefinedPercentageButtons",
315
+ "arh_show_max_width_or_height": false,
316
+ "arh_max_width_or_height": 1024,
317
+ "arh_show_min_width_or_height": false,
318
+ "arh_min_width_or_height": 1024,
319
+ "arh_show_predefined_aspect_ratios": false,
320
+ "arh_predefined_aspect_ratio_use_max_dim": false,
321
+ "arh_predefined_aspect_ratios": "1:1, 4:3, 16:9, 9:16, 21:9",
322
+ "arh_show_predefined_percentages": false,
323
+ "arh_predefined_percentages": "25, 50, 75, 125, 150, 175, 200",
324
+ "arh_predefined_percentages_display_key": "Incremental/decremental percentage (-50%, +50%)",
325
+ "controlnet_disable_control_type": false,
326
+ "infzoom_outpath": "outputs",
327
+ "infzoom_outSUBpath": "infinite-zooms",
328
+ "infzoom_outsizeW": 512,
329
+ "infzoom_outsizeH": 512,
330
+ "infzoom_ffprobepath": "",
331
+ "infzoom_defPrompt": "{\n\t\"prePrompt\": \"Huge spectacular Waterfall in \",\n\t\"prompts\": {\n\t\t\"data\": [\n\t\t\t[0, \"a dense tropical forest\"],\n\t\t\t[2, \"a Lush jungle\"],\n\t\t\t[3, \"a Thick rainforest\"],\n\t\t\t[5, \"a Verdant canopy\"]\n\t\t]\n\t},\n\t\"postPrompt\": \"epic perspective,(vegetation overgrowth:1.3)(intricate, ornamentation:1.1),(baroque:1.1), fantasy, (realistic:1) digital painting , (magical,mystical:1.2) , (wide angle shot:1.4), (landscape composed:1.2)(medieval:1.1),(tropical forest:1.4),(river:1.3) volumetric lighting ,epic, style by Alex Horley Wenjun Lin greg rutkowski Ruan Jia (Wayne Barlowe:1.2)\",\n\t\"negPrompt\": \"frames, border, edges, borderline, text, character, duplicate, error, out of frame, watermark, low quality, ugly, deformed, blur, bad-artist\"\n}",
332
+ "infzoom_collectAllResources": false,
333
+ "mov2mov_outpath_samples": "/content/drive/MyDrive/SD-Data/Export/mov2mov-images",
334
+ "mov2mov_output_dir": "/content/drive/MyDrive/SD-Data/Export/mov2mov-videos",
335
+ "sadtalker_result_dir": "/content/SDVN/outputs/SadTalker",
336
+ "def_img_cfg": "1.5",
337
+ "deforum_keep_3d_models_in_vram": false,
338
+ "deforum_enable_persistent_settings": false,
339
+ "deforum_persistent_settings_path": "models/Deforum/deforum_persistent_settings.txt",
340
+ "deforum_ffmpeg_location": "ffmpeg",
341
+ "deforum_ffmpeg_crf": 17,
342
+ "deforum_ffmpeg_preset": "slow",
343
+ "deforum_debug_mode_enabled": false,
344
+ "deforum_save_gen_info_as_srt": false,
345
+ "deforum_embed_srt": false,
346
+ "deforum_save_gen_info_as_srt_params": [
347
+ "Noise Schedule"
348
+ ]
349
+ }
styles.csv ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name,prompt,negative_prompt
2
+ Cách sử dụng,"© stablediffusion.vn - Style v1.6.14
3
+ Cách sử dụng :
4
+ - Có 3 bộ thẻ chính ( Quality, Object, Random )
5
+ - Ngoại trừ các thẻ Random, tất cả các thẻ đều có thể sử dụng chung với nhau.
6
+ - Có thể kết hợp các thẻ kèm với các từ khoá bổ sung.
7
+ VD cơ bản : Để tạo hình 1 cô gái ở quán cà phê - Sử dụng prompt - lady in the coffee shop + 2 thẻ cơ bản : NegativeBase , Quality + 2 các thẻ Obiect : Wear, Light để tạo ngẫu nhiên trang phục, ánh sáng",
8
+ ___________,,
9
+ BasePrompt,"(masterpiece,best quality:1.5)","(worst quality, low quality,nsfw,nipple, pussy:1.5)"
10
+ RealQuality,"ultra realistic,32k,RAW photo,(high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain",
11
+ RealNegative,,"(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"
12
+ NegativeText,,"watermark,text, logo,contact, error, blurry, cropped, username, artist name, monochrome,"
13
+ NegativeBody,,"((bad anatomy)), ((extra limbs)),big face, big body, big eyes, short girl,hand, finger, dude,open mouth,(pussy:1.2)"
14
+ NegativeTextual,,"EasyNegative, Deepnegative, BadHands, BadImage, BadArtist, BadArtistAnime, BadPrompt"
15
+ __________,,
16
+ Light,"{1-3$$ soft lighting,gorgeous light and shadow | stunning environment |vibrant colors}",
17
+ Acssessory,{1-4$$ earrings | bracelets | necklace | jewelry | __*/accessories__},
18
+ Hair,__*/Hair/*__,
19
+ Wear,__*/Wear/*__,
20
+ Location,__*/Location/*__,
21
+ Item,__*/Items/*__,
22
+ Style,__*/Style/*__,
23
+ View,__*/View/*__,
24
+ Time,__*/Time/*__,
25
+ Characters,__*/Characters/*__,
26
+ CameraLight,"__*/camera__ , __*/lighting__,__*/lenses__,__*/focus__",
27
+ Stylemix,({1-4$$ style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__}:1.5),
28
+ _________,,
29
+ Random,__*/Random__,"watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw,nipple, pussy:1.5)"
30
+ R-Fashion,__*/RandomFashion__,"watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw,nipple, pussy:1.5)"
31
+ R-Allstyle,"{ (ultra realistic,32k,RAW photo,high detailed skin:1.1) | 2:: (style of __*/styleof__:1.3) }
32
+ (masterpiece,best quality:1.5),
33
+ __*/outfits__, __*/Location/*__,__*/Time/*__, __*/Characters/*__","(worst quality, low quality,nsfw,nipple, pussy:1.5)"
34
+ R-PortraitLadyArt,"(masterpiece,best quality:1.5), ({1-4$$ style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__}:1.5) BREAK
35
+ ( {short hair | long hair}, __*/haircolor__ hair:1.1),portrait, BREAK
36
+ (lady:1.2), __*/colors__ __*/Wear/*__, __*/Time/*__, brown eyes, __*/emojis__","(worst quality, low quality,nsfw,nipple, pussy:1.5),text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck,hand"
37
+ R-PortraitLadyReal,"(masterpiece,best quality:1.5), ({1-4$$ style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__}), BREAK
38
+ ( {short hair | long hair}, __*/haircolor__ hair:1.1),portrait, BREAK
39
+ (lady:1.2), __*/colors__ __*/Wear/*__, __*/Time/*__, brown eyes, __*/emojis__,, ultra realistic,32k,RAW photo,(high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, __*/camera__ , __*/lighting__,__*/lenses__,__*/focus__","(worst quality, low quality,nsfw,nipple, pussy:1.5),text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck,hand, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"
40
+ R-PortraitCharArt,"(masterpiece,best quality:1.5), ({1-4$$ style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__}:1.5) BREAK
41
+ portrait, (__*/Characters/*__:1.2)","(worst quality, low quality,nsfw,nipple, pussy:1.5),text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck,hand"
42
+ R-PortraitCharReal,"(masterpiece,best quality:1.5), ({1-4$$ style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__ | style of __*/styleof__}), BREAK
43
+ portrait, (__*/Characters/*__:1.2) , __*/emojis__, ultra realistic,32k,RAW photo,(high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, __*/camera__ , __*/lighting__,__*/lenses__,__*/focus__","(worst quality, low quality,nsfw,nipple, pussy:1.5),text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck,hand, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"
44
+ Concept-Aodai,"(masterpiece, best quality:1.5),({1-2$$ cloud | sky | night sky | waves | Mountain | forest | chinese building | rain | snow | beach | city | street | market | night street | desert | studio | waterfall | river | painting studio | __*/colors__ background },{ 2-4$$ 🌺 | 🌸 | 🪴| 🌱 |🍁|🌷|🌹| 🌺 | 🌼 | 🌻 |🪻 | 🪴| 🎍| 🎋| 🌵 }:1.3)
45
+ lady, full body, black hair, brown eyes, { long hair | short hair | simple side brad hair }, __*/colors__ aodai, white { shoes | high heels } , earring","(worst quality, low quality,nsfw,nipple, pussy:1.5),(big eyes:1.2),(belts, hats:1.1), (wavy hair), (chibi, 3dcutecharacter, 3dcharacter, kid, little girl)"