SYMBOL INDEX (126 symbols across 7 files) FILE: composable_lora.py function lora_forward (line 10) | def lora_forward(compvis_module: Union[torch.nn.Conv2d, torch.nn.Linear,... function load_prompt_loras (line 87) | def load_prompt_loras(prompt: str): function reset_counters (line 132) | def reset_counters(): function reset_step_counters (line 144) | def reset_step_counters(): function add_step_counters (line 151) | def add_step_counters(): function log_lora (line 170) | def log_lora(): function plot_lora (line 218) | def plot_lora(): function lora_backup_weights (line 235) | def lora_backup_weights(self: Union[torch.nn.Conv2d, torch.nn.Linear, to... function clear_cache_lora (line 251) | def clear_cache_lora(compvis_module : Union[torch.nn.Conv2d, torch.nn.Li... function apply_composable_lora (line 295) | def apply_composable_lora(lora_layer_name, m_lora, module, m_type: str, ... function lora_Linear_forward (line 428) | def lora_Linear_forward(self, input): function lora_Conv2d_forward (line 471) | def lora_Conv2d_forward(self, input): function lora_MultiheadAttention_forward (line 515) | def lora_MultiheadAttention_forward(self, input): function noop (line 560) | def noop(): function should_reload (line 563) | def should_reload(): FILE: composable_lora_function_handler.py function on_enable (line 5) | def on_enable(): function on_disable (line 44) | def on_disable(): FILE: composable_lora_step.py class Runable (line 15) | class Runable: method __init__ (line 20) | def __init__(self, code : str, code_name : str = ""): method compile_self (line 29) | def compile_self(self): method convertExpr2Expression (line 46) | def convertExpr2Expression(self, expr : ast.Expr): method run (line 53) | def run(self, module): class LoRA_data (line 63) | class LoRA_data: method __init__ (line 64) | def __init__(self, name : str, weight : float): method __repr__ (line 67) | def __repr__(self): method __str__ (line 69) | def __str__(self): class LoRA_Weight_CMD (line 72) | class LoRA_Weight_CMD: method getWeight (line 73) | def getWeight(self, weight : float, progress: float, step : int, all_s... class LoRA_Weight_decrement (line 76) | class LoRA_Weight_decrement(LoRA_Weight_CMD): method getWeight (line 77) | def getWeight(self, weight : float, progress: float, step : int, all_s... class LoRA_Weight_increment (line 80) | class LoRA_Weight_increment(LoRA_Weight_CMD): method getWeight (line 81) | def getWeight(self, weight : float, progress: float, step : int, all_s... function raise_ (line 84) | def raise_(ex): function not_allow (line 86) | def not_allow(name): class LoRA_Weight_eval (line 121) | class LoRA_Weight_eval(LoRA_Weight_CMD): method __init__ (line 122) | def __init__(self, command : str, code_name : str = ""): method getWeight (line 131) | def getWeight(self, weight : float, progress: float, step : int, all_s... method __repr__ (line 168) | def __repr__(self): method __str__ (line 170) | def __str__(self): class LoRA_Controller_Base (line 173) | class LoRA_Controller_Base: method __init__ (line 174) | def __init__(self): method getWeight (line 177) | def getWeight(self, weight : float, progress: float, step : int, all_s... method test (line 183) | def test(self, test_lora : str, step : int, all_step : int, custom_sco... class LoRA_Controller (line 187) | class LoRA_Controller(LoRA_Controller_Base): method __init__ (line 188) | def __init__(self, name : str, weight : float): method test (line 192) | def test(self, test_lora : str, step : int, all_step : int, custom_sco... method __repr__ (line 196) | def __repr__(self): method __str__ (line 198) | def __str__(self): class LoRA_StartEnd_Controller (line 202) | class LoRA_StartEnd_Controller(LoRA_Controller_Base): method __init__ (line 203) | def __init__(self, name : str, weight : float, start : Union[float, in... method test (line 209) | def test(self, test_lora : str, step : int, all_step : int, custom_sco... method __repr__ (line 224) | def __repr__(self): method __str__ (line 226) | def __str__(self): class LoRA_Switcher_Controller (line 230) | class LoRA_Switcher_Controller(LoRA_Controller_Base): method __init__ (line 231) | def __init__(self, lora_dist : List[LoRA_data], start : Union[float, i... method test (line 240) | def test(self, test_lora : str, step : int, all_step : int, custom_sco... method __repr__ (line 256) | def __repr__(self): method __str__ (line 258) | def __str__(self): function parse_step_rendering_syntax (line 262) | def parse_step_rendering_syntax(prompt: str): function check_lora_weight (line 276) | def check_lora_weight(controllers : List[LoRA_Controller_Base], test_lor... function get_lora_list (line 284) | def get_lora_list(prompt: str): function get_or_list (line 299) | def get_or_list(prompt: str): function escape_prompt (line 312) | def escape_prompt(prompt : str): class MySearchResult (line 326) | class MySearchResult: method __init__ (line 327) | def __init__(self): function extra_net_split (line 331) | def extra_net_split(input_str : str, pattern : str): function extra_net_re_search (line 371) | def extra_net_re_search(pattern : Union[str, re.Pattern[str]], input_str... function unescape_string (line 411) | def unescape_string(input_string : str): function get_LoRA_Controllers (line 442) | def get_LoRA_Controllers(prompt: str): function get_all_step_rendering_in_prompt (line 583) | def get_all_step_rendering_in_prompt(input_prompt : str): FILE: composable_lycoris.py function lycoris_forward (line 8) | def lycoris_forward(compvis_module: Union[torch.nn.Conv2d, torch.nn.Line... function composable_forward (line 65) | def composable_forward(module, patch, alpha, multiplier, res): function normalize_lora_name (line 72) | def normalize_lora_name(lora_name): function get_lora_inference (line 76) | def get_lora_inference(module, input): function get_lora_patch (line 88) | def get_lora_patch(module, input, res, lora_layer_name): function get_lora_alpha (line 120) | def get_lora_alpha(module, default_val): function check_lycoris_end_layer (line 128) | def check_lycoris_end_layer(lora_layer_name: str, res, num_loras): function lycoris_get_multiplier (line 141) | def lycoris_get_multiplier(lycoris_model, lora_layer_name): function lycoris_get_multiplier_normalized (line 152) | def lycoris_get_multiplier_normalized(lycoris_model, lora_layer_name): class FakeModule (line 163) | class FakeModule(torch.nn.Module): method __init__ (line 164) | def __init__(self, weight, func): method forward (line 169) | def forward(self, x): class FullModule (line 172) | class FullModule: method __init__ (line 173) | def __init__(self): method down (line 181) | def down(self, x): method inference (line 184) | def inference(self, x): class IA3Module (line 187) | class IA3Module: method __init__ (line 188) | def __init__(self): method down (line 196) | def down(self, x): method inference (line 199) | def inference(self, x): method composable_forward (line 202) | def composable_forward(self, patch, alpha, multiplier, res): class LoraUpDownModule (line 206) | class LoraUpDownModule: method __init__ (line 207) | def __init__(self): method down (line 219) | def down(self, x): method inference (line 222) | def inference(self, x): function make_weight_cp (line 241) | def make_weight_cp(t, wa, wb): class LoraHadaModule (line 245) | class LoraHadaModule: method __init__ (line 246) | def __init__(self): method down (line 261) | def down(self, x): method inference (line 264) | def inference(self, x): function make_kron (line 286) | def make_kron(orig_shape, w1, w2): class LoraKronModule (line 292) | class LoraKronModule: method __init__ (line 293) | def __init__(self): method alpha (line 310) | def alpha(self): method alpha (line 317) | def alpha(self, x): method down (line 320) | def down(self, x): method inference (line 323) | def inference(self, x): function convert_lycoris (line 343) | def convert_lycoris(lycoris_module, sd_module): function is_loha (line 468) | def is_loha(m_lora): function pass_loha_to_gpu (line 471) | def pass_loha_to_gpu(m_loha): FILE: lora_ext.py function get_loaded_lora (line 8) | def get_loaded_lora(): function load_lora_ext (line 22) | def load_lora_ext(): FILE: plot_helper.py class YAxis (line 11) | class YAxis: class PlotDefinition (line 16) | class PlotDefinition: function plot_lora_weight (line 21) | def plot_lora_weight(lora_weights, lora_names): function fig2img (line 33) | def fig2img(fig): function plot_graph (line 41) | def plot_graph( FILE: scripts/composable_lora_script.py function unload (line 14) | def unload(): function check_install_state (line 63) | def check_install_state(): class ComposableLoraScript (line 74) | class ComposableLoraScript(scripts.Script): method title (line 75) | def title(self): method show (line 78) | def show(self, is_img2img): method ui (line 81) | def ui(self, is_img2img): method process (line 95) | def process(self, p: StableDiffusionProcessing, method process_batch (line 136) | def process_batch(self, p: StableDiffusionProcessing, *args, **kwargs): method postprocess (line 140) | def postprocess(self, p, processed, *args):