SYMBOL INDEX (156 symbols across 18 files) FILE: analyze.py function calculate_averages (line 9) | def calculate_averages(evals): function compare_methods (line 29) | def compare_methods(evals): FILE: callbacks.py function make_callback (line 3) | def make_callback(switch_step, loras): FILE: compose_lora.py function main (line 13) | def main(args): FILE: docs/static/js/bulma-carousel.js function __webpack_require__ (line 16) | function __webpack_require__(moduleId) { function detectSupportsPassive (line 189) | function detectSupportsPassive() { function defineProperties (line 273) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _toConsumableArray (line 275) | function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i ... function _classCallCheck (line 277) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function EventEmitter (line 280) | function EventEmitter() { function defineProperties (line 324) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 326) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Coordinate (line 329) | function Coordinate() { function defineProperties (line 473) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _defineProperty (line 475) | function _defineProperty(obj, key, value) { if (key in obj) { Object.def... function _classCallCheck (line 477) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _possibleConstructorReturn (line 479) | function _possibleConstructorReturn(self, call) { if (!self) { throw new... function _inherits (line 481) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function bulmaCarousel (line 504) | function bulmaCarousel(selector) { function _toConsumableArray (line 983) | function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i ... function defineProperties (line 1019) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 1021) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _possibleConstructorReturn (line 1023) | function _possibleConstructorReturn(self, call) { if (!self) { throw new... function _inherits (line 1025) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function Autoplay (line 1042) | function Autoplay(slider) { function defineProperties (line 1209) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 1211) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Breakpoints (line 1216) | function Breakpoints(slider) { function defineProperties (line 1347) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _toConsumableArray (line 1349) | function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i ... function _classCallCheck (line 1351) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Infinite (line 1354) | function Infinite(slider) { function defineProperties (line 1427) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 1429) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Loop (line 1434) | function Loop(slider) { function defineProperties (line 1494) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 1496) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Navigation (line 1502) | function Navigation(slider) { function defineProperties (line 1644) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 1646) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Pagination (line 1653) | function Pagination(slider) { function defineProperties (line 1804) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 1806) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Swipe (line 1812) | function Swipe(slider) { function defineProperties (line 1946) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 1948) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Transitioner (line 1954) | function Transitioner(slider) { function defineProperties (line 2047) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 2049) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Fade (line 2054) | function Fade(transitioner, slider) { function defineProperties (line 2182) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 2184) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function Translate (line 2190) | function Translate(transitioner, slider) { FILE: docs/static/js/bulma-slider.js function __webpack_require__ (line 16) | function __webpack_require__(moduleId) { function defineProperties (line 86) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 90) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _possibleConstructorReturn (line 92) | function _possibleConstructorReturn(self, call) { if (!self) { throw new... function _inherits (line 94) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function bulmaSlider (line 105) | function bulmaSlider(selector) { function defineProperties (line 281) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 283) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function EventEmitter (line 286) | function EventEmitter() { FILE: docs/static/js/index.js function preloadInterpolationImages (line 7) | function preloadInterpolationImages() { function setInterpolationImage (line 15) | function setInterpolationImage(i) { FILE: evaluate.py class GPT4V (line 16) | class GPT4V: method comparative_evaluate (line 17) | def comparative_evaluate( function encode_image (line 73) | def encode_image(image_path): function parse_scores (line 77) | def parse_scores(text): function evaluate (line 105) | def evaluate(args): FILE: example.py function get_example_prompt (line 7) | def get_example_prompt(): function main (line 12) | def main(args): FILE: human_eval/calculate_correlations.py function init_metric (line 5) | def init_metric(): function print_metric (line 10) | def print_metric(metric): function calculate_correlation (line 17) | def calculate_correlation(pred_score, human_score): function print_correlation (line 22) | def print_correlation(correlation_results): function main (line 28) | def main(results): FILE: human_eval/clipscore.py function calculate_clip_score (line 13) | def calculate_clip_score(images, prompts): FILE: human_eval/gpt4v.py class GPT4V (line 14) | class GPT4V: method comparative_evaluate (line 15) | def comparative_evaluate( function encode_image (line 71) | def encode_image(image_path): function get_eval_prompt (line 75) | def get_eval_prompt(element_prompt): function parse_scores (line 81) | def parse_scores(text): function evaluate (line 109) | def evaluate(): FILE: lcm_example.py function get_example_prompt (line 7) | def get_example_prompt(): function main (line 12) | def main(args): FILE: lcm_lora_example.py function get_example_prompt (line 8) | def get_example_prompt(): function main (line 13) | def main(args): FILE: pipelines/sd1.5_0.26.3/pipeline.py function rescale_noise_cfg (line 62) | def rescale_noise_cfg(noise_cfg, noise_pred_text, guidance_rescale=0.0): function retrieve_timesteps (line 76) | def retrieve_timesteps( class StableDiffusionPipeline (line 120) | class StableDiffusionPipeline( method __init__ (line 161) | def __init__( method enable_vae_slicing (line 253) | def enable_vae_slicing(self): method disable_vae_slicing (line 260) | def disable_vae_slicing(self): method enable_vae_tiling (line 267) | def enable_vae_tiling(self): method disable_vae_tiling (line 275) | def disable_vae_tiling(self): method _encode_prompt (line 282) | def _encode_prompt( method encode_prompt (line 314) | def encode_prompt( method encode_image (line 495) | def encode_image(self, image, device, num_images_per_prompt, output_hi... method prepare_ip_adapter_image_embeds (line 519) | def prepare_ip_adapter_image_embeds(self, ip_adapter_image, device, nu... method run_safety_checker (line 547) | def run_safety_checker(self, image, device, dtype): method decode_latents (line 561) | def decode_latents(self, latents): method prepare_extra_step_kwargs (line 572) | def prepare_extra_step_kwargs(self, generator, eta): method check_inputs (line 589) | def check_inputs( method prepare_latents (line 641) | def prepare_latents(self, batch_size, num_channels_latents, height, wi... method enable_freeu (line 658) | def enable_freeu(self, s1: float, s2: float, b1: float, b2: float): method disable_freeu (line 680) | def disable_freeu(self): method fuse_qkv_projections (line 685) | def fuse_qkv_projections(self, unet: bool = True, vae: bool = True): method unfuse_qkv_projections (line 717) | def unfuse_qkv_projections(self, unet: bool = True, vae: bool = True): method get_guidance_scale_embedding (line 746) | def get_guidance_scale_embedding(self, w, embedding_dim=512, dtype=tor... method guidance_scale (line 775) | def guidance_scale(self): method guidance_rescale (line 779) | def guidance_rescale(self): method clip_skip (line 783) | def clip_skip(self): method do_classifier_free_guidance (line 790) | def do_classifier_free_guidance(self): method cross_attention_kwargs (line 794) | def cross_attention_kwargs(self): method num_timesteps (line 798) | def num_timesteps(self): method interrupt (line 802) | def interrupt(self): method __call__ (line 807) | def __call__( FILE: pipelines/sdxl_0.26.3/pipeline.py function rescale_noise_cfg (line 90) | def rescale_noise_cfg(noise_cfg, noise_pred_text, guidance_rescale=0.0): function retrieve_timesteps (line 105) | def retrieve_timesteps( class StableDiffusionXLPipeline (line 149) | class StableDiffusionXLPipeline( method __init__ (line 220) | def __init__( method enable_vae_slicing (line 261) | def enable_vae_slicing(self): method disable_vae_slicing (line 269) | def disable_vae_slicing(self): method enable_vae_tiling (line 277) | def enable_vae_tiling(self): method disable_vae_tiling (line 286) | def disable_vae_tiling(self): method encode_prompt (line 293) | def encode_prompt( method encode_image (line 528) | def encode_image(self, image, device, num_images_per_prompt, output_hi... method prepare_ip_adapter_image_embeds (line 553) | def prepare_ip_adapter_image_embeds(self, ip_adapter_image, device, nu... method prepare_extra_step_kwargs (line 582) | def prepare_extra_step_kwargs(self, generator, eta): method check_inputs (line 599) | def check_inputs( method prepare_latents (line 679) | def prepare_latents(self, batch_size, num_channels_latents, height, wi... method _get_add_time_ids (line 696) | def _get_add_time_ids( method upcast_vae (line 714) | def upcast_vae(self): method enable_freeu (line 735) | def enable_freeu(self, s1: float, s2: float, b1: float, b2: float): method disable_freeu (line 758) | def disable_freeu(self): method fuse_qkv_projections (line 762) | def fuse_qkv_projections(self, unet: bool = True, vae: bool = True): method unfuse_qkv_projections (line 793) | def unfuse_qkv_projections(self, unet: bool = True, vae: bool = True): method get_guidance_scale_embedding (line 822) | def get_guidance_scale_embedding(self, w, embedding_dim=512, dtype=tor... method guidance_scale (line 851) | def guidance_scale(self): method guidance_rescale (line 855) | def guidance_rescale(self): method clip_skip (line 859) | def clip_skip(self): method do_classifier_free_guidance (line 866) | def do_classifier_free_guidance(self): method cross_attention_kwargs (line 870) | def cross_attention_kwargs(self): method denoising_end (line 874) | def denoising_end(self): method num_timesteps (line 878) | def num_timesteps(self): method interrupt (line 882) | def interrupt(self): method __call__ (line 887) | def __call__( FILE: pipelines/sdxl_0.26.3/watermark.py class StableDiffusionXLWatermarker (line 17) | class StableDiffusionXLWatermarker: method __init__ (line 18) | def __init__(self): method apply_watermark (line 24) | def apply_watermark(self, images: torch.FloatTensor): FILE: sdxl_example.py function get_example_prompt (line 6) | def get_example_prompt(): function main (line 11) | def main(args): FILE: utils.py function load_lora_info (line 4) | def load_lora_info(image_style, path='lora_info.json'): function get_prompt (line 10) | def get_prompt(image_style): function get_eval_prompt (line 19) | def get_eval_prompt(combo): function generate_combinations (line 33) | def generate_combinations(lora_info, compos_num):