SYMBOL INDEX (131 symbols across 5 files) FILE: assets/a1111webui.js function genParamQuote (line 5) | function genParamQuote(text) { function formatMet (line 13) | function formatMet(name, val, bad) { function formatMetadata (line 24) | function formatMetadata(valSet) { function crunchParamHook (line 79) | function crunchParamHook(data, key, value) { FILE: assets/jsgif.js function ByteArray (line 15) | function ByteArray() { function encode64 (line 1368) | function encode64(input) { FILE: assets/proc.js function loadData (line 8) | function loadData() { function getExtension (line 60) | function getExtension(filePath) { function fix_video (line 68) | function fix_video(path) { function updateStylesToMatchInputs (line 97) | function updateStylesToMatchInputs() { function getAxisById (line 102) | function getAxisById(id) { function getNextAxis (line 106) | function getNextAxis(axes, startId) { function getSelectedValKey (line 119) | function getSelectedValKey(axis) { function clickRowImage (line 130) | function clickRowImage(rows, x, y) { function escapeHtml (line 243) | function escapeHtml(text) { function unescapeHtml (line 250) | function unescapeHtml(text) { function canShowVal (line 254) | function canShowVal(axis, val) { function setShowVal (line 258) | function setShowVal(axis, val, show) { function getNavValTab (line 263) | function getNavValTab(axis, val) { function percentToRedGreen (line 267) | function percentToRedGreen(percent) { function getXAxisContent (line 277) | function getXAxisContent(x, y, xAxis, yval, x2Axis, x2val, y2Axis, y2val) { function setImgPlaceholder (line 395) | function setImgPlaceholder(img) { function optDescribe (line 409) | function optDescribe(isFirst, val) { function fillTable (line 413) | function fillTable() { function getCurrentSelectedAxis (line 474) | function getCurrentSelectedAxis(axisPrefix) { function getShownItemsOfAxis (line 480) | function getShownItemsOfAxis(axis) { function getWantedScaling (line 484) | function getWantedScaling() { function setImageScale (line 499) | function setImageScale(image, percent) { function updateScaling (line 526) | function updateScaling() { function toggleDescriptions (line 534) | function toggleDescriptions() { function toggleShowAllAxis (line 544) | function toggleShowAllAxis(axisId) { function toggleShowVal (line 555) | function toggleShowVal(axis, val) { function enableRange (line 570) | function enableRange(id) { function clickTabAfterActiveTab (line 585) | function clickTabAfterActiveTab(tabs) { function startAutoScroll (line 609) | async function startAutoScroll() { function crunchMetadata (line 633) | function crunchMetadata(parts) { function doPopupFor (line 658) | function doPopupFor(img) { function updateTitleStickyDirect (line 676) | function updateTitleStickyDirect() { function updateTitleSticky (line 684) | function updateTitleSticky() { function toggleTopSticky (line 703) | function toggleTopSticky() { function toggleLabelSticky (line 712) | function toggleLabelSticky() { function removeGeneratedImages (line 721) | function removeGeneratedImages() { function makeImage (line 725) | function makeImage(minRow = 0, doClear = true) { function makeGif (line 904) | function makeGif() { function updateHash (line 980) | function updateHash() { function applyHash (line 1001) | function applyHash(hash) { function tryReloadImg (line 1052) | function tryReloadImg(img) { function checkForUpdates (line 1068) | function checkForUpdates() { FILE: gridgencore.py function escape_html (line 38) | def escape_html(text: str): function clean_file_path (line 41) | def clean_file_path(fn: str): function get_version (line 47) | def get_version(): function list_image_files (line 58) | def list_image_files(): function clear_caches (line 75) | def clear_caches(): function get_name_list (line 79) | def get_name_list(): function fix_dict (line 84) | def fix_dict(d: dict): function clean_for_web (line 91) | def clean_for_web(text: str): function clean_id (line 98) | def clean_id(id: str): function clean_mode (line 101) | def clean_mode(id: str): function clean_name (line 104) | def clean_name(name: str): function get_best_in_list (line 107) | def get_best_in_list(name: str, list: list): function choose_better_file_name (line 121) | def choose_better_file_name(raw_name: str, full_name: str): function fix_num (line 127) | def fix_num(num): function expand_numeric_list_ranges (line 132) | def expand_numeric_list_ranges(in_list, num_type): class GridSettingMode (line 154) | class GridSettingMode: method __init__ (line 166) | def __init__(self, dry: bool, type: str, apply: callable, min: float =... function registerMode (line 176) | def registerMode(name: str, mode: GridSettingMode): function validate_params (line 182) | def validate_params(grid, params: dict): function apply_field (line 186) | def apply_field(name: str): function apply_field_as_image_data (line 191) | def apply_field_as_image_data(name: str): function validate_single_param (line 201) | def validate_single_param(p: str, v): class GridYamlLoader (line 249) | class GridYamlLoader(yaml.SafeLoader): class AxisValue (line 259) | class AxisValue: method __init__ (line 260) | def __init__(self, axis, grid, key: str, val): method __str__ (line 303) | def __str__(self): method __unicode__ (line 305) | def __unicode__(self): class Axis (line 308) | class Axis: method build_from_list_str (line 309) | def build_from_list_str(self, id, grid, list_str): method __init__ (line 336) | def __init__(self, grid, id: str, obj): class GridFileHelper (line 365) | class GridFileHelper: method proc_variables (line 366) | def proc_variables(self, text): method read_grid_direct (line 374) | def read_grid_direct(self, key: str): method read_str_from_grid (line 377) | def read_str_from_grid(self, key: str): method parse_yaml (line 380) | def parse_yaml(self, yaml_content: dict, grid_file: str): class SingleGridCall (line 422) | class SingleGridCall: method __init__ (line 423) | def __init__(self, values: list): method flatten_params (line 432) | def flatten_params(self, grid: GridFileHelper): method apply_to (line 440) | def apply_to(self, p, dry: bool): class GridRunner (line 448) | class GridRunner: method __init__ (line 449) | def __init__(self, grid: GridFileHelper, do_overwrite: bool, base_path... method update_live_file (line 463) | def update_live_file(self, new_file: str): method build_value_set_list (line 471) | def build_value_set_list(self, axis_list: list): method preprocess (line 492) | def preprocess(self): method run (line 507) | def run(self, dry: bool): class WebDataBuilder (line 535) | class WebDataBuilder(): method build_json (line 536) | def build_json(grid: GridFileHelper, publish_gen_metadata: bool, p, dr... method radio_button_html (line 598) | def radio_button_html(name, id, descrip, label): method axis_bar (line 601) | def axis_bar(label, content): method build_html (line 604) | def build_html(grid): method emit_web_data (line 667) | def emit_web_data(path: str, grid, publish_gen_metadata: bool, p, yaml... function run_grid_gen (line 691) | def run_grid_gen(pass_through_obj, input_file: str, output_folder_base: ... FILE: scripts/infinity_grid.py function get_model_for (line 34) | def get_model_for(name): function apply_model (line 37) | def apply_model(p, v): function clean_model (line 41) | def clean_model(p, v): function get_vae_for (line 47) | def get_vae_for(name): function apply_vae (line 50) | def apply_vae(p, v): function clean_vae (line 61) | def clean_vae(p, v): function apply_codeformer_weight (line 70) | def apply_codeformer_weight(p, v): function apply_restore_faces (line 73) | def apply_restore_faces(p, v): function prompt_replace_parse_list (line 83) | def prompt_replace_parse_list(in_list): function apply_prompt_replace (line 95) | def apply_prompt_replace(p, v): function apply_enable_hr (line 106) | def apply_enable_hr(p, v): function apply_styles (line 112) | def apply_styles(p, v: str): function apply_setting_override (line 115) | def apply_setting_override(name: str): function try_init (line 123) | def try_init(): function a1111_grid_call_init_hook (line 217) | def a1111_grid_call_init_hook(grid_call: core.SingleGridCall): function a1111_grid_call_param_add_hook (line 220) | def a1111_grid_call_param_add_hook(grid_call: core.SingleGridCall, param... function a1111_grid_call_apply_hook (line 235) | def a1111_grid_call_apply_hook(grid_call: core.SingleGridCall, param: st... function a1111_grid_runner_pre_run_hook (line 239) | def a1111_grid_runner_pre_run_hook(grid_runner: core.GridRunner): class TempHolder (line 245) | class TempHolder: pass function a1111_grid_runner_pre_dry_hook (line 247) | def a1111_grid_runner_pre_dry_hook(grid_runner: core.GridRunner): function a1111_grid_runner_post_dry_hook (line 254) | def a1111_grid_runner_post_dry_hook(grid_runner: core.GridRunner, p, set): function a1111_grid_runner_count_steps (line 284) | def a1111_grid_runner_count_steps(grid_runner: core.GridRunner, set): function a1111_webdata_get_base_param_data (line 297) | def a1111_webdata_get_base_param_data(p): class SettingsFixer (line 323) | class SettingsFixer(): method __enter__ (line 324) | def __enter__(self): method __exit__ (line 330) | def __exit__(self, exc_type, exc_value, tb): class Script (line 339) | class Script(scripts.Script): method title (line 343) | def title(self): method show (line 346) | def show(self, is_img2img): method ui (line 349) | def ui(self, is_img2img): method run (line 451) | def run(self, p, do_overwrite, generate_page, dry_run, validate_replac...