|
|
| |
| [basic_settings] |
| |
| latent_diffusion_guidance_scale = 1.75 |
| clip_guidance_scale = 5000 |
| aesthetic_loss_scale = 400 |
| augment_cuts=True |
|
|
| |
| starting_timestep = 0.9 |
| init_scale = 1000 |
| init_brightness = 0.0 |
| init_noise = 0.57 |
|
|
| [advanced_settings] |
| |
| use_cond_fn = True |
|
|
| |
| custom_schedule_setting = [[50, 1000, 8], 'gfpgan:1.5', [5, 200, 5]] |
|
|
| |
| clamp_index = [2, 1.6] |
| cut_overview = [8]*500 + [4]*500 |
| cut_innercut = [0]*500 + [4]*500 |
| cut_blur_n = [0]*1300 |
| cut_blur_kernel = 3 |
| cut_ic_pow = 0.5 |
| cut_icgray_p = [0.1]*300 + [0]*1000 |
| cutn_batches = 1 |
| range_index = [0]*200 + [3]*400 + [0]*1000 |
| active_function = "softsign" |
| ths_method= "softsign" |
| tv_scales = [50]*1 + [20]*1 + [0]*2 |
|
|
| |
| clip_guidance_schedule = [5000]*1000 |
| |
| |
| symmetric_loss_scale = 0 |
|
|
| |
| |
| scale_div = 1 |
| |
| opt_mag_mul = 15 |
| opt_ddim_eta = 1.3 |
| opt_eta_end = 1 |
| opt_temperature = 0.95 |
|
|
| |
| grad_center = False |
| |
| grad_scale=0.25 |
| score_modifier = True |
| threshold_percentile = 0.9 |
| threshold = 1.2 |
| var_index = [1]*1000 |
| var_range = 0.5 |
| mean_index = [10]*1000 |
| mean_range = 0.2 |
|
|
| |
| init_rotate=False |
| mask_rotate=False |
| init_magnitude = 0.15 |
|
|
| |
| RGB_min = -0.95 |
| RGB_max = 0.95 |
| |
| padargs = {'mode': 'constant', 'value': -1} |
| flip_aug=False |
| |
| |
| experimental_aesthetic_embeddings = True |
| |
| experimental_aesthetic_embeddings_weight = 0.3 |
| |
| experimental_aesthetic_embeddings_score = 8 |
|
|
| |
| grad_blur = False |
| compress_steps = 0 |
| compress_factor = 0.1 |
| punish_steps = 0 |
| punish_factor = 0.8 |
| |