SYMBOL INDEX (34 symbols across 4 files) FILE: src/examples/demo.py class GPUWorker (line 32) | class GPUWorker: method __init__ (line 33) | def __init__(self, gpu_id, model_repo_id, task_queue, result_queue, st... method initialize_model (line 42) | def initialize_model(self): method process_task (line 59) | def process_task(self, task): method run (line 104) | def run(self): function gpu_worker_process (line 133) | def gpu_worker_process(gpu_id, model_repo_id, task_queue, result_queue, ... class MultiGPUManager (line 138) | class MultiGPUManager: method __init__ (line 139) | def __init__(self, model_repo_id, num_gpus=None, task_queue_size=100): method start_workers (line 152) | def start_workers(self): method _process_results (line 170) | def _process_results(self): method submit_task (line 188) | def submit_task(self, prompt, negative_prompt="", seed=42, width=1664,... method submit_task_with_progress (line 194) | def submit_task_with_progress(self, prompt, negative_prompt="", seed=4... method get_queue_status (line 259) | def get_queue_status(self): method stop (line 268) | def stop(self): function initialize_gpu_manager (line 291) | def initialize_gpu_manager(): function get_image_size (line 316) | def get_image_size(aspect_ratio): function infer (line 331) | def infer( function get_system_status (line 399) | def get_system_status(): function cleanup (line 514) | def cleanup(): function signal_handler (line 522) | def signal_handler(signum, frame): FILE: src/examples/edit_demo.py function infer (line 22) | def infer( FILE: src/examples/tools/prompt_utils.py function api (line 4) | def api(prompt, model, kwargs={}): function encode_image (line 31) | def encode_image(pil_image): function edit_api (line 48) | def edit_api(prompt, img_list, model="qwen-vl-max-latest", kwargs={}): function get_caption_language (line 80) | def get_caption_language(prompt): function polish_prompt_en (line 91) | def polish_prompt_en(original_prompt): function polish_prompt_zh (line 124) | def polish_prompt_zh(original_prompt): function rewrite (line 172) | def rewrite(input_prompt): function polish_edit_prompt (line 181) | def polish_edit_prompt(prompt, img): FILE: src/examples/tools/prompt_utils_2512.py function api (line 4) | def api(prompt, model, kwargs={}): function get_caption_language (line 31) | def get_caption_language(prompt): function polish_prompt_en (line 42) | def polish_prompt_en(original_prompt): function polish_prompt_zh (line 170) | def polish_prompt_zh(original_prompt): function rewrite (line 265) | def rewrite(input_prompt):