MCPcopy Create free account

hub / github.com/DenOfEquity/ersatzForge / functions

Functions5,664 in github.com/DenOfEquity/ersatzForge

↓ 4 callersMethodlaunch_sampling
(self, steps, func)
modules/sd_samplers_common.py:276
↓ 4 callersMethodmake_zero_conv
(self, channels)
backend/nn/cnets/cldm.py:360
↓ 4 callersFunctionmerge_lora_to_weight
(patches, weight, key="online_lora", computation_dtype=torch.float32)
backend/patcher/lora.py:163
↓ 4 callersMethodmeta_with_dtype_and_shape
(cls, dtype: Any, shape: Any)
packages/gguf/lazy.py:178
↓ 4 callersFunctionnoise_pred_fn
(x, t_continuous, cond=None)
modules/models/diffusion/uni_pc/uni_pc.py:292
↓ 4 callersMethodnoise_scaling
(self, sigma, noise, latent_image, max_denoise=False)
backend/modules/k_prediction.py:93
↓ 4 callersMethodprocess_clip_state_dict_for_saving
(self, state_dict)
packages/huggingface_guess/model_list.py:80
↓ 4 callersFunctionprocessing_uses_inpainting
(p)
extensions-builtin/soft-inpainting/scripts/soft_inpainting.py:37
↓ 4 callersFunctionrandn
Uses the seed parameter to set the global torch seed; to generate more with that seed, use randn_like/randn_without_seed.
modules/rng.py:117
↓ 4 callersFunctionread_arbitrary_config
(directory)
backend/utils.py:11
↓ 4 callersMethodread_user_metadata
(self, item, use_cache=True)
modules/ui_extra_networks.py:205
↓ 4 callersFunctionrefresh_available_extensions_from_data
(selected_tags, showing_type, filtering_type, sort_column, filter_text="")
modules/ui_extensions.py:271
↓ 4 callersFunctionrefresh_model_loading_parameters
()
modules_forge/main_entry.py:214
↓ 4 callersFunctionremoveProgressBar
()
javascript/progressbar.js:122
↓ 4 callersMethodreset
(self)
modules/timer.py:81
↓ 4 callersFunctionrotate_half
Rotates half the hidden dims of the input.
extensions-builtin/forge_space_Qwen3_TTS/huggingface_space_mirror/qwen_tts/core/models/modeling_qwen3_tts.py:615
↓ 4 callersFunctionrun_git
(path, *args)
modules/sysinfo.py:156
↓ 4 callersMethodsaveState
()
modules_forge/forge_canvas/canvas.js:668
↓ 4 callersMethodscripts_in_preferred_order
(self)
modules/scripts_postprocessing.py:140
↓ 4 callersMethodsearch_terms_from_path
(self, filename, possible_directories=None)
modules/ui_extra_networks.py:218
↓ 4 callersMethodset_attn_processor
r""" Sets the attention processor to use to compute attention. Parameters: processor (`dict` of `AttentionProcessor` or o
extensions-builtin/forge_space_geowizard/geo_models/unet_2d_condition.py:650
↓ 4 callersMethodset_timestep
Set current timestep for DyPE. Timestep normalized to [0, 1] where 1 is pure noise.
backend/nn/flux.py:271
↓ 4 callersMethodset_value
(value)
modules_forge/forge_canvas/canvas.js:12
↓ 4 callersFunctionsetupTokenCounting
(id, id_counter, id_button)
javascript/token-counters.js:63
↓ 4 callersMethodsetup_save_handler
(self, button, func, components)
modules/ui_extra_networks_user_metadata.py:145
↓ 4 callersMethodshow
is_img2img is True if this function is called for the img2img interface, and False otherwise This function should return:
modules/scripts.py:116
↓ 4 callersMethodstep
Emits an AlignmentAnalysisResult into the output queue, and potentially modifies the logits to force an EOS.
extensions-builtin/forge_space_ChatterboxTurbo/huggingface_space_mirror/chatterbox/models/t3/inference/alignment_stream_analyzer.py:89
↓ 4 callersFunctionswitch_to_img2img_tab
(no)
javascript/ui.js:68
↓ 4 callersFunctiontorch_bgr_to_pil_image
(tensor: torch.Tensor)
modules_forge/utils.py:113
↓ 4 callersFunctionwebpath
(fn)
modules/ui_gradio_extensions.py:8
↓ 4 callersFunctionwrap_call
(func, filename, funcname, *args, default=None, **kwargs)
modules/scripts.py:543
↓ 4 callersFunctionwrap_gradio_gpu_call
(func, extra_outputs=None)
modules/call_queue.py:23
↓ 4 callersMethodwrite_user_metadata
(self, name, metadata)
modules/ui_extra_networks_user_metadata.py:128
↓ 3 callersFunctionFourier_filter
(x, threshold, scale)
extensions-builtin/sd_forge_freeu/scripts/forge_freeu.py:8
↓ 3 callersFunctionFsmish
Applies the mish function element-wise: mish(x) = x * tanh(softplus(x)) = x * tanh(ln(1 + exp(sigmoid(x)))) See additional documentati
extensions-builtin/forge_preprocessor_softedge/teed.py:21
↓ 3 callersMethod__init__
(self, state_dict)
extensions-builtin/sd_forge_ipadapter/scripts/forge_ipadapter.py:266
↓ 3 callersMethod__init__
( self, dim: int, codebook_size: int, kmeans_init: int = False
extensions-builtin/forge_space_Qwen3_TTS/huggingface_space_mirror/qwen_tts/core/tokenizer_25hz/vq/core_vq.py:129
↓ 3 callersMethod__init__
(self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, bia
extensions-builtin/forge_preprocessor_normalbae/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/conv2d_layers.py:80
↓ 3 callersMethod__init__
(self, inplace: bool = False)
extensions-builtin/forge_preprocessor_normalbae/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/activations/activations_jit.py:47
↓ 3 callersMethod__init__
(self, inplace: bool = False)
extensions-builtin/forge_preprocessor_normalbae/annotator/normalbae/models/submodules/efficientnet_repo/geffnet/activations/activations_me.py:98
↓ 3 callersMethod__init__
(self, name: str, config: ModelConfigV3 = ModelConfigV3())
extensions-builtin/forge_space_ChatterboxTurbo/s3tokenizer/model_v3.py:152
↓ 3 callersMethod__init__
Initialize the perceiver module. :param pre_attention_query_token: Number of query tokens for pre-attention :param pre_atten
extensions-builtin/forge_space_ChatterboxTurbo/huggingface_space_mirror/chatterbox/models/t3/modules/perceiver.py:175
↓ 3 callersMethod__init__
(self)
extensions-builtin/forge_preprocessor_inpaint/scripts/preprocessor_inpaint.py:14
↓ 3 callersMethod__init__
Initializes the NerfEmbedder. Args: in_channels (int): The number of channels in the input tensor. hidd
backend/nn/chromaDCT.py:24
↓ 3 callersMethod__init__
( self, in_channels, model_channels, hint_width, h
backend/nn/cnets/cldm.py:52
↓ 3 callersMethod__init__
(self)
modules_forge/supported_preprocessor.py:21
↓ 3 callersMethod_apply_activation_single
Apply activation to single channel output, maintaining semantic consistency with value branch in multi-channel case. Supports: exp /
extensions-builtin/forge_preprocessor_depth/depth_anything_3/model/dpt.py:285
↓ 3 callersFunction_chunked_feed_forward
( ff: nn.Module, hidden_states: torch.Tensor, chunk_dim: int, chunk_size: int, lora_scale: Optional[float]
extensions-builtin/forge_space_geowizard/geo_models/attention.py:35
↓ 3 callersMethod_copy_with
(self, cond)
backend/sampling/condition.py:21
↓ 3 callersMethod_decode_step
Single-token decode through the model's forward.
extensions-builtin/forge_space_Qwen3_TTS/huggingface_space_mirror/faster_qwen3_tts/talker_graph.py:97
↓ 3 callersFunction_expand_or_collapse
(_ul, _btn)
javascript/extraNetworks.js:362
↓ 3 callersFunction_fft2
(data)
scripts/outpainting_mk_2.py:18
↓ 3 callersMethod_full_loop
The full 15-step predictor loop on static buffers.
extensions-builtin/forge_space_Qwen3_TTS/huggingface_space_mirror/faster_qwen3_tts/predictor_graph.py:115
↓ 3 callersMethod_get_str
(self, offset: int)
packages/gguf/gguf_reader.py:162
↓ 3 callersMethod_merge_generate_kwargs
Merge user-provided generation arguments with defaults from `generate_config.json`. Rule: - If the user explicitly passes
extensions-builtin/forge_space_Qwen3_TTS/huggingface_space_mirror/qwen_tts/inference/qwen3_tts_model.py:287
↓ 3 callersMethod_recurse_apply
(o: Any, fn: Callable[[Any], Any])
packages/gguf/lazy.py:95
↓ 3 callersMethod_run_model
(self, batch: torch.Tensor, sigma_value: float)
scripts/postprocessing_dePoison.py:482
↓ 3 callersMethod_search_bracket
(self, string, bracket="[", replace=None)
extensions-builtin/sd_forge_controlnet/scripts/xyz_grid_support.py:232
↓ 3 callersFunction_update_search
(_tabname, _extra_networks_tabname, _search_text)
javascript/extraNetworks.js:387
↓ 3 callersMethod_validate_speakers
Validate that requested speakers are supported by the Instruct model. Args: speakers (List[Optional[str]]): Speaker name
extensions-builtin/forge_space_Qwen3_TTS/huggingface_space_mirror/qwen_tts/inference/qwen3_tts_model.py:165
↓ 3 callersFunctionadd_block
(prefix_to, prefix_from)
packages/comfyui_lora_collection/utils.py:537
↓ 3 callersFunctionadd_block_keys
(prefix_from, prefix_to, has_adaln=True)
packages/comfyui_lora_collection/utils.py:469
↓ 3 callersFunctionadd_common
(sp)
extensions-builtin/forge_space_Qwen3_TTS/huggingface_space_mirror/faster_qwen3_tts/cli.py:314
↓ 3 callersMethodadd_embedding_dir
(self, path)
backend/text_processing/textual_inversion.py:124
↓ 3 callersFunctionadd_model_metadata
(checkpoint_info)
modules/extras.py:560
↓ 3 callersMethodafter_component
Called after a component is created. Same as above.
modules/scripts.py:304
↓ 3 callersFunctionallowed_preview_extensions
()
modules/ui_extra_networks.py:27
↓ 3 callersMethodappend_model_option
(self, k, v, ensure_uniqueness=False)
backend/patcher/unet.py:81
↓ 3 callersMethodappend_transformer_option
(self, k, v, ensure_uniqueness=False)
backend/patcher/unet.py:91
↓ 3 callersMethodapply_negative_styles_to_prompt
(self, prompt, styles)
modules/styles.py:179
↓ 3 callersFunctionapply_repetition_penalty
Apply repetition penalty to logits in-place and return them. Args: logits: Tensor shaped [1, 1, vocab] or [1, vocab]. token_histo
extensions-builtin/forge_space_Qwen3_TTS/huggingface_space_mirror/faster_qwen3_tts/sampling.py:10
↓ 3 callersMethodapply_styles_to_prompt
(self, prompt, styles)
modules/styles.py:174
↓ 3 callersMethodassign_current_image
(self, image)
modules/shared_state.py:159
↓ 3 callersMethodattention
(self, x: torch.Tensor)
backend/nn/cnets/cldm.py:42
↓ 3 callersMethodbake
(cls, parameter)
packages/gguf/quants.py:142
↓ 3 callersMethodbefore_component
Called before a component is created. Use elem_id/label fields of kwargs to figure out which component it is. This can be
modules/scripts.py:294
↓ 3 callersFunctionblur
(x, k)
extensions-builtin/forge_preprocessor_tile/scripts/preprocessor_tile.py:7
↓ 3 callersFunctionbuild_html
(title, installed=False, url=None, error=None)
modules_forge/forge_space.py:18
↓ 3 callersFunctioncalc_cond_uncond_batch
(model, cond, uncond, x_in, timestep, model_options)
backend/sampling/sampling_function.py:155
↓ 3 callersMethodcalculate_shorthash
(self)
modules/sd_models.py:98
↓ 3 callersFunctioncalculate_transformer_depth
(prefix, state_dict_keys, state_dict)
packages/huggingface_guess/detection.py:22
↓ 3 callersFunctioncentroid
(pois)
modules/autocrop.py:269
↓ 3 callersFunctionchange_4bits_order
(x)
packages/gguf/quick_4bits_ops.py:73
↓ 3 callersFunctioncheck_access
()
modules/ui_extensions.py:21
↓ 3 callersMethodcleanup
(self)
backend/patcher/controlnet.py:364
↓ 3 callersMethodcomment
(self, text)
modules/processing.py:257
↓ 3 callersMethodcopy_to
(self, c)
backend/patcher/controlnet.py:228
↓ 3 callersFunctioncreateRow
(table, cellName, items)
javascript/profilerVisualization.js:2
↓ 3 callersFunctioncreate_infotext
this function is used to generate the infotext that is stored in the generated images, it contains the parameters that are required to generate
modules/processing.py:600
↓ 3 callersMethodcreate_item_html
Generates HTML for a single ExtraNetworks Item. Args: tabname: The name of the active tab. item: Dictionary conta
modules/ui_extra_networks.py:227
↓ 3 callersMethodcreate_modal
(self, visible=True)
extensions-builtin/sd_forge_controlnet/lib_controlnet/controlnet_ui/modal.py:25
↓ 3 callersMethodcreate_module
(self, weights, key, none_ok=False)
packages/webui_lora_collection/network_lora.py:34
↓ 3 callersFunctioncreate_object
Create an object from config. The config is expected to contains the following: __object__: path: path.to.module name: MyClas
extensions-builtin/forge_preprocessor_depth/depth_anything_3/cfg.py:36
↓ 3 callersMethodcreate_ordered_callbacks_list
(self, method_name, *, enable_user_sort=True)
modules/scripts.py:806
↓ 3 callersMethodcreate_voice_clone_prompt
Build voice-clone prompt items from reference audio (and optionally reference text) using Base model. Modes: - x_vector_on
extensions-builtin/forge_space_Qwen3_TTS/huggingface_space_mirror/qwen_tts/inference/qwen3_tts_model.py:356
↓ 3 callersMethodcropped_pos_embed
(self, hw)
backend/nn/mmditx.py:774
↓ 3 callersFunctioncsv_string_to_list_strip
(data_str)
scripts/xyz_grid.py:233
↓ 3 callersMethoddeactivate
Called at the end of processing for housekeeping. No need to do anything here.
modules/extra_networks.py:75
↓ 3 callersFunctiondecode_latent_batch
(model, batch, target_device=None)
modules/processing.py:569
↓ 3 callersFunctiondefault
(val, d)
backend/nn/unet.py:20
← previousnext →401–500 of 5,664, ranked by callers