SYMBOL INDEX (30 symbols across 2 files) FILE: client_test.py function load_image_from_path (line 8) | def load_image_from_path(img_path): function load_image_from_url (line 12) | def load_image_from_url(img_url): function resize_image_preserve_aspect (line 17) | def resize_image_preserve_aspect(img_pil, w): function pil_to_b64 (line 22) | def pil_to_b64(input): function b64_to_pil (line 29) | def b64_to_pil(input): function test_txt2img (line 33) | def test_txt2img(): function test_img2img (line 61) | def test_img2img(): function test_inpaint (line 89) | def test_inpaint(): FILE: server.py function retrieve_param (line 18) | def retrieve_param(key, data, cast, default): function pil_to_b64 (line 25) | def pil_to_b64(input): function b64_to_pil (line 32) | def b64_to_pil(input): function get_compute_platform (line 36) | def get_compute_platform(context): class Engine (line 51) | class Engine(object): method __init__ (line 52) | def __init__(self): method process (line 55) | def process(self, kwargs): class EngineStableDiffusion (line 58) | class EngineStableDiffusion(Engine): method __init__ (line 59) | def __init__(self, pipe, sibling=None, custom_model_path=None, require... method process (line 83) | def process(self, kwargs): class EngineManager (line 87) | class EngineManager(object): method __init__ (line 88) | def __init__(self): method has_engine (line 91) | def has_engine(self, name): method add_engine (line 94) | def add_engine(self, name, engine): method get_engine (line 100) | def get_engine(self, name): function stable_ping (line 142) | def stable_ping(): function stable_custom_models (line 146) | def stable_custom_models(): function stable_txt2img (line 153) | def stable_txt2img(): function stable_img2img (line 157) | def stable_img2img(): function stable_masking (line 161) | def stable_masking(): function stable_custom (line 165) | def stable_custom(model): function _generate (line 168) | def _generate(task, engine=None):