Advertisement
WorldTeacher

settings

Aug 9th, 2022
957
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.16 KB | None | 0 0
  1. // It is recommended that you DO NOT edit this file. Instead, make a copy that contains the settings you wish to change,
  2. // then simply specify your copy on the command line:
  3. // For example:
  4. // python prd.py -s my_settings.json
  5. {
  6.     "batch_name": "Tower",
  7.     "text_prompts": {
  8.         "0": ["A hyper realistic octane render of a massive aged tower reaching the sky, by greg rutkowski and jesper ejsing, detailed, dreadful, 8k resolution, trending on artstation"],
  9.         "250":["alternate dimension, vivid colors, mandala"],
  10.         "500":["lightning flashes around the tower"],
  11.         "750":[clouds, stars flickering through the clouds],
  12.     },
  13.     "steps": 1000,
  14.  
  15.     "n_batches": 10,
  16.     "steps": 1000,
  17.     "display_rate": 10,
  18.     "width": 832,
  19.     "height": 512,
  20.     "set_seed": "random_seed",
  21.     "image_prompts": {},
  22.     "clip_guidance_scale": "auto",
  23.     "tv_scale": 0,
  24.     "range_scale": 150,
  25.     "sat_scale": 0,
  26.     "cutn_batches": 8,
  27.     "init_image": null,
  28.     "init_masked": null,
  29.     "render_mask": null,
  30.     "skip_steps_ratio": 0.33,
  31.     "init_scale": 1000,
  32.     "skip_steps": 0,
  33.     "perlin_init": false,
  34.     "perlin_mode": "mixed",
  35.     "perlin_contrast": 1.0,
  36.     "perlin_brightness": 1.0,
  37.     "skip_augs": false,
  38.     "randomize_class": true,
  39.     "clip_denoised": false,
  40.     "clamp_grad": true,
  41.     "clamp_max": "auto",
  42.     "fuzzy_prompt": false,
  43.     "rand_mag": 0.05,
  44.     "eta": "auto",
  45.     "diffusion_model": "512x512_diffusion_uncond_finetune_008100",
  46.     "use_secondary_model": false,
  47.     "sampling_mode": "ddim",
  48.     "ViTB32": 1.0,
  49.     "ViTB16": 1.0,
  50.     "ViTL14": false,
  51.     "ViTL14_336": false,
  52.     "RN101": false,
  53.     "RN50": 1.0,
  54.     "RN50x4": false,
  55.     "RN50x16": false,
  56.     "RN50x64": false,
  57.     "ViTB32_laion2b_e16": 0.0,
  58.     "ViTB32_laion400m_e31": 0.0,
  59.     "ViTB32_laion400m_32": 0.0,
  60.     "ViTB32quickgelu_laion400m_e31": 0.0,
  61.     "ViTB32quickgelu_laion400m_e32": 0.0,
  62.     "ViTB16_laion400m_e31": 0.0,
  63.     "ViTB16_laion400m_e32": 0.0,
  64.     "RN50_yffcc15m": 0.0,
  65.     "RN50_cc12m": 0.0,
  66.     "RN50_quickgelu_yfcc15m": 0.0,
  67.     "RN50_quickgelu_cc12m": 0.0,
  68.     "RN101_yfcc15m": 0.0,
  69.     "RN101_quickgelu_yfcc15m": 0.0,
  70.     "cut_overview": "[5]*400+[1]*600",
  71.     "cut_innercut": "[1]*400+[5]*600",
  72.     "cut_ic_pow": "[1]*500+[10]*500",
  73.     "cut_ic_pow_final": null,
  74.     "cut_icgray_p": "[0.2]*400+[0]*600",
  75.     "cut_heatmaps": false,
  76.     "smooth_schedules": false,
  77.     "intermediate_saves": 0,
  78.     "stop_early": 0,
  79.     "fix_brightness_contrast": true,
  80.     "gobig_scale": 2,
  81.     "gobig_skip_ratio": 0.6,
  82.     "gobig_overlap": 64,
  83.     "keep_unsharp": false,
  84.     "symmetry_loss_v": false,
  85.     "symmetry_loss_h": false,
  86.     "symm_loss_scale":  20000,
  87.     "symm_switch": 45,
  88.     "interp_spline": "Linear",
  89.     "max_frames": 1000,
  90.     "sharpen_preset": "Off",
  91.     "frames_scale": 1500,
  92.     "frames_skip_steps": "60%",
  93.     "animation_mode": "None",
  94.     "key_frames": true,
  95.     "angle": "0:(0)",
  96.     "zoom": "0: (1), 10: (1.05)",
  97.     "translation_x": "0: (0)",
  98.     "translation_y": "0: (0)",
  99.     "video_init_path": "/content/training.mp4",
  100.     "extract_nth_frame": 2,
  101.     "use_jpg": false,
  102.     "cool_down": 0
  103. }
  104.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement