From e56b483a90fd333b6ca6aeb7124a83f7d898c4d1 Mon Sep 17 00:00:00 2001 From: Andy1621 <812487273@qq.com> Date: Thu, 13 Apr 2023 00:10:56 +0800 Subject: [PATCH 1/8] add chatbot, wait to check ChatGPT --- automatic_label_demo.py | 4 +- chatbot.py | 1461 +++++++++++++++++++++++ grounded_sam_demo.py | 4 +- grounded_sam_inpainting_demo.py | 4 +- grounded_sam_whisper_inpainting_demo.py | 4 +- 5 files changed, 1469 insertions(+), 8 deletions(-) create mode 100644 chatbot.py diff --git a/automatic_label_demo.py b/automatic_label_demo.py index 0098463d..d813a4c2 100644 --- a/automatic_label_demo.py +++ b/automatic_label_demo.py @@ -264,7 +264,7 @@ def save_mask_data(output_dir, caption, mask_list, box_list, label_list): ) # initialize SAM - predictor = SamPredictor(build_sam(checkpoint=sam_checkpoint)) + predictor = SamPredictor(build_sam(checkpoint=sam_checkpoint).to(device)) image = cv2.imread(image_path) image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB) predictor.set_image(image) @@ -291,7 +291,7 @@ def save_mask_data(output_dir, caption, mask_list, box_list, label_list): masks, _, _ = predictor.predict_torch( point_coords = None, point_labels = None, - boxes = transformed_boxes, + boxes = transformed_boxes.to(device), multimask_output = False, ) diff --git a/chatbot.py b/chatbot.py new file mode 100644 index 00000000..24781250 --- /dev/null +++ b/chatbot.py @@ -0,0 +1,1461 @@ +# coding: utf-8 +import os +import gradio as gr +import random +import torch +import cv2 +import re +import uuid +from PIL import Image, ImageDraw, ImageOps +import math +import numpy as np +import argparse +import inspect + +import torchvision +import whisper +import matplotlib.pyplot as plt +from automatic_label_demo import load_model, load_image, get_grounding_output, show_box, show_mask, generate_tags, check_caption +from grounding_dino_demo import plot_boxes_to_image +from segment_anything import build_sam, SamAutomaticMaskGenerator, SamPredictor +from segment_anything.utils.amg import remove_small_regions + +from transformers import CLIPSegProcessor, CLIPSegForImageSegmentation +from transformers import pipeline, BlipProcessor, BlipForConditionalGeneration, BlipForQuestionAnswering +from transformers import AutoImageProcessor, UperNetForSemanticSegmentation + +from diffusers import StableDiffusionPipeline, StableDiffusionInpaintPipeline, StableDiffusionInstructPix2PixPipeline +from diffusers import EulerAncestralDiscreteScheduler +from diffusers import StableDiffusionControlNetPipeline, ControlNetModel, UniPCMultistepScheduler +from controlnet_aux import OpenposeDetector, MLSDdetector, HEDdetector + +from langchain.agents.initialize import initialize_agent +from langchain.agents.tools import Tool +from langchain.chains.conversation.memory import ConversationBufferMemory +from langchain.llms.openai import OpenAI + +VISUAL_CHATGPT_PREFIX = """Visual ChatGPT is designed to be able to assist with a wide range of text and visual related tasks, from answering simple questions to providing in-depth explanations and discussions on a wide range of topics. Visual ChatGPT is able to generate human-like text based on the input it receives, allowing it to engage in natural-sounding conversations and provide responses that are coherent and relevant to the topic at hand. + +Visual ChatGPT is able to process and understand large amounts of text and images. As a language model, Visual ChatGPT can not directly read images, but it has a list of tools to finish different visual tasks. Each image will have a file name formed as "image/xxx.png", and Visual ChatGPT can invoke different tools to indirectly understand pictures. When talking about images, Visual ChatGPT is very strict to the file name and will never fabricate nonexistent files. When using tools to generate new image files, Visual ChatGPT is also known that the image may not be the same as the user's demand, and will use other visual question answering tools or description tools to observe the real image. Visual ChatGPT is able to use tools in a sequence, and is loyal to the tool observation outputs rather than faking the image content and image file name. It will remember to provide the file name from the last tool observation, if a new image is generated. + +Human may provide new figures to Visual ChatGPT with a description. The description helps Visual ChatGPT to understand this image, but Visual ChatGPT should use tools to finish following tasks, rather than directly imagine from the description. + +Overall, Visual ChatGPT is a powerful visual dialogue assistant tool that can help with a wide range of tasks and provide valuable insights and information on a wide range of topics. + + +TOOLS: +------ + +Visual ChatGPT has access to the following tools:""" + +VISUAL_CHATGPT_FORMAT_INSTRUCTIONS = """To use a tool, please use the following format: + +``` +Thought: Do I need to use a tool? Yes +Action: the action to take, should be one of [{tool_names}] +Action Input: the input to the action +Observation: the result of the action +``` + +When you have a response to say to the Human, or if you do not need to use a tool, you MUST use the format: + +``` +Thought: Do I need to use a tool? No +{ai_prefix}: [your response here] +``` +""" + +VISUAL_CHATGPT_SUFFIX = """You are very strict to the filename correctness and will never fake a file name if it does not exist. +You will remember to provide the image file name loyally if it's provided in the last tool observation. + +Begin! + +Previous conversation history: +{chat_history} + +New input: {input} +Since Visual ChatGPT is a text language model, Visual ChatGPT must use tools to observe images rather than imagination. +The thoughts and observations are only visible for Visual ChatGPT, Visual ChatGPT should remember to repeat important information in the final response for Human. +Thought: Do I need to use a tool? {agent_scratchpad} Let's think step by step. +""" + +VISUAL_CHATGPT_PREFIX_CN = """Visual ChatGPT 旨在能够协助完成范围广泛的文本和视觉相关任务,从回答简单的问题到提供对广泛主题的深入解释和讨论。 Visual ChatGPT 能够根据收到的输入生成类似人类的文本,使其能够进行听起来自然的对话,并提供连贯且与手头主题相关的响应。 + +Visual ChatGPT 能够处理和理解大量文本和图像。作为一种语言模型,Visual ChatGPT 不能直接读取图像,但它有一系列工具来完成不同的视觉任务。每张图片都会有一个文件名,格式为“image/xxx.png”,Visual ChatGPT可以调用不同的工具来间接理解图片。在谈论图片时,Visual ChatGPT 对文件名的要求非常严格,绝不会伪造不存在的文件。在使用工具生成新的图像文件时,Visual ChatGPT也知道图像可能与用户需求不一样,会使用其他视觉问答工具或描述工具来观察真实图像。 Visual ChatGPT 能够按顺序使用工具,并且忠于工具观察输出,而不是伪造图像内容和图像文件名。如果生成新图像,它将记得提供上次工具观察的文件名。 + +Human 可能会向 Visual ChatGPT 提供带有描述的新图形。描述帮助 Visual ChatGPT 理解这个图像,但 Visual ChatGPT 应该使用工具来完成以下任务,而不是直接从描述中想象。有些工具将会返回英文描述,但你对用户的聊天应当采用中文。 + +总的来说,Visual ChatGPT 是一个强大的可视化对话辅助工具,可以帮助处理范围广泛的任务,并提供关于范围广泛的主题的有价值的见解和信息。 + +工具列表: +------ + +Visual ChatGPT 可以使用这些工具:""" + +VISUAL_CHATGPT_FORMAT_INSTRUCTIONS_CN = """用户使用中文和你进行聊天,但是工具的参数应当使用英文。如果要调用工具,你必须遵循如下格式: + +``` +Thought: Do I need to use a tool? Yes +Action: the action to take, should be one of [{tool_names}] +Action Input: the input to the action +Observation: the result of the action +``` + +当你不再需要继续调用工具,而是对观察结果进行总结回复时,你必须使用如下格式: + + +``` +Thought: Do I need to use a tool? No +{ai_prefix}: [your response here] +``` +""" + +VISUAL_CHATGPT_SUFFIX_CN = """你对文件名的正确性非常严格,而且永远不会伪造不存在的文件。 + +开始! + +因为Visual ChatGPT是一个文本语言模型,必须使用工具去观察图片而不是依靠想象。 +推理想法和观察结果只对Visual ChatGPT可见,需要记得在最终回复时把重要的信息重复给用户,你只能给用户返回中文句子。我们一步一步思考。在你使用工具时,工具的参数只能是英文。 + +聊天历史: +{chat_history} + +新输入: {input} +Thought: Do I need to use a tool? {agent_scratchpad} +""" + +os.makedirs('image', exist_ok=True) + + +def seed_everything(seed): + random.seed(seed) + np.random.seed(seed) + torch.manual_seed(seed) + torch.cuda.manual_seed_all(seed) + return seed + + +def prompts(name, description): + def decorator(func): + func.name = name + func.description = description + return func + + return decorator + + +def blend_gt2pt(old_image, new_image, sigma=0.15, steps=100): + new_size = new_image.size + old_size = old_image.size + easy_img = np.array(new_image) + gt_img_array = np.array(old_image) + pos_w = (new_size[0] - old_size[0]) // 2 + pos_h = (new_size[1] - old_size[1]) // 2 + + kernel_h = cv2.getGaussianKernel(old_size[1], old_size[1] * sigma) + kernel_w = cv2.getGaussianKernel(old_size[0], old_size[0] * sigma) + kernel = np.multiply(kernel_h, np.transpose(kernel_w)) + + kernel[steps:-steps, steps:-steps] = 1 + kernel[:steps, :steps] = kernel[:steps, :steps] / kernel[steps - 1, steps - 1] + kernel[:steps, -steps:] = kernel[:steps, -steps:] / kernel[steps - 1, -(steps)] + kernel[-steps:, :steps] = kernel[-steps:, :steps] / kernel[-steps, steps - 1] + kernel[-steps:, -steps:] = kernel[-steps:, -steps:] / kernel[-steps, -steps] + kernel = np.expand_dims(kernel, 2) + kernel = np.repeat(kernel, 3, 2) + + weight = np.linspace(0, 1, steps) + top = np.expand_dims(weight, 1) + top = np.repeat(top, old_size[0] - 2 * steps, 1) + top = np.expand_dims(top, 2) + top = np.repeat(top, 3, 2) + + weight = np.linspace(1, 0, steps) + down = np.expand_dims(weight, 1) + down = np.repeat(down, old_size[0] - 2 * steps, 1) + down = np.expand_dims(down, 2) + down = np.repeat(down, 3, 2) + + weight = np.linspace(0, 1, steps) + left = np.expand_dims(weight, 0) + left = np.repeat(left, old_size[1] - 2 * steps, 0) + left = np.expand_dims(left, 2) + left = np.repeat(left, 3, 2) + + weight = np.linspace(1, 0, steps) + right = np.expand_dims(weight, 0) + right = np.repeat(right, old_size[1] - 2 * steps, 0) + right = np.expand_dims(right, 2) + right = np.repeat(right, 3, 2) + + kernel[:steps, steps:-steps] = top + kernel[-steps:, steps:-steps] = down + kernel[steps:-steps, :steps] = left + kernel[steps:-steps, -steps:] = right + + pt_gt_img = easy_img[pos_h:pos_h + old_size[1], pos_w:pos_w + old_size[0]] + gaussian_gt_img = kernel * gt_img_array + (1 - kernel) * pt_gt_img # gt img with blur img + gaussian_gt_img = gaussian_gt_img.astype(np.int64) + easy_img[pos_h:pos_h + old_size[1], pos_w:pos_w + old_size[0]] = gaussian_gt_img + gaussian_img = Image.fromarray(easy_img) + return gaussian_img + + +def cut_dialogue_history(history_memory, keep_last_n_words=500): + if history_memory is None or len(history_memory) == 0: + return history_memory + tokens = history_memory.split() + n_tokens = len(tokens) + print(f"history_memory:{history_memory}, n_tokens: {n_tokens}") + if n_tokens < keep_last_n_words: + return history_memory + paragraphs = history_memory.split('\n') + last_n_tokens = n_tokens + while last_n_tokens >= keep_last_n_words: + last_n_tokens -= len(paragraphs[0].split(' ')) + paragraphs = paragraphs[1:] + return '\n' + '\n'.join(paragraphs) + + +def get_new_image_name(org_img_name, func_name="update"): + head_tail = os.path.split(org_img_name) + head = head_tail[0] + tail = head_tail[1] + name_split = tail.split('.')[0].split('_') + this_new_uuid = str(uuid.uuid4())[:4] + if len(name_split) == 1: + most_org_file_name = name_split[0] + else: + assert len(name_split) == 4 + most_org_file_name = name_split[3] + recent_prev_file_name = name_split[0] + new_file_name = f'{this_new_uuid}_{func_name}_{recent_prev_file_name}_{most_org_file_name}.png' + return os.path.join(head, new_file_name) + + + +class MaskFormer: + def __init__(self, device): + print(f"Initializing MaskFormer to {device}") + self.device = device + self.processor = CLIPSegProcessor.from_pretrained("CIDAS/clipseg-rd64-refined") + self.model = CLIPSegForImageSegmentation.from_pretrained("CIDAS/clipseg-rd64-refined").to(device) + + def inference(self, image_path, text): + threshold = 0.5 + min_area = 0.02 + padding = 20 + original_image = Image.open(image_path) + image = original_image.resize((512, 512)) + inputs = self.processor(text=text, images=image, padding="max_length", return_tensors="pt").to(self.device) + with torch.no_grad(): + outputs = self.model(**inputs) + mask = torch.sigmoid(outputs[0]).squeeze().cpu().numpy() > threshold + area_ratio = len(np.argwhere(mask)) / (mask.shape[0] * mask.shape[1]) + if area_ratio < min_area: + return None + true_indices = np.argwhere(mask) + mask_array = np.zeros_like(mask, dtype=bool) + for idx in true_indices: + padded_slice = tuple(slice(max(0, i - padding), i + padding + 1) for i in idx) + mask_array[padded_slice] = True + visual_mask = (mask_array * 255).astype(np.uint8) + image_mask = Image.fromarray(visual_mask) + return image_mask.resize(original_image.size) + + +class ImageEditing: + def __init__(self, device): + print(f"Initializing ImageEditing to {device}") + self.device = device + self.mask_former = MaskFormer(device=self.device) + self.revision = 'fp16' if 'cuda' in device else None + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.inpaint = StableDiffusionInpaintPipeline.from_pretrained( + "runwayml/stable-diffusion-inpainting", revision=self.revision, torch_dtype=self.torch_dtype).to(device) + + @prompts(name="Replace Something From The Photo", + description="useful when you want to replace an object from the object description or " + "location with another object from its description. " + "The input to this tool should be a comma separated string of three, " + "representing the image_path, the object to be replaced, the object to be replaced with ") + def inference_replace(self, inputs): + image_path, to_be_replaced_txt, replace_with_txt = inputs.split(",") + original_image = Image.open(image_path) + original_size = original_image.size + mask_image = self.mask_former.inference(image_path, to_be_replaced_txt) + updated_image = self.inpaint(prompt=replace_with_txt, image=original_image.resize((512, 512)), + mask_image=mask_image.resize((512, 512))).images[0] + updated_image_path = get_new_image_name(image_path, func_name="replace-something") + updated_image = updated_image.resize(original_size) + updated_image.save(updated_image_path) + print( + f"\nProcessed ImageEditing, Input Image: {image_path}, Replace {to_be_replaced_txt} to {replace_with_txt}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + +class InstructPix2Pix: + def __init__(self, device): + print(f"Initializing InstructPix2Pix to {device}") + self.device = device + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained("timbrooks/instruct-pix2pix", + safety_checker=None, + torch_dtype=self.torch_dtype).to(device) + self.pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(self.pipe.scheduler.config) + + @prompts(name="Instruct Image Using Text", + description="useful when you want to the style of the image to be like the text. " + "like: make it look like a painting. or make it like a robot. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the text. ") + def inference(self, inputs): + """Change style of image.""" + print("===>Starting InstructPix2Pix Inference") + image_path, text = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + original_image = Image.open(image_path) + image = self.pipe(text, image=original_image, num_inference_steps=40, image_guidance_scale=1.2).images[0] + updated_image_path = get_new_image_name(image_path, func_name="pix2pix") + image.save(updated_image_path) + print(f"\nProcessed InstructPix2Pix, Input Image: {image_path}, Instruct Text: {text}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + +class Text2Image: + def __init__(self, device): + print(f"Initializing Text2Image to {device}") + self.device = device + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.pipe = StableDiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", + torch_dtype=self.torch_dtype) + self.pipe.to(device) + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, ' \ + 'fewer digits, cropped, worst quality, low quality' + + @prompts(name="Generate Image From User Input Text", + description="useful when you want to generate an image from a user input text and save it to a file. " + "like: generate an image of an object or something, or generate an image that includes some objects. " + "The input to this tool should be a string, representing the text used to generate image. ") + def inference(self, text): + image_filename = os.path.join('image', f"{str(uuid.uuid4())[:8]}.png") + prompt = text + ', ' + self.a_prompt + image = self.pipe(prompt, negative_prompt=self.n_prompt).images[0] + image.save(image_filename) + print( + f"\nProcessed Text2Image, Input Text: {text}, Output Image: {image_filename}") + return image_filename + + +class ImageCaptioning: + def __init__(self, device): + print(f"Initializing ImageCaptioning to {device}") + self.device = device + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.processor = BlipProcessor.from_pretrained("Salesforce/blip-image-captioning-base") + self.model = BlipForConditionalGeneration.from_pretrained( + "Salesforce/blip-image-captioning-base", torch_dtype=self.torch_dtype).to(self.device) + + @prompts(name="Get Photo Description", + description="useful when you want to know what is inside the photo. receives image_path as input. " + "The input to this tool should be a string, representing the image_path. ") + def inference(self, image_path): + inputs = self.processor(Image.open(image_path), return_tensors="pt").to(self.device, self.torch_dtype) + out = self.model.generate(**inputs) + captions = self.processor.decode(out[0], skip_special_tokens=True) + print(f"\nProcessed ImageCaptioning, Input Image: {image_path}, Output Text: {captions}") + return captions + + +class Image2Canny: + def __init__(self, device): + print("Initializing Image2Canny") + self.low_threshold = 100 + self.high_threshold = 200 + + @prompts(name="Edge Detection On Image", + description="useful when you want to detect the edge of the image. " + "like: detect the edges of this image, or canny detection on image, " + "or perform edge detection on this image, or detect the canny image of this image. " + "The input to this tool should be a string, representing the image_path") + def inference(self, inputs): + image = Image.open(inputs) + image = np.array(image) + canny = cv2.Canny(image, self.low_threshold, self.high_threshold) + canny = canny[:, :, None] + canny = np.concatenate([canny, canny, canny], axis=2) + canny = Image.fromarray(canny) + updated_image_path = get_new_image_name(inputs, func_name="edge") + canny.save(updated_image_path) + print(f"\nProcessed Image2Canny, Input Image: {inputs}, Output Text: {updated_image_path}") + return updated_image_path + + +class CannyText2Image: + def __init__(self, device): + print(f"Initializing CannyText2Image to {device}") + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.controlnet = ControlNetModel.from_pretrained("fusing/stable-diffusion-v1-5-controlnet-canny", + torch_dtype=self.torch_dtype) + self.pipe = StableDiffusionControlNetPipeline.from_pretrained( + "runwayml/stable-diffusion-v1-5", controlnet=self.controlnet, safety_checker=None, + torch_dtype=self.torch_dtype) + self.pipe.scheduler = UniPCMultistepScheduler.from_config(self.pipe.scheduler.config) + self.pipe.to(device) + self.seed = -1 + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, ' \ + 'fewer digits, cropped, worst quality, low quality' + + @prompts(name="Generate Image Condition On Canny Image", + description="useful when you want to generate a new real image from both the user description and a canny image." + " like: generate a real image of a object or something from this canny image," + " or generate a new real image of a object or something from this edge image. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the user description. ") + def inference(self, inputs): + image_path, instruct_text = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + image = Image.open(image_path) + self.seed = random.randint(0, 65535) + seed_everything(self.seed) + prompt = f'{instruct_text}, {self.a_prompt}' + image = self.pipe(prompt, image, num_inference_steps=20, eta=0.0, negative_prompt=self.n_prompt, + guidance_scale=9.0).images[0] + updated_image_path = get_new_image_name(image_path, func_name="canny2image") + image.save(updated_image_path) + print(f"\nProcessed CannyText2Image, Input Canny: {image_path}, Input Text: {instruct_text}, " + f"Output Text: {updated_image_path}") + return updated_image_path + + +class Image2Line: + def __init__(self, device): + print("Initializing Image2Line") + self.detector = MLSDdetector.from_pretrained('lllyasviel/ControlNet') + + @prompts(name="Line Detection On Image", + description="useful when you want to detect the straight line of the image. " + "like: detect the straight lines of this image, or straight line detection on image, " + "or perform straight line detection on this image, or detect the straight line image of this image. " + "The input to this tool should be a string, representing the image_path") + def inference(self, inputs): + image = Image.open(inputs) + mlsd = self.detector(image) + updated_image_path = get_new_image_name(inputs, func_name="line-of") + mlsd.save(updated_image_path) + print(f"\nProcessed Image2Line, Input Image: {inputs}, Output Line: {updated_image_path}") + return updated_image_path + + +class LineText2Image: + def __init__(self, device): + print(f"Initializing LineText2Image to {device}") + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.controlnet = ControlNetModel.from_pretrained("fusing/stable-diffusion-v1-5-controlnet-mlsd", + torch_dtype=self.torch_dtype) + self.pipe = StableDiffusionControlNetPipeline.from_pretrained( + "runwayml/stable-diffusion-v1-5", controlnet=self.controlnet, safety_checker=None, + torch_dtype=self.torch_dtype + ) + self.pipe.scheduler = UniPCMultistepScheduler.from_config(self.pipe.scheduler.config) + self.pipe.to(device) + self.seed = -1 + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, ' \ + 'fewer digits, cropped, worst quality, low quality' + + @prompts(name="Generate Image Condition On Line Image", + description="useful when you want to generate a new real image from both the user description " + "and a straight line image. " + "like: generate a real image of a object or something from this straight line image, " + "or generate a new real image of a object or something from this straight lines. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the user description. ") + def inference(self, inputs): + image_path, instruct_text = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + image = Image.open(image_path) + self.seed = random.randint(0, 65535) + seed_everything(self.seed) + prompt = f'{instruct_text}, {self.a_prompt}' + image = self.pipe(prompt, image, num_inference_steps=20, eta=0.0, negative_prompt=self.n_prompt, + guidance_scale=9.0).images[0] + updated_image_path = get_new_image_name(image_path, func_name="line2image") + image.save(updated_image_path) + print(f"\nProcessed LineText2Image, Input Line: {image_path}, Input Text: {instruct_text}, " + f"Output Text: {updated_image_path}") + return updated_image_path + + +class Image2Hed: + def __init__(self, device): + print("Initializing Image2Hed") + self.detector = HEDdetector.from_pretrained('lllyasviel/ControlNet') + + @prompts(name="Hed Detection On Image", + description="useful when you want to detect the soft hed boundary of the image. " + "like: detect the soft hed boundary of this image, or hed boundary detection on image, " + "or perform hed boundary detection on this image, or detect soft hed boundary image of this image. " + "The input to this tool should be a string, representing the image_path") + def inference(self, inputs): + image = Image.open(inputs) + hed = self.detector(image) + updated_image_path = get_new_image_name(inputs, func_name="hed-boundary") + hed.save(updated_image_path) + print(f"\nProcessed Image2Hed, Input Image: {inputs}, Output Hed: {updated_image_path}") + return updated_image_path + + +class HedText2Image: + def __init__(self, device): + print(f"Initializing HedText2Image to {device}") + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.controlnet = ControlNetModel.from_pretrained("fusing/stable-diffusion-v1-5-controlnet-hed", + torch_dtype=self.torch_dtype) + self.pipe = StableDiffusionControlNetPipeline.from_pretrained( + "runwayml/stable-diffusion-v1-5", controlnet=self.controlnet, safety_checker=None, + torch_dtype=self.torch_dtype + ) + self.pipe.scheduler = UniPCMultistepScheduler.from_config(self.pipe.scheduler.config) + self.pipe.to(device) + self.seed = -1 + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, ' \ + 'fewer digits, cropped, worst quality, low quality' + + @prompts(name="Generate Image Condition On Soft Hed Boundary Image", + description="useful when you want to generate a new real image from both the user description " + "and a soft hed boundary image. " + "like: generate a real image of a object or something from this soft hed boundary image, " + "or generate a new real image of a object or something from this hed boundary. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the user description") + def inference(self, inputs): + image_path, instruct_text = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + image = Image.open(image_path) + self.seed = random.randint(0, 65535) + seed_everything(self.seed) + prompt = f'{instruct_text}, {self.a_prompt}' + image = self.pipe(prompt, image, num_inference_steps=20, eta=0.0, negative_prompt=self.n_prompt, + guidance_scale=9.0).images[0] + updated_image_path = get_new_image_name(image_path, func_name="hed2image") + image.save(updated_image_path) + print(f"\nProcessed HedText2Image, Input Hed: {image_path}, Input Text: {instruct_text}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + +class Image2Scribble: + def __init__(self, device): + print("Initializing Image2Scribble") + self.detector = HEDdetector.from_pretrained('lllyasviel/ControlNet') + + @prompts(name="Sketch Detection On Image", + description="useful when you want to generate a scribble of the image. " + "like: generate a scribble of this image, or generate a sketch from this image, " + "detect the sketch from this image. " + "The input to this tool should be a string, representing the image_path") + def inference(self, inputs): + image = Image.open(inputs) + scribble = self.detector(image, scribble=True) + updated_image_path = get_new_image_name(inputs, func_name="scribble") + scribble.save(updated_image_path) + print(f"\nProcessed Image2Scribble, Input Image: {inputs}, Output Scribble: {updated_image_path}") + return updated_image_path + + +class ScribbleText2Image: + def __init__(self, device): + print(f"Initializing ScribbleText2Image to {device}") + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.controlnet = ControlNetModel.from_pretrained("fusing/stable-diffusion-v1-5-controlnet-scribble", + torch_dtype=self.torch_dtype) + self.pipe = StableDiffusionControlNetPipeline.from_pretrained( + "runwayml/stable-diffusion-v1-5", controlnet=self.controlnet, safety_checker=None, + torch_dtype=self.torch_dtype + ) + self.pipe.scheduler = UniPCMultistepScheduler.from_config(self.pipe.scheduler.config) + self.pipe.to(device) + self.seed = -1 + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, ' \ + 'fewer digits, cropped, worst quality, low quality' + + @prompts(name="Generate Image Condition On Sketch Image", + description="useful when you want to generate a new real image from both the user description and " + "a scribble image or a sketch image. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the user description") + def inference(self, inputs): + image_path, instruct_text = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + image = Image.open(image_path) + self.seed = random.randint(0, 65535) + seed_everything(self.seed) + prompt = f'{instruct_text}, {self.a_prompt}' + image = self.pipe(prompt, image, num_inference_steps=20, eta=0.0, negative_prompt=self.n_prompt, + guidance_scale=9.0).images[0] + updated_image_path = get_new_image_name(image_path, func_name="scribble2image") + image.save(updated_image_path) + print(f"\nProcessed ScribbleText2Image, Input Scribble: {image_path}, Input Text: {instruct_text}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + +class Image2Pose: + def __init__(self, device): + print("Initializing Image2Pose") + self.detector = OpenposeDetector.from_pretrained('lllyasviel/ControlNet') + + @prompts(name="Pose Detection On Image", + description="useful when you want to detect the human pose of the image. " + "like: generate human poses of this image, or generate a pose image from this image. " + "The input to this tool should be a string, representing the image_path") + def inference(self, inputs): + image = Image.open(inputs) + pose = self.detector(image) + updated_image_path = get_new_image_name(inputs, func_name="human-pose") + pose.save(updated_image_path) + print(f"\nProcessed Image2Pose, Input Image: {inputs}, Output Pose: {updated_image_path}") + return updated_image_path + + +class PoseText2Image: + def __init__(self, device): + print(f"Initializing PoseText2Image to {device}") + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.controlnet = ControlNetModel.from_pretrained("fusing/stable-diffusion-v1-5-controlnet-openpose", + torch_dtype=self.torch_dtype) + self.pipe = StableDiffusionControlNetPipeline.from_pretrained( + "runwayml/stable-diffusion-v1-5", controlnet=self.controlnet, safety_checker=None, + torch_dtype=self.torch_dtype) + self.pipe.scheduler = UniPCMultistepScheduler.from_config(self.pipe.scheduler.config) + self.pipe.to(device) + self.num_inference_steps = 20 + self.seed = -1 + self.unconditional_guidance_scale = 9.0 + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit,' \ + ' fewer digits, cropped, worst quality, low quality' + + @prompts(name="Generate Image Condition On Pose Image", + description="useful when you want to generate a new real image from both the user description " + "and a human pose image. " + "like: generate a real image of a human from this human pose image, " + "or generate a new real image of a human from this pose. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the user description") + def inference(self, inputs): + image_path, instruct_text = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + image = Image.open(image_path) + self.seed = random.randint(0, 65535) + seed_everything(self.seed) + prompt = f'{instruct_text}, {self.a_prompt}' + image = self.pipe(prompt, image, num_inference_steps=20, eta=0.0, negative_prompt=self.n_prompt, + guidance_scale=9.0).images[0] + updated_image_path = get_new_image_name(image_path, func_name="pose2image") + image.save(updated_image_path) + print(f"\nProcessed PoseText2Image, Input Pose: {image_path}, Input Text: {instruct_text}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + +class Image2Seg: + def __init__(self, device): + print("Initializing Image2Seg") + self.image_processor = AutoImageProcessor.from_pretrained("openmmlab/upernet-convnext-small") + self.image_segmentor = UperNetForSemanticSegmentation.from_pretrained("openmmlab/upernet-convnext-small") + self.ade_palette = [[120, 120, 120], [180, 120, 120], [6, 230, 230], [80, 50, 50], + [4, 200, 3], [120, 120, 80], [140, 140, 140], [204, 5, 255], + [230, 230, 230], [4, 250, 7], [224, 5, 255], [235, 255, 7], + [150, 5, 61], [120, 120, 70], [8, 255, 51], [255, 6, 82], + [143, 255, 140], [204, 255, 4], [255, 51, 7], [204, 70, 3], + [0, 102, 200], [61, 230, 250], [255, 6, 51], [11, 102, 255], + [255, 7, 71], [255, 9, 224], [9, 7, 230], [220, 220, 220], + [255, 9, 92], [112, 9, 255], [8, 255, 214], [7, 255, 224], + [255, 184, 6], [10, 255, 71], [255, 41, 10], [7, 255, 255], + [224, 255, 8], [102, 8, 255], [255, 61, 6], [255, 194, 7], + [255, 122, 8], [0, 255, 20], [255, 8, 41], [255, 5, 153], + [6, 51, 255], [235, 12, 255], [160, 150, 20], [0, 163, 255], + [140, 140, 140], [250, 10, 15], [20, 255, 0], [31, 255, 0], + [255, 31, 0], [255, 224, 0], [153, 255, 0], [0, 0, 255], + [255, 71, 0], [0, 235, 255], [0, 173, 255], [31, 0, 255], + [11, 200, 200], [255, 82, 0], [0, 255, 245], [0, 61, 255], + [0, 255, 112], [0, 255, 133], [255, 0, 0], [255, 163, 0], + [255, 102, 0], [194, 255, 0], [0, 143, 255], [51, 255, 0], + [0, 82, 255], [0, 255, 41], [0, 255, 173], [10, 0, 255], + [173, 255, 0], [0, 255, 153], [255, 92, 0], [255, 0, 255], + [255, 0, 245], [255, 0, 102], [255, 173, 0], [255, 0, 20], + [255, 184, 184], [0, 31, 255], [0, 255, 61], [0, 71, 255], + [255, 0, 204], [0, 255, 194], [0, 255, 82], [0, 10, 255], + [0, 112, 255], [51, 0, 255], [0, 194, 255], [0, 122, 255], + [0, 255, 163], [255, 153, 0], [0, 255, 10], [255, 112, 0], + [143, 255, 0], [82, 0, 255], [163, 255, 0], [255, 235, 0], + [8, 184, 170], [133, 0, 255], [0, 255, 92], [184, 0, 255], + [255, 0, 31], [0, 184, 255], [0, 214, 255], [255, 0, 112], + [92, 255, 0], [0, 224, 255], [112, 224, 255], [70, 184, 160], + [163, 0, 255], [153, 0, 255], [71, 255, 0], [255, 0, 163], + [255, 204, 0], [255, 0, 143], [0, 255, 235], [133, 255, 0], + [255, 0, 235], [245, 0, 255], [255, 0, 122], [255, 245, 0], + [10, 190, 212], [214, 255, 0], [0, 204, 255], [20, 0, 255], + [255, 255, 0], [0, 153, 255], [0, 41, 255], [0, 255, 204], + [41, 0, 255], [41, 255, 0], [173, 0, 255], [0, 245, 255], + [71, 0, 255], [122, 0, 255], [0, 255, 184], [0, 92, 255], + [184, 255, 0], [0, 133, 255], [255, 214, 0], [25, 194, 194], + [102, 255, 0], [92, 0, 255]] + + @prompts(name="Segmentation On Image", + description="useful when you want to detect segmentations of the image. " + "like: segment this image, or generate segmentations on this image, " + "or perform segmentation on this image. " + "The input to this tool should be a string, representing the image_path") + def inference(self, inputs): + image = Image.open(inputs) + pixel_values = self.image_processor(image, return_tensors="pt").pixel_values + with torch.no_grad(): + outputs = self.image_segmentor(pixel_values) + seg = self.image_processor.post_process_semantic_segmentation(outputs, target_sizes=[image.size[::-1]])[0] + color_seg = np.zeros((seg.shape[0], seg.shape[1], 3), dtype=np.uint8) # height, width, 3 + palette = np.array(self.ade_palette) + for label, color in enumerate(palette): + color_seg[seg == label, :] = color + color_seg = color_seg.astype(np.uint8) + segmentation = Image.fromarray(color_seg) + updated_image_path = get_new_image_name(inputs, func_name="segmentation") + segmentation.save(updated_image_path) + print(f"\nProcessed Image2Seg, Input Image: {inputs}, Output Pose: {updated_image_path}") + return updated_image_path + + +class SegText2Image: + def __init__(self, device): + print(f"Initializing SegText2Image to {device}") + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.controlnet = ControlNetModel.from_pretrained("fusing/stable-diffusion-v1-5-controlnet-seg", + torch_dtype=self.torch_dtype) + self.pipe = StableDiffusionControlNetPipeline.from_pretrained( + "runwayml/stable-diffusion-v1-5", controlnet=self.controlnet, safety_checker=None, + torch_dtype=self.torch_dtype) + self.pipe.scheduler = UniPCMultistepScheduler.from_config(self.pipe.scheduler.config) + self.pipe.to(device) + self.seed = -1 + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit,' \ + ' fewer digits, cropped, worst quality, low quality' + + @prompts(name="Generate Image Condition On Segmentations", + description="useful when you want to generate a new real image from both the user description and segmentations. " + "like: generate a real image of a object or something from this segmentation image, " + "or generate a new real image of a object or something from these segmentations. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the user description") + def inference(self, inputs): + image_path, instruct_text = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + image = Image.open(image_path) + self.seed = random.randint(0, 65535) + seed_everything(self.seed) + prompt = f'{instruct_text}, {self.a_prompt}' + image = self.pipe(prompt, image, num_inference_steps=20, eta=0.0, negative_prompt=self.n_prompt, + guidance_scale=9.0).images[0] + updated_image_path = get_new_image_name(image_path, func_name="segment2image") + image.save(updated_image_path) + print(f"\nProcessed SegText2Image, Input Seg: {image_path}, Input Text: {instruct_text}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + +class Image2Depth: + def __init__(self, device): + print("Initializing Image2Depth") + self.depth_estimator = pipeline('depth-estimation') + + @prompts(name="Predict Depth On Image", + description="useful when you want to detect depth of the image. like: generate the depth from this image, " + "or detect the depth map on this image, or predict the depth for this image. " + "The input to this tool should be a string, representing the image_path") + def inference(self, inputs): + image = Image.open(inputs) + depth = self.depth_estimator(image)['depth'] + depth = np.array(depth) + depth = depth[:, :, None] + depth = np.concatenate([depth, depth, depth], axis=2) + depth = Image.fromarray(depth) + updated_image_path = get_new_image_name(inputs, func_name="depth") + depth.save(updated_image_path) + print(f"\nProcessed Image2Depth, Input Image: {inputs}, Output Depth: {updated_image_path}") + return updated_image_path + + +class DepthText2Image: + def __init__(self, device): + print(f"Initializing DepthText2Image to {device}") + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.controlnet = ControlNetModel.from_pretrained( + "fusing/stable-diffusion-v1-5-controlnet-depth", torch_dtype=self.torch_dtype) + self.pipe = StableDiffusionControlNetPipeline.from_pretrained( + "runwayml/stable-diffusion-v1-5", controlnet=self.controlnet, safety_checker=None, + torch_dtype=self.torch_dtype) + self.pipe.scheduler = UniPCMultistepScheduler.from_config(self.pipe.scheduler.config) + self.pipe.to(device) + self.seed = -1 + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit,' \ + ' fewer digits, cropped, worst quality, low quality' + + @prompts(name="Generate Image Condition On Depth", + description="useful when you want to generate a new real image from both the user description and depth image. " + "like: generate a real image of a object or something from this depth image, " + "or generate a new real image of a object or something from the depth map. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the user description") + def inference(self, inputs): + image_path, instruct_text = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + image = Image.open(image_path) + self.seed = random.randint(0, 65535) + seed_everything(self.seed) + prompt = f'{instruct_text}, {self.a_prompt}' + image = self.pipe(prompt, image, num_inference_steps=20, eta=0.0, negative_prompt=self.n_prompt, + guidance_scale=9.0).images[0] + updated_image_path = get_new_image_name(image_path, func_name="depth2image") + image.save(updated_image_path) + print(f"\nProcessed DepthText2Image, Input Depth: {image_path}, Input Text: {instruct_text}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + +class Image2Normal: + def __init__(self, device): + print("Initializing Image2Normal") + self.depth_estimator = pipeline("depth-estimation", model="Intel/dpt-hybrid-midas") + self.bg_threhold = 0.4 + + @prompts(name="Predict Normal Map On Image", + description="useful when you want to detect norm map of the image. " + "like: generate normal map from this image, or predict normal map of this image. " + "The input to this tool should be a string, representing the image_path") + def inference(self, inputs): + image = Image.open(inputs) + original_size = image.size + image = self.depth_estimator(image)['predicted_depth'][0] + image = image.numpy() + image_depth = image.copy() + image_depth -= np.min(image_depth) + image_depth /= np.max(image_depth) + x = cv2.Sobel(image, cv2.CV_32F, 1, 0, ksize=3) + x[image_depth < self.bg_threhold] = 0 + y = cv2.Sobel(image, cv2.CV_32F, 0, 1, ksize=3) + y[image_depth < self.bg_threhold] = 0 + z = np.ones_like(x) * np.pi * 2.0 + image = np.stack([x, y, z], axis=2) + image /= np.sum(image ** 2.0, axis=2, keepdims=True) ** 0.5 + image = (image * 127.5 + 127.5).clip(0, 255).astype(np.uint8) + image = Image.fromarray(image) + image = image.resize(original_size) + updated_image_path = get_new_image_name(inputs, func_name="normal-map") + image.save(updated_image_path) + print(f"\nProcessed Image2Normal, Input Image: {inputs}, Output Depth: {updated_image_path}") + return updated_image_path + + +class NormalText2Image: + def __init__(self, device): + print(f"Initializing NormalText2Image to {device}") + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.controlnet = ControlNetModel.from_pretrained( + "fusing/stable-diffusion-v1-5-controlnet-normal", torch_dtype=self.torch_dtype) + self.pipe = StableDiffusionControlNetPipeline.from_pretrained( + "runwayml/stable-diffusion-v1-5", controlnet=self.controlnet, safety_checker=None, + torch_dtype=self.torch_dtype) + self.pipe.scheduler = UniPCMultistepScheduler.from_config(self.pipe.scheduler.config) + self.pipe.to(device) + self.seed = -1 + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit,' \ + ' fewer digits, cropped, worst quality, low quality' + + @prompts(name="Generate Image Condition On Normal Map", + description="useful when you want to generate a new real image from both the user description and normal map. " + "like: generate a real image of a object or something from this normal map, " + "or generate a new real image of a object or something from the normal map. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the user description") + def inference(self, inputs): + image_path, instruct_text = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + image = Image.open(image_path) + self.seed = random.randint(0, 65535) + seed_everything(self.seed) + prompt = f'{instruct_text}, {self.a_prompt}' + image = self.pipe(prompt, image, num_inference_steps=20, eta=0.0, negative_prompt=self.n_prompt, + guidance_scale=9.0).images[0] + updated_image_path = get_new_image_name(image_path, func_name="normal2image") + image.save(updated_image_path) + print(f"\nProcessed NormalText2Image, Input Normal: {image_path}, Input Text: {instruct_text}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + +class VisualQuestionAnswering: + def __init__(self, device): + print(f"Initializing VisualQuestionAnswering to {device}") + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.device = device + self.processor = BlipProcessor.from_pretrained("Salesforce/blip-vqa-base") + self.model = BlipForQuestionAnswering.from_pretrained( + "Salesforce/blip-vqa-base", torch_dtype=self.torch_dtype).to(self.device) + + @prompts(name="Answer Question About The Image", + description="useful when you need an answer for a question based on an image. " + "like: what is the background color of the last image, how many cats in this figure, what is in this figure. " + "The input to this tool should be a comma separated string of two, representing the image_path and the question") + def inference(self, inputs): + image_path, question = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + raw_image = Image.open(image_path).convert('RGB') + inputs = self.processor(raw_image, question, return_tensors="pt").to(self.device, self.torch_dtype) + out = self.model.generate(**inputs) + answer = self.processor.decode(out[0], skip_special_tokens=True) + print(f"\nProcessed VisualQuestionAnswering, Input Image: {image_path}, Input Question: {question}, " + f"Output Answer: {answer}") + return answer + + +class InfinityOutPainting: + template_model = True # Add this line to show this is a template model. + def __init__(self, ImageCaptioning, ImageEditing, VisualQuestionAnswering): + self.llm = OpenAI(temperature=0) + self.ImageCaption = ImageCaptioning + self.ImageEditing = ImageEditing + self.ImageVQA = VisualQuestionAnswering + self.a_prompt = 'best quality, extremely detailed' + self.n_prompt = 'longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, ' \ + 'fewer digits, cropped, worst quality, low quality' + + def get_BLIP_vqa(self, image, question): + inputs = self.ImageVQA.processor(image, question, return_tensors="pt").to(self.ImageVQA.device, + self.ImageVQA.torch_dtype) + out = self.ImageVQA.model.generate(**inputs) + answer = self.ImageVQA.processor.decode(out[0], skip_special_tokens=True) + print(f"\nProcessed VisualQuestionAnswering, Input Question: {question}, Output Answer: {answer}") + return answer + + def get_BLIP_caption(self, image): + inputs = self.ImageCaption.processor(image, return_tensors="pt").to(self.ImageCaption.device, + self.ImageCaption.torch_dtype) + out = self.ImageCaption.model.generate(**inputs) + BLIP_caption = self.ImageCaption.processor.decode(out[0], skip_special_tokens=True) + return BLIP_caption + + def check_prompt(self, prompt): + check = f"Here is a paragraph with adjectives. " \ + f"{prompt} " \ + f"Please change all plural forms in the adjectives to singular forms. " + return self.llm(check) + + def get_imagine_caption(self, image, imagine): + BLIP_caption = self.get_BLIP_caption(image) + background_color = self.get_BLIP_vqa(image, 'what is the background color of this image') + style = self.get_BLIP_vqa(image, 'what is the style of this image') + imagine_prompt = f"let's pretend you are an excellent painter and now " \ + f"there is an incomplete painting with {BLIP_caption} in the center, " \ + f"please imagine the complete painting and describe it" \ + f"you should consider the background color is {background_color}, the style is {style}" \ + f"You should make the painting as vivid and realistic as possible" \ + f"You can not use words like painting or picture" \ + f"and you should use no more than 50 words to describe it" + caption = self.llm(imagine_prompt) if imagine else BLIP_caption + caption = self.check_prompt(caption) + print(f'BLIP observation: {BLIP_caption}, ChatGPT imagine to {caption}') if imagine else print( + f'Prompt: {caption}') + return caption + + def resize_image(self, image, max_size=1000000, multiple=8): + aspect_ratio = image.size[0] / image.size[1] + new_width = int(math.sqrt(max_size * aspect_ratio)) + new_height = int(new_width / aspect_ratio) + new_width, new_height = new_width - (new_width % multiple), new_height - (new_height % multiple) + return image.resize((new_width, new_height)) + + def dowhile(self, original_img, tosize, expand_ratio, imagine, usr_prompt): + old_img = original_img + while (old_img.size != tosize): + prompt = self.check_prompt(usr_prompt) if usr_prompt else self.get_imagine_caption(old_img, imagine) + crop_w = 15 if old_img.size[0] != tosize[0] else 0 + crop_h = 15 if old_img.size[1] != tosize[1] else 0 + old_img = ImageOps.crop(old_img, (crop_w, crop_h, crop_w, crop_h)) + temp_canvas_size = (expand_ratio * old_img.width if expand_ratio * old_img.width < tosize[0] else tosize[0], + expand_ratio * old_img.height if expand_ratio * old_img.height < tosize[1] else tosize[ + 1]) + temp_canvas, temp_mask = Image.new("RGB", temp_canvas_size, color="white"), Image.new("L", temp_canvas_size, + color="white") + x, y = (temp_canvas.width - old_img.width) // 2, (temp_canvas.height - old_img.height) // 2 + temp_canvas.paste(old_img, (x, y)) + temp_mask.paste(0, (x, y, x + old_img.width, y + old_img.height)) + resized_temp_canvas, resized_temp_mask = self.resize_image(temp_canvas), self.resize_image(temp_mask) + image = self.ImageEditing.inpaint(prompt=prompt, image=resized_temp_canvas, mask_image=resized_temp_mask, + height=resized_temp_canvas.height, width=resized_temp_canvas.width, + num_inference_steps=50).images[0].resize( + (temp_canvas.width, temp_canvas.height), Image.ANTIALIAS) + image = blend_gt2pt(old_img, image) + old_img = image + return old_img + + @prompts(name="Extend An Image", + description="useful when you need to extend an image into a larger image." + "like: extend the image into a resolution of 2048x1024, extend the image into 2048x1024. " + "The input to this tool should be a comma separated string of two, representing the image_path and the resolution of widthxheight") + def inference(self, inputs): + image_path, resolution = inputs.split(',') + width, height = resolution.split('x') + tosize = (int(width), int(height)) + image = Image.open(image_path) + image = ImageOps.crop(image, (10, 10, 10, 10)) + out_painted_image = self.dowhile(image, tosize, 4, True, False) + updated_image_path = get_new_image_name(image_path, func_name="outpainting") + out_painted_image.save(updated_image_path) + print(f"\nProcessed InfinityOutPainting, Input Image: {image_path}, Input Resolution: {resolution}, " + f"Output Image: {updated_image_path}") + return updated_image_path + +#############################################New Tool############################################# +class Grounded_dino_sam_inpainting: + def __init__(self, device): + print(f"Initializing BLIP") + self.device = device + self.torch_dtype = torch.float16 if 'cuda' in device else torch.float32 + self.blip_processor = BlipProcessor.from_pretrained("Salesforce/blip-image-captioning-large") + self.blip_model = BlipForConditionalGeneration.from_pretrained( + "Salesforce/blip-image-captioning-large", torch_dtype=self.torch_dtype + ).to(self.device) + print(f"Initializing GroundingDINO") + self.dino_model = load_model( + model_config_path="GroundingDINO/groundingdino/config/GroundingDINO_SwinT_OGC.py", + model_checkpoint_path="groundingdino_swint_ogc.pth", + device=self.device + ) + print(f"Initializing Segment Anthing") + self.sam_model = build_sam(checkpoint="sam_vit_h_4b8939.pth").to(self.device) + print(f"Initializing Stable Diffusion") + self.sd_pipe = StableDiffusionInpaintPipeline.from_pretrained( + "runwayml/stable-diffusion-inpainting", torch_dtype=self.torch_dtype + ).to(self.device) + + @prompts(name="Get Photo Description", + description="useful when you want to know what is inside the photo. receives image_path as input. " + "The input to this tool should be a string, representing the image_path. ") + def inference_caption(self, image_path): + inputs = self.blip_processor(Image.open(image_path), return_tensors="pt").to(self.device, self.torch_dtype) + out = self.blip_model.generate(**inputs) + captions = self.blip_processor.decode(out[0], skip_special_tokens=True) + print(f"\nProcessed ImageCaptioning, Input Image: {image_path}, Output Text: {captions}") + return captions + + def _detect_object(self, image_path, text_prompt, func_name): + image_pil, image = load_image(image_path) + boxes_filt, scores, pred_phrases = get_grounding_output( + self.dino_model, image, text_prompt, 0.3, 0.25, device=self.device + ) + # use NMS to handle overlapped boxes + print(f"Before NMS: {boxes_filt.shape[0]} boxes") + nms_idx = torchvision.ops.nms(boxes_filt, scores, 0.5).numpy().tolist() + boxes_filt = boxes_filt[nms_idx] + pred_phrases = [pred_phrases[idx] for idx in nms_idx] + print(f"After NMS: {boxes_filt.shape[0]} boxes") + size = image_pil.size + pred_dict = { + "boxes": boxes_filt, + "size": [size[1], size[0]], # H,W + "labels": pred_phrases, + } + image_with_box = plot_boxes_to_image(image_pil, pred_dict)[0] + updated_image_path = get_new_image_name(image_path, func_name) + image_with_box.save(updated_image_path) + return updated_image_path + + @prompts(name="Detect One Object In Image", + description="useful when you want to detect the specific object in the image. " + "like: detect the black dog in the image. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the description of specific object.") + def inference_detect_one_object(self, inputs): + image_path, text_prompt = inputs.split(',') + updated_image_path = self._detect_object(image_path, text_prompt, func_name="det-object") + print(f"\nProcessed DetectOneObject, Input Image: {image_path}, Input Text Prompt: {text_prompt}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + @prompts(name="Detect Multiple Objects In Image", + description="useful when you want to detect two or more specific objects in the image. " + "like: detect the black dog and white cat in the image. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the description of multiple specific objects. " + "Different description should be separated by symbol '&', " + "like 'black dog & white cat'. ") + def inference_detect_multi_object(self, inputs): + image_path, text_prompt = inputs.split(',') + processed_text_prompt = text_prompt.replace(' &', ',') + updated_image_path = self._detect_object(image_path, text_prompt, func_name="det-objects") + print(f"\nProcessed DetectMultiObject, Input Image: {image_path}, Original Text Prompt: {text_prompt}, " + f"Input Text Prompt: {processed_text_prompt}, Output Image: {updated_image_path}") + return updated_image_path + + # modified from https://github.com/Cheems-Seminar/segment-anything-and-name-it/blob/58408f1e4e340f565c5ef6b0c71920cdcd30b213/chatbot.py#L1046 + @prompts(name="Segment Anything in Image", + description="useful when you want to segment anything in the image. " + "like: segment anything in the image. " + "The input to this tool should be a string, representing the image_path. ") + def inference_segment_anything(self, image_path): + image = cv2.imread(image_path) + image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB) + mask_generator = SamAutomaticMaskGenerator(self.sam_model) + anns = mask_generator.generate(image) + plt.figure(figsize=(10, 10)) + plt.imshow(image) + sorted_anns = sorted(anns, key=(lambda x: x['area']), reverse=True) + ax = plt.gca() + ax.set_autoscale_on(False) + for ann in sorted_anns: + m = ann['segmentation'] + img = np.ones((m.shape[0], m.shape[1], 3)) + color_mask = np.random.random((1, 3)).tolist()[0] + for i in range(3): + img[:,:,i] = color_mask[i] + ax.imshow(np.dstack((img, m*0.35))) + plt.axis('off') + updated_image_path = get_new_image_name(image_path, func_name="seg-any") + plt.savefig(updated_image_path, bbox_inches='tight', dpi=300, pad_inches=0.0) + print(f"\nProcessed SegmentAnything, Input Image: {image_path}, Output Image: {updated_image_path}") + return updated_image_path + + def _segment_object(self, image_path, text_prompt, func_name): + image_pil, image = load_image(image_path) + # run grounding dino model + boxes_filt, scores, pred_phrases = get_grounding_output( + self.dino_model, image, text_prompt, 0.25, 0.2, device=self.device + ) + # initialize SAM + predictor = SamPredictor(self.sam_model) + image = cv2.imread(image_path) + image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB) + predictor.set_image(image) + size = image_pil.size + H, W = size[1], size[0] + for i in range(boxes_filt.size(0)): + boxes_filt[i] = boxes_filt[i] * torch.Tensor([W, H, W, H]) + boxes_filt[i][:2] -= boxes_filt[i][2:] / 2 + boxes_filt[i][2:] += boxes_filt[i][:2] + boxes_filt = boxes_filt.cpu() + # use NMS to handle overlapped boxes + print(f"Before NMS: {boxes_filt.shape[0]} boxes") + nms_idx = torchvision.ops.nms(boxes_filt, scores, 0.5).numpy().tolist() + boxes_filt = boxes_filt[nms_idx] + pred_phrases = [pred_phrases[idx] for idx in nms_idx] + print(f"After NMS: {boxes_filt.shape[0]} boxes") + # generate mask + transformed_boxes = predictor.transform.apply_boxes_torch(boxes_filt, image.shape[:2]) + masks, _, _ = predictor.predict_torch( + point_coords = None, + point_labels = None, + boxes = transformed_boxes.to(self.device), + multimask_output = False, + ) + # remove the mask when area < area_thresh (in pixels) + new_masks = [] + for mask in masks: + # reshape to be used in remove_small_regions() + mask = mask.cpu().numpy().squeeze() + mask, _ = remove_small_regions(mask, 100, mode="holes") + mask, _ = remove_small_regions(mask, 100, mode="islands") + new_masks.append(torch.as_tensor(mask).unsqueeze(0)) + masks = torch.stack(new_masks, dim=0) + # add box and mask in the image + plt.figure(figsize=(10, 10)) + plt.imshow(image) + for mask in masks: + show_mask(mask.cpu().numpy(), plt.gca(), random_color=True) + for box, label in zip(boxes_filt, pred_phrases): + show_box(box.numpy(), plt.gca(), label) + plt.axis('off') + updated_image_path = get_new_image_name(image_path, func_name) + plt.savefig(updated_image_path, bbox_inches='tight', dpi=300, pad_inches=0.0) + return updated_image_path, pred_phrases + + @prompts(name="Segment One Object In Image", + description="useful when you want to segment the specific object in the image. " + "like: segment the black dog in the image, or mask the black dog in the image. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the description of specific object.") + def inference_segment_one_object(self, inputs): + image_path, text_prompt = inputs.split(',') + updated_image_path, _ = self._segment_object(image_path, text_prompt, func_name="seg-object") + print(f"\nProcessed SegmentOneObject, Input Image: {image_path}, Input Text Prompt: {text_prompt}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + @prompts(name="Segment Multiple Object In Image", + description="useful when you want to segment two or more specific objects in the image. " + "like: segment the black dog and white cat in the image. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the description of multiple specific objects. " + "Different description should be separated by symbol '&', " + "like 'black dog & white cat'. ") + def inference_segment_multi_object(self, inputs): + image_path, text_prompt = inputs.split(',') + processed_text_prompt = text_prompt.replace(' &', ',') + updated_image_path, _ = self._segment_object(image_path, text_prompt, func_name="seg-objects") + print(f"\nProcessed SegmentMultiObject, Input Image: {image_path}, Original Text Prompt: {text_prompt}, " + f"Input Text Prompt: {processed_text_prompt}, Output Image: {updated_image_path}") + return updated_image_path + + @prompts(name="Auto Label the Image", + description="useful when you want to label the image automatically. " + "like: help me label the image. " + "The input to this tool should be a string, representing the image_path. ") + def inference_auto_segment_object(self, image_path): + inputs = self.blip_processor(Image.open(image_path), return_tensors="pt").to(self.device, self.torch_dtype) + out = self.blip_model.generate(**inputs) + caption = self.blip_processor.decode(out[0], skip_special_tokens=True) + text_prompt = generate_tags(caption, split=",") + print(f"Caption: {caption}") + print(f"Tags: {text_prompt}") + updated_image_path, pred_phrases = self._segment_object(image_path, text_prompt, func_name="seg-objects") + caption = check_caption(caption, pred_phrases) + print(f"Revise caption with number: {caption}") + print(f"\nProcessed SegmentMultiObject, Input Image: {image_path}, Caption: {caption}, " + f"Text Prompt: {text_prompt}, Output Image: {updated_image_path}") + return updated_image_path + + def _inpainting(self, image_path, to_be_replaced_txt, replace_with_txt, func_name): + image_pil, image = load_image(image_path) + # run grounding dino model + boxes_filt, scores, pred_phrases = get_grounding_output( + self.dino_model, image, to_be_replaced_txt, 0.3, 0.25, device=self.device + ) + # initialize SAM + predictor = SamPredictor(self.sam_model) + image = cv2.imread(image_path) + image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB) + predictor.set_image(image) + size = image_pil.size + H, W = size[1], size[0] + for i in range(boxes_filt.size(0)): + boxes_filt[i] = boxes_filt[i] * torch.Tensor([W, H, W, H]) + boxes_filt[i][:2] -= boxes_filt[i][2:] / 2 + boxes_filt[i][2:] += boxes_filt[i][:2] + boxes_filt = boxes_filt.cpu() + # generate mask + transformed_boxes = predictor.transform.apply_boxes_torch(boxes_filt, image.shape[:2]) + masks, _, _ = predictor.predict_torch( + point_coords = None, + point_labels = None, + boxes = transformed_boxes.to(self.device), + multimask_output = False, + ) + # inpainting pipeline + mask = masks[0][0].cpu().numpy() # simply choose the first mask, which will be refine in the future release + mask_pil = Image.fromarray(mask) + image_pil = Image.fromarray(image) + image = self.sd_pipe(prompt=replace_with_txt, image=image_pil, mask_image=mask_pil).images[0] + updated_image_path = get_new_image_name(image_path, func_name) + image.save(updated_image_path) + return updated_image_path + + @prompts(name="Replace Something From The Photo", + description="useful when you want to replace an object from the object description or " + "location with another object from its description. " + "The input to this tool should be a comma separated string of three, " + "representing the image_path, the object to be replaced, the object to be replaced with ") + def inference_replace(self, inputs): + image_path, to_be_replaced_txt, replace_with_txt = inputs.split(",") + updated_image_path = self._inpainting(image_path, to_be_replaced_txt, replace_with_txt, 'replace-something') + print(f"\nProcessed ImageEditing, Input Image: {image_path}, Replace {to_be_replaced_txt} to {replace_with_txt}, " + f"Output Image: {updated_image_path}") + return updated_image_path + + @prompts(name="Remove Something From The Photo", + description="useful when you want to remove and object or something from the photo " + "from its description or location. " + "The input to this tool should be a comma separated string of two, " + "representing the image_path and the object need to be removed. ") + def inference_remove(self, inputs): + image_path, to_be_removed_txt = inputs.split(",")[0], ','.join(inputs.split(',')[1:]) + return self.inference_replace(f"{image_path},{to_be_removed_txt},background") + +#############################################New Tool############################################# + + +class ConversationBot: + def __init__(self, load_dict): + # load_dict = {'VisualQuestionAnswering':'cuda:0', 'ImageCaptioning':'cuda:1',...} + print(f"Initializing VisualChatGPT, load_dict={load_dict}") + # if 'ImageCaptioning' not in load_dict: + # raise ValueError("You have to load ImageCaptioning as a basic function for VisualChatGPT") + + self.models = {} + # Load Basic Foundation Models + for class_name, device in load_dict.items(): + self.models[class_name] = globals()[class_name](device=device) + + # Load Template Foundation Models + for class_name, module in globals().items(): + if getattr(module, 'template_model', False): + template_required_names = {k for k in inspect.signature(module.__init__).parameters.keys() if k!='self'} + loaded_names = set([type(e).__name__ for e in self.models.values()]) + if template_required_names.issubset(loaded_names): + self.models[class_name] = globals()[class_name]( + **{name: self.models[name] for name in template_required_names}) + self.tools = [] + for instance in self.models.values(): + for e in dir(instance): + if e.startswith('inference'): + func = getattr(instance, e) + self.tools.append(Tool(name=func.name, description=func.description, func=func)) + self.llm = OpenAI(temperature=0) + self.memory = ConversationBufferMemory(memory_key="chat_history", output_key='output') + + def run_text(self, text, state): + self.agent.memory.buffer = cut_dialogue_history(self.agent.memory.buffer, keep_last_n_words=500) + res = self.agent({"input": text.strip()}) + res['output'] = res['output'].replace("\\", "/") + response = re.sub('(image/[-\w]*.png)', lambda m: f'})*{m.group(0)}*', res['output']) + state = state + [(text, response)] + print(f"\nProcessed run_text, Input text: {text}\nCurrent state: {state}\n" + f"Current Memory: {self.agent.memory.buffer}") + return state, state + + def run_image(self, image, state, txt, lang): + image_filename = os.path.join('image', f"{str(uuid.uuid4())[:8]}.png") + print("======>Auto Resize Image...") + img = Image.open(image.name) + width, height = img.size + ratio = min(512 / width, 512 / height) + width_new, height_new = (round(width * ratio), round(height * ratio)) + width_new = int(np.round(width_new / 64.0)) * 64 + height_new = int(np.round(height_new / 64.0)) * 64 + img = img.resize((width_new, height_new)) + img = img.convert('RGB') + img.save(image_filename, "PNG") + print(f"Resize image form {width}x{height} to {width_new}x{height_new}") + description = self.models['ImageCaptioning'].inference(image_filename) + if lang == 'Chinese': + Human_prompt = f'\nHuman: 提供一张名为 {image_filename}的图片。它的描述是: {description}。 这些信息帮助你理解这个图像,但是你应该使用工具来完成下面的任务,而不是直接从我的描述中想象。 如果你明白了, 说 \"收到\". \n' + AI_prompt = "收到。 " + else: + Human_prompt = f'\nHuman: provide a figure named {image_filename}. The description is: {description}. This information helps you to understand this image, but you should use tools to finish following tasks, rather than directly imagine from my description. If you understand, say \"Received\". \n' + AI_prompt = "Received. " + self.agent.memory.buffer = self.agent.memory.buffer + Human_prompt + 'AI: ' + AI_prompt + state = state + [(f"*{image_filename}*", AI_prompt)] + print(f"\nProcessed run_image, Input image: {image_filename}\nCurrent state: {state}\n" + f"Current Memory: {self.agent.memory.buffer}") + return state, state, f'{txt} {image_filename} ' + + def init_agent(self, openai_api_key, lang): + self.memory.clear() #clear previous history + if lang=='English': + PREFIX, FORMAT_INSTRUCTIONS, SUFFIX = VISUAL_CHATGPT_PREFIX, VISUAL_CHATGPT_FORMAT_INSTRUCTIONS, VISUAL_CHATGPT_SUFFIX + place = "Enter text and press enter, or upload an image" + label_clear = "Clear" + else: + PREFIX, FORMAT_INSTRUCTIONS, SUFFIX = VISUAL_CHATGPT_PREFIX_CN, VISUAL_CHATGPT_FORMAT_INSTRUCTIONS_CN, VISUAL_CHATGPT_SUFFIX_CN + place = "输入文字并回车,或者上传图片" + label_clear = "清除" + self.llm = OpenAI(temperature=0, openai_api_key=openai_api_key) + self.agent = initialize_agent( + self.tools, + self.llm, + agent="conversational-react-description", + verbose=True, + memory=self.memory, + return_intermediate_steps=True, + agent_kwargs={'prefix': PREFIX, 'format_instructions': FORMAT_INSTRUCTIONS, 'suffix': SUFFIX}, ) + return gr.update(visible = True), gr.update(visible = True) + + +whisper_model = whisper.load_model("base").to('cuda:0') +def speech_recognition(speech_file): + # whisper + # load audio and pad/trim it to fit 30 seconds + audio = whisper.load_audio(speech_file) + audio = whisper.pad_or_trim(audio) + + # make log-Mel spectrogram and move to the same device as the model + mel = whisper.log_mel_spectrogram(audio).to(whisper_model.device) + + # detect the spoken language + _, probs = whisper_model.detect_language(mel) + speech_language = max(probs, key=probs.get) + print(f'Detect Language: {speech_language}') + + # decode the audio + options = whisper.DecodingOptions(fp16 = False) + result = whisper.decode(whisper_model, mel, options) + print(result.text) + + return result.text + + +if __name__ == '__main__': + # load_dict = {'Grounded_dino_sam_inpainting': 'cuda:0'} + # load_dict = {'ImageCaptioning': 'cuda:0'} + load_dict = {} + + bot = ConversationBot(load_dict) + + with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo: + gr.Markdown("
1L#zyG+E#J1OF}+44)2du+ zrFfK3;`m^4eqwQm^>6L3_;V~4=94|k)yX)I9W z3kH5_?F3W}gzVebG0Z^;L!hj-m7!N?fys90rR8;!xh8mqSdL)5i`x0_oDz;?zy9$6 zZ~ELe=h>}GXg3#MRk}G`bUV=4`o;EG3`&`EQN`x=UsHWAat2*EkSiSJTFb0aKa^>% z)np4QyK7wM0E(5T@#l%VfDO0xxV=Z-MY+HH)-emybH6Nj2f~1yF}4t26xp{Nzm|dz zcj7z<_B;XeEPGd~aMjbhFb(viBkOBY{v{C-pB>3T_Uc8B_x5=r$A9pJ=%06#vF_6v z2SC{;VBTfvDq73~_~4i=Xk{hai+X&1tl6#z>buXCk-^N1lDXck*AB#*m#UPWZ*`1P z_x|!mBcsfHP4xeoico84a8Mn=Zns9Q?2bBv0I~<`>g|!TVnQI;yJ#bwmi_J0{u?^` zF7i^9{$Ss}F*z8nKbJnM8eCVODBq(`(?i`m$+lfDH;ly^Z+JZS&fyC^&^#(GKF?m- z7~dxe#pKeBgTeje{l86+!Vz(+1JHk;i5mU(+gDzE%yvNa+;?Z+*m8R;8+1UUl&rts zzWIyf|C|2*w0{5hQ~y?l?NhcXYc_B1@{S^I@^-GYZTI~98CO7NF|EG+ pS?D 6RuMqu(KT(E5 zNe*1+@9*|>2rD+f!1DlP ZP$t-ZDk1l_- zF2A$lS}g=Gl+_p%k&%cObmR}TM?@(2c7K2u)RYpsvB)802|T(^*xQd{< !*{+HTYWG_T{z~NrV1Dp}@St8;dx#uFHUl42)}%gk)T>gY>PT<+gNS zxNwoItD5h{Q_L2ru?jABQ|!pxU260FuknG88cuoDmwi2(dA_lK)rM||{J0=8W$ox6 z$5qyV;}Z4=BgA~GKdt5ADy9Mcw?xeE>whBzn+GP;zpSC7qmRB+Jw(BwQyS3F$m(cD z(^<+yrb$C)e~v#%GS4=DRcTvRynl?(*Ts8uR1zlZmcbb^8fau-znHc-qVr iocR2;A9A#V~ynrzwl_Rb% z6#4de0n4d=RW9g=?VXnH4wYBvlE9lJ0i`6j*6RCXIhpDt?`c6f?Z}d!SH~t=Ere8l z@wWL~Na1~~aH?;I^q90!2nc)^H-@-h1njz1iHcs03Ci}-%m}K2l1qsNMR7g3v11R{ ztjWOgKcnI)HsuR3A3Sqw96!dP;*}QQ3%rBPrct~(MyE$Hu)xx_)o3&Fl3(Rovydj3 zKg2X)YaWbI+MW?wY3tYS?o6DGn0H9h9zh7Y{h_^dd1^qQAxY ^ z^yfydgiu%@s)qqhwd`{AUf1(~%a_RM?kfkyCv+bmKUsu13Zy`^85{JzB1a#L5I{JO z-u%ij@c|zYBBXiaeydr2tRmTlui0#T^?hQyqPL-6a9YRpYu16k3Yc?ZEun+=gfFx? zS8CVPKWofw{>1JlUv1>DYP)nO`8I4KTr=_c7hwZ&SeoiQJ)L^f?_~MAQfGaUMPZ}4 zI%SQ4QAs~I_)C^;|HBZYAYZX2YlYo=fBM|Ft`Q hT zlra;@&H&BKgaw|GO7G+i6b5&Ux@ $YX-Clx5t65zvb?UMm zdwBD;^W!Re4^7T3PkDx4&E?MqcM~VJi ZiEq0y16QS0$5 zR%@a}zXgz`g7j-$|8_><<3%4gSA>w#>Tq~2)vzn2<)D&GAXv$(hLbO zICAQO&l_L+F?e<9SH295AG+TkWrodRBeuId8BLp)i)GpsAi2)Lo#ZQimYF!2w{G{U z$DJKvo4oxg<{c9KA$Wroe@^i`CnjNuLP9F54drFR;^)IHZ`M@e%YaEU-uyW^R=vei zi`6n-r2ds$$WqI#K?0NFw 7_u{|E=f_uV(McD-i^fE*;^teD qgpcIq2_^6P;zsF zWp~2Ett|VBdZ6^npF29IsDFeyZ}EcalIIFu5+SFRApsY&rRw9WA1C_avqf&ym_OLV zozZRB5-HBQa64Mdkt58p&h$qnf| %YT_wMpmF+lM8WbCiz8N5A!Wr91bZO_&S-nYZHivT!19EniV^9 z)WN&2y}E7G`NeF(;@8HLw}Ek=B`+KDnNRW%hG)XBrQB1L9=m&`QZ^xyzow)54bO^9 z?nEUw;QTdw;WY9sUA(ZM@vRkF;n)4wAFO6B*>VPG-LWVUY3g_u8vILrQGJzhcUQeF z@&Smh1}`zq{R9{Fby%&%#x*Wz2~i$M#`Rtrx%Ej_ND53M4mP}ZO7eVQvlTS*#Zki< z+Iraz_Ug3{{L?T`exCaqzX!<*0|5&06Qx|(wYnm7LrCZ1Ei2WC KnK4{*{rw7^fj-r{%~-ETPU#%*(aS|4%BJ!~8)9*9ZiMu| z4II9_L^NCLD(w*-A`EIyNs6*7DCw1fk#QRXA@#CKcFDO6Lrh@AnbN`@BG*rJ)gb>T zFV$!ppz(P)u5;sQ(n+VxB_q DmpW~G_SVxkXj8IZ~CU1 wRc(r2Lqm%2&w-{leYOu2pPXIcWUvvtAfHPD^vW7pmA`Dlw znwvt5%+i}zT!e)}LLsx9++!4?PFy1+uZ>@krzl`CMZMrI**p3*S;Xi$p4QmfzXHk@ z%4@_x?K8WLQ_R7puFWP!4AWCYT~UmJ;T@HstnXPp0xGVA7BrJM>zV<~%%(vCjHZxf zi}Sa1y8;qIMa5&1a76T{RD*VrQJbB0t?^&XNr|2lwbxA1iKe1oD%O7G%IPYWMA)yQ zFAWtLe6`0^ItHr?0*Eq@Y`~in=CPuk?-!Q2wx8I(V>T5j&W^M(n3I)ack@-fn!F@G z!GSA~S3B)T_ugxSF8VML0OsQs_22ol=+c-s!zhe&ThNJrH0-~#F7HeB*jRM*sKYQk z3QRc*O$(1P%NuGYl$L+hh1LwrH}{KGB|B%tUQRU7&d72V8-=$tjE z_ls93fE(OIE@#) `Z{Y#qXay$ z4T_EEPobqE-gUpIH;jm pK6L{}SRrCl-cRXd52{bO8loZedCokNtImcYV z<%cS#@VPc%f3f>$B!><$wdX`&E>z{plM3sqckGfFuYGGKJ~T%Qp`(XHm4bCu+!qSz zw!0OoCc)$zcPw1H^mu>hFeZM0P1mOYij6lN>!!Abt#GedS*)x(!T$!%SJ?`>hLuT( zJAX|N*l3mPHUPF%&R`%$s+Gdce8Q5aY&3)PBt_nfOgor-KC%&C_BAD-#zk<$W$7^u zNnOeAF=C}Zz2KZ4>rT^TOiZT(su#@9bFQ(*M}O4Bu5K1(rH~+6n*DZru***)&iXE? zH+(KIeM99Pc^5Jpcyo#>#4DcgQPYGEr`{Z9*MkI4l5(rZuK?b;1aFRp+47-Kh_Vt& ziMyJ>tYW`*&{58prTW;`@7~#cLkcyyWbKN*#f>17^X_rC9YV}a1K*^*a6^J4J)&aY ze{{qXOG~#;wjtS6FhN@}5l3%36!Zk>mbVvAcFs{IYiL1~e3G|q56GoOC2oE~!LIoX z;8c7zs5qigfcE^$wd?1-DrP5^pnu?wIW_Bxr}Zc)VS(EIdyD(UCZ?J|=Pgbp0keM& zC_Mq3vHo?QF7ZrD!#!S;aC%o1uxrhnCStA|$CK2ziDBMo_Tln#9TkMzie_!rGFLO_ zJ)Yz8wlzica&Flxi3&IWeu_FbBB^4FrxzvSuElG_`J^aZi9ym+R(aN?Yc3XKjgg0R zpF&y?685| AI2DLXjq_DAl5gNb4E?QOa mQzk|5{52{%a8TRu_PJR zKLw;YCIhLu58$}|)`r@?Wv##oick-d>yIw#xh13#d13NGw7Ttbit>^%wZgf!QKj&S zQe{@!l47Cx`|341zy6he={vSlPb_!Z-g%V0F3ka!2}rCOGiPcS$r0=R$f1C+9f8YU z#75ni5P5lY@s3xLbb;-yl(%ZlW>44gpG@#c67PG9^o4gyTHQZvvR1&E-JXx3DU|Ok z!YXUXj6d_b5Cs`#unwJkg_W(eU(P-iH5bloGk|)aR?Vj>0cTi7djBSFXR}J~Fh8^r zKEm(h_8DbU5~reIh~UMt_O(f%udml|kxXvE{L_2i?ueOwUA%UqNwQ~N1DokP@wImL z&rW*5EWOND#{8Yje4LH3@I&^;Sxa~)Q8nATMfTZZQM`a<@(9_9KbP8Nrk>|wBPY}9 zQ#G#;dFFi0BvI(fU|L_#Sc2-2><4CwVkHLJKhB-p7G@%(G?Vs9vDioeC zY$Sg((6$no_u380Nyw@|hnQHbK}M+TN0ObYs_OR!YV1ysMWjIbei2&nDn~wG8>?BL z3Mgic$5T@VvqzjLE!J(5S5iF5E>PQ>Gl&PkkFRchZWKZl4+(+B&YRAH_42FD=UBWQ zmIyiT2jUI7)LT|fs?_BVH-a05Ynpuoolre5UyKY`ZP;BH&s^a*Cf8Sp5;V6r+_C$` zU5~z>Z!104`OgW8=eEg*GzJ*c30`AsE1CT;`6$Z5K%I<0rMJu1uz0KL;q&kY_^X*5 zyj*puZBESnNX-H4#p}#Ry;X0uFMp5@b&C65F-};aXhY8axqNjbh7p_YiYq9a5iZ2m zt6dE(>5;z`S{kj;gRk;iquMpdKP?s6x{BPbV@4U1#yzPyQ-sqp8nh>ljkatVd%g?J z1R_;Uk4+n7&}a(e1QWpCqQZ4)!_PJ6%0zxra~im)Z%$J0>r7`ZWQ467WODJM`SCFB zTZzIHu0Mx0Q%K|qNk@#N^*omEqJnwyA5NMkmkNpJj`OFanV5$wu|Y{WOf_lc#-51r zsHzmQHT15^h1h*hnXxLS>yudRlWwKZzxu$?Suuvj*&3c|KD%)BmI6p45`g+}1=I%! zbpkD<+M_**1&Y06aaj!}tTXh_ZP?h_pkS-?l{m%o4UtiM=ZzbT z*Q$NjPX~H^^%3Z-g#xq2jhRB1n|oIkr(PCZj%;Zxx?Tu;M_Xr3M+uLc@&{Dh>eH-S zZRU5-23JSZtBY{*QS0`RAGT*5j`BQI{pVtpfW)(Z{WX=yDYHUa;5Vt?cmAVn0atAv zy}(?`E!9pFXnFg9Z%^m6nTveJ1=-iJJRX)m4d21--(T_>#Pnsnkr|RTv;*GUu#s^{ z O9^-#%I7fH*QFQ$sWZ?0sV3ndzx;N;zq37P_AQG7_Uiiw~^S?XKG!KbW zZ*x;(%`VKHw{pvmkhVK9%o`#(l4aFb&fK!_7P+TalV)N$ +~BQ=8WX((f*oNm!y_soeWA z_>N2ZRRvU;L6XP1YLLa$qV;S>zxL>3cca~$Hy5%YXy_#BB~*_bk~~zTn36+(nIoM` z;|g_B(iBBjz84ghURyG`wZ8i(noGsW+Jz(Y=1E*r%-gjBG}Irk*9K{?Z~K?@@Hq5H zS?&Y+nZxnw{PI39|0q(2SgE9#(QZby%p-fG^@X4hg2rSVh+|EWT=Gf6*gti0LnQUX ztJ1Eg+1~n x!D7wwsIxf-Vl-aH#b5 z@KkLH{oCkoEA<}NkJV`V3(h}r#B5h;cSh}^BvtmJoIT 8DOrrzdO3TTKl<6cY|!to3SeF>?x@2%aRXQ9P>FtX)c#ntKJy3+J2`m6B%fo-gm$ zP<5#GTu 0UuKX#Rx(`dOii_yOk zk~Lc75J-z`@pKu*&)isP`@HywxB%qGHRNhn01Qiay5A`MPuZsbT?)Z`{x|wgUazd@ z #UKKOPxNE9J|fOYSw9BCEBR4Vp@Ds(U0HvA0YOy zlGvQmG5Kugu5aj1J~wMh(VcNXVILJ)SXef3Bmyg%++TdmZc#|CPz~Z;^p?=Hq_!c& zd+Mb?!ZG?=MS >{ygc;vcwcPeM5>w-y~VGQ|%O zWw?Z4c829JoA2I8!Oh<}?HqD7p1S=ZD -VM_TCPREbFE@f z*X{*^k}eWe9XsZIFO-s|H`4na_4fS%vT|R#)28k0qf9rhD33}k @4G-G^$zWkC=Mi5ar#_`XYWID%wL6TNuKmP_7!9~h}OKj-OL&Fy? zc`@!0Ck?I%#@ XQt-(rXn2{ z%3UP+#A)NS0WM`e9KBQ>lA|lDr(YBxncu3pWSAvnYvuLPsyc^$A02?#eO$&x3A`Jl zE|r*$ zVpYcgLebRv#0(bB@uvKWBIE)>9{KVHFaOIvm+vg`zauuIw%ES8sKFGdwy1_wT$q&6 z+w1mdti@7e-H~&YMWX`q>0g>hylF}e1La;ZO^4#;`$uVlu!uggO`HRVt>4W z?(%h*`xxGn4^8-JbKR|`9>MN9f7~-3zxWATE7c4 2Uow1YuBUMOLx&;h<)pGHsqVmT}QV z%4Z$h`RLEn9J%h)?^0kir2Us-a*3=uy3n&c=KGBsAFw43lv$TA0HX?Hi*-4rwE zR;?W 9NFv8t*tf?P@4R=k%tE&FU)OvCCckZJvXoKQj}a9vLWlT}WH>NC_I`Cz z?zwc2zw?nMZVs!$l1*bGd}oggjRw9jI>krLTn}TkH?1wCjS7kV<8Ghvxc%rY<9D7B z$vg8FKV`Y~bi7y0p^%f$?4f-I@1$wBuL{n+b$;tQ9o5^&u-*PM%a^$7l4$Yq7j7)( z1@II8<_Yz*@fk3+{*$%31?=1Hf~We~v9}8TvLy(YWxcDEB623WC>U;cJk%a-eC;+S z)dBiMtR|=3A}yfZah0pZR34b?4f0~HuSBK5cOlJmmY#F-gVmIWkoSz`Kg3>dXZtQ& zvPsPSh#47Mbm;xK9?cOR7o5#Z %&Wvf7MLd3Z z9_P}@*Z1C=i^|JMeUA)d3)0u !znzY(g82X}OJ2K}sYr}X-y&7iw z5$iXhgd+=>vT=j)>|FfM*AB0`)&^(X#(t|Wx`iO^uqT}v3=@p#g>TC0(fGAoPFp;x zKgS1I;{sj=!!Ul?Z VW$a2|Wz@9C^D0-t_Ep|{) z3Fh*zTaV!EEBWNwEKpzZ+ywl^yC}+8d+kl)bXJ0}>DjEL5qRHxYA);czqq&Hzm4cN zvVZk0S7m9 +%69WsubblxScM!!hN8 z^Z+IJBy aofF9!w@8Rp+seicm`)42f`ZlC8H(jaKR@-3$E33w{ z YIHArE3il?tlSj&R{I1-Mr{r3*EluQs&!} z!2zbNHSRNCtv^7BZWr`^conAzMR*9?->k@YoB6UQc%7XSRJnXLjJx)&^}^T}(Bl>J zXT>fm>p7l^)Q>e~s{Q^(raEsJ&kZUjh($pL_ZeXiZvu-!K@p~FSNXg@J8{%4(!;v? zCBfEtoFOAv(wo6^ahvgXWKtE!c7!{w&4jg{j~-ME9@c`99!O3vzFo6~UlDC%4v@@X zT @<}K zi02_z&HlLXkGoEuNAFiOMnmMn s~1mkioEnOKX6qhi$b38Ck_HZSH zR|kq6#aF1RjqQlNoDvl^a-LQ5((dWpSqCiot)klu>^T@s+UHz_FhyZ6W0!7NAmkfu z&ku>ZI_KN-Pn{jAiOku$%56Hpzb(49Yzb{JfQa&{K8UZW$?nimwYq?{kJH}uSWKo0 z81{C+lpWOFP&C C>t N zTl|8^gUoHH;d1b*joXK}J%4I%OUX*U=7uBjq}Br8#{qJ@C9C&x`mH90>U#$aw2DT~ zs9RZArnLBY7R$=W1i#M8+QqqaUw@5h%@h34O{fqINFUbE7WCzDYMadOzEX!i#|-NH zkcjR-K1%_@UJY2~;0hlJo1;=y(Mu(+6NVD6c(ThS9pp}AmU6)xLrYleAL2-`^-|>{ z4>-rf0!hOhU&izgo4D^?ZgnL^#3hb}pi?IrrAb+#%Cx}_%KK=TdTE`A%PZq7H%R4L zjn8yRoFy(`!BM+WjSB$|Dq#lwN*@{2F8T&SpLMv_RM@SjKg6o(-P*1w(X?W-TM6p@ zli-%tWDL9u9T9jxF)LAsUXLNPK3cO+)`T^p877Zs-h`MMJ2!zonq(E3J~k%1mcZ=Z z-n&%t&&AD4Ds0E+LBSoekG9P7KG%OfQ>OdXQg`Vb^xGYc6GJ195-i?4`4#^fKb&Bz zZr)B|GkY^YeZa-n;qB97LIqm2hrTp?Gf;vi_SBQHsToXPa?Xrg!WnnY< `NGoxZ zhI)i3RODg<$W1JF;#NY_%%-HU`rTk#kGj4ao{m{x)~aHcG+`wKF~6coTWW74%HASs zHWfH>cY<=f>59|uW}h9Q)vL{K_WE_2zA5#Vs07XP3r_644);r$p{PZ6Y@6 ?`*379i(tF?cM1am)% zuv#k3J+CA_|71#d*QHhJT{<-SMZjfp{hE5?jKZ9PV61Lug|ZP&0JI)Ngw?p1)C7T6 zxU)YRL4Lz}wy;m Q<7u(VXB^eSE<)l|% zU8?)0zwW(X9<3K4>yD;5TQyp`H!!rX>Ac*u!oGD$FFdCMlRH*jvXgM{RazXeRCell zdE|__eniCzzu;AZHzjKJT(u?C+XA<5ubQ89BYqZ uowdfEJ~pC)BF`X2`Xu20_Hog%`;w`4aXqoRMH1BLq_ z?3gkczfPBYyn<|VF6>UPCu)&M>_Vs1)K-oSKMkqcs6hl}M;zY1>9y;t);_N`vQdZG zD98(UNJ}u+<^tpxoVt2TO(PyITo(T-yy=!oc}ptsBXvUj&&H>OZ$`v1J Ly_+;vDJ0#x->37@WhxL-|`;QhsQe!W1mc|$?->1!G44>P! zI6lsovmK>#spihe(aVWGgVLz$wvR-k)jWZYCmw6#wAy8$`AQvnR`xnG^*Mkuw7C*% z!P?(T`1zH7;AzU>kp6~Tq|LlY*b9=-7+if$JM&y~4K;pl-UO>R=H$*-pJ>-7=&{`M zHRoNS*Q0G~3C>o`pkg5~)clmZ$Uyf=_PJjaCwqr1MId+WfFg=6%sFx)>Y$!S;)}%8`|II zsl6*9!8Ydo`) gA8g5eXNsIp5LN@_P-0x(wfU<-OmGS`_)o zu14E@Xc*~}9rt1BX2XrJ3N0x|Ox=wL(`-1&+YxN488i1Z(eAkqMzz#{ %b5t|!TWPbq!)&4n?QYF8y?r4Lq+)n7c zR10Av&1+QEiRz4Brv8gM?>Y+3KskCW1SvuV(;XA~73 t7{Wu8t>}{1D$Ex_qj%Y znguU?DY~VVHLHlOvYQoiMn{Zqbd_XUPuK?sLCb5cKLx)?{hfy{ckx#dj11DWZMR0i zA$(TEa4{o;vU!HsY3X^B(=X$V(V8$d6X&Fns>e1()nQGrmMb_ScXj9G40gLeUZA?1 zWOhWe56$UUWlICM&$iRWD>!DRezmcHyLZCk0+CsoFcy98PHBiHDOv$btGoU#<(N@v zOJ*nYvvX6}L`|fS(oi4E%Mn@f2z_C#I(e;fklb8`UYl2fxt3GCj0WXa5Epxu5*Ks{ zwJ4 cSBQ1tcUG^JODDPb;zinNKefdyMdCc{YWOuUk`?vMY zzb{q`qi6ytU(y$x#S=PIYcM%g1RI*B&jR`i=uyfydhnw(so(UR#6CByq2KKRXzcqN z9Y50*?+QgP?}t_{;{F$7Zxz Q3yB90P zp}2-1MT1kE5CX+DcnA=nr~CW=b1uKVuhz}FTF<-QImVb{j#;tGP|3JdumFc8gXFAQ zl+SCi##?;>)U(ByGcbWT%q(t13KB&05|RsFm!bESkx~y~g^ER7n=CAnea{0&1`_lM zrI&>?Ac|!~*TosyP2zl@tI%1a2X4vI$fY$NCh-UH+uoJ4L(i<&+(3aHp&f?_5)}+u z>vn4`u4&J%7eBVd+V$=n*lr~p*DWKYJBLiScIY3@D7+T7SmvEdI<1)1U@v|x;eI@D z97>pjLzCHGMm}A-+wsf&sHFs!3@02*{Pk-dn6|Y-S8cTa(&;sqJN4u4t$$ zp+VRu{t*i~ 8z?6K7ulTYAKAQPQ=2u<>)BmyMhmyTcY(Fv-ZBg@ zQROLL?atkhe@{UQboJo|(Nv5DzsUs<8N$;{-Kn3|n@wwE!b76WlZpcB5M~qTSMfzm zsg(eY(na|Q6on+9okvwHyiu$?gmj!guINSaETh_Zlu0!%XoQ;Nd$dOt5^m597oKi9 z7?ds!sFRQBo_W+ti}MCDQAPV4R3u%l8{>V1{B+w_@~o^JHy&>j`3ib2FfOT%HNa>H zk_`aHO)s^{z03Szm0moal2 ~I>Nt`OIrQt=b>A^H?^ug z?s{cUT(YWT3LGA &)u0_U)>7v`H?*u)PP|Yere{ISCOn3AntcI z@4uX(+=5ZIsaT@?epW;2Jekh-J>0CSR^DbA@0MpoEd5BoS?+aBTJ7hv-vXVqfOLU- z97q7yIKS6){z2pVp7=3%_B#|9q=9@hWseJ2IS!2t&bbFIcq>Taa{{s4(~rq3)@AtL z>EVs)KlHE~TmEay`)_=nHvjJHmFM@7SIa8;(H+DUt*HS<7tyHnI+M^oz+b1DRe79i zB##&m(<>$Z)0zn(p5f7}7L=0Pe7GZH+pxTEIJSwH-niMsu}c~>J})sCtUf3gRFz>{ z6zykPw;*3!)G<)6G>wQ;v@K)#)Y@lPdh=b9GsFJ1B#4mm-c7ZHN4SOyPHgycc#OlY z<@*N~#`Hv_iB?p|&dSTR)=fVnkcBjSK+QF0ZifyIh})ZRGNJ&r|0vDk>}oItdq&0d z1dqTLMLTCK>m>6pw=dVThdeO*QZ&N~Gy`^tMt}a| A%0Um1Vr2OjuPV=*jwSG`(BG zpT`!my>S=8p_gEGs8O)40`FkXLEJ`*r|*8mW`sN1z8tVY%J45qM)Tl*6z%mS?Xygv z26^2N*F^Pu@nHqFU|_@of-xsK)S{9Nh`d1ni>)a$`KdS7T0rT*i(!ccu{itBZ#U`} zK 7E_yYY`q6LF*^epA2$qr|&$zCbkYt!f0qIfRH6dr9q%_k(8 z-o7_QI>MGW(gUI4f@d$hjfZPOg$XwHe8$2*ZAs;hCioPKR^71w{-7ugzC!E~-ZZ-| z>X);N8q=FO8n+zwsMut9|8bn%**ZE-Yy|S9!FT!c19eZTzv-^EG7e89M|Aua;Dodd zA-Co)h1lW^lsc++ZzDY^o*$mBZxiUu!3uG2Ruo2iVWn)vk9`IU)2QdNTNTHYeNk*# zKHiq&Y@6TfaeVt?YI0~rwI#X3>1*sayGsM?#u{z}jVbdLS2d54J_c>Qk1t2Lk^swL zQVQ{FfeXTHu794rFVTvzFW5E;t~+uI_uZfq?p_FIoJ%$sEa2 6s&Bn}MZg-MU+-l}q3;?5^ZnZWO+Ca_#|DWq!f+97tT_AUT7w{BW;$Go zeK*@@pfCRP^6e5dV!1)z;xe*E?5Y$?;ACWhvcA_J93l=q+pFSSs%*uB9xu|WjzTv{ z2RB?v 318z14wTC(}6#=j!N`Zh5vy!V0rdUfK2qpEhKq-xPCzUJg%7ZKD3v z=*E`)?=#Rf)la-H9c)JZ$Mt8GrtCaxbEGcAde1 7 zpShAmN>|~OJLuxX&6>)Q64E3#XRGX%0U|wGt!4X=rdW7JidQ5jHWh+!*q1vG20Pzt zq@-X4E*c9^*vq98%QiU(l*Lz4 qau2D*maALf=guK?t;@6Nu3{iu7bqN2bG#}4Jif-@Eeo%H7W7j@#A2hz5zMD z_}rwcVdSHx$V1iYl6W}7P4=IJETjMd7T2*~6?85&r0#yJa{K}^a?t@3e$=ekj0XBM zm9;a&AlwvUH-hQmPUr?mh;(?_Hlqq_Ua2arCr!A{ureI%?Mxa~;2L5lSQl>*I1u}9 z{`7aX2x`K>n4fOI0tWe$P2aO^6lua4HyBMHYqc~qMQcEgH)1eHI9e-Qk(T V+ zuC0(HeI=k(Ccp5inR_#uxWdvnOIw2I#8GUdFu|Pt)OwV>kiXdx6+Cm;w4iGt>p4T- z*FC>+9uT0De&j<;l_OC4jJ5Hr9lzstP8Cm7k<%qSsCzDcG_9~WZlJ+VZI)*0bWq=9 zm*h~*iASN~#SGQG?SL;YL! ws|y9hEWOubB2 z**<1%mFFAh8tD;y6zLz2Rm|YUkLL-DWr*j-uAXz#yzp1IZb!t{RmUFYrjngZV3Uj@ zahhx6-l8xr`1?*!-9}sZd8&xl_w!f)vX7zC)2lilSV2y|ak%Ov)(p~iHaa6#x_$bR zm#0acql!)AZP}hBky8!~xnV9WpQcdvIwP7CbJen(=}%6je&m;1A_}fRwms@n!k8iF z{TVY=ZNS)+ReJ^aSSh2P{L|l^vJkaeGSrIYr>t?v;x) EGPvlBy%v5ioq|12>jI>0sjaA$Iq=0j^|!-> zKzn%8wpXBwMwu;Qkz=}44*s(IOaBI-FJ4_y-T1Z+1BcCQMLFFSJ54I(K$5b{2S;SZ zt*i (U!3c{?y2jRUi1voYc#VA3Ew4589qg?!v*mrQXKXg0z z&6chbAeHw$A$~0`?7H9~{@iX|`*>9fv1vZa>ErApTT;SS@94FDyCLpJjh%s$$a8Zl zRicf}d>e|JczQ87@iK(rW|!Bq#>N!JriN1L*!)%@?CTvBdl3011Fyx$!gJn?=wW>e zgIB|4KR<&w?uIS2 l z vHc5c>7s2XI>(t`aFV|@m-oG@ulnvd%if>j+49a#1PRZ)3lfY+}rNiN3tO65Qhwj$_!f`@`&XnBiRaJ}|AV^IG|< zr={q#&Vc aD0X|jHmXjGdb+P$fMe#;Kwl5($rhcJ2M%ZC}0Ee1pC zd*06kR61x~x3gcFaO*fUh?UoJ3YzY4503~sLWQT2cIfB2SLW;YO-*IZ9rEN&+aVA{ z3_Jl=>L|8M _wX;`(_0H*?l&r=g~|JF%WY;g}f5`AJ%-W-SK-4hiD0!WVU~?E&ekA%xH;j zMEqcoK5K32V8PRpRZ!kcYD&JB8pbn+83c2s#}r9Krle)tVWGR80 U#1N z;pf~PF; hYe_v0CXvJNiRPM@S zpT}p%mZ|{8yBy8%dCGnB7Q(yMf9GFqPteNx8D~Wrr{*fHlVaX$1WQyLqb%) !5yh=rTlc_d6=-c=7(}{l!Z#Y|C6lU z=I4&-#E4c2 *E+nd3wPvq!oB9Q( zwO&G@(+8`hn&~NW9Pbpz(h@6T`0rJ3yRnc4tU{hTS40!{7lrm|FpmF`kN aDVm-@~E_3o4C0L!h2sTTLDRkMnsu=d(&rvpsh zy}`TiTJm>aOV$Di8D%%Q0&%z{9{ywHX9~H1!M*)&tDGgIF756&RWafO_ l!jMWym0nKm-m~?(E zjpT=!dLQAtF1ytrMERB_xZAg&NIc8Cx@xA-wKOfZ&of<)5QXH`lLu*PM qZ|JS;+m6TbpfR7}4r)Fw(gPRW@Y1tZR=;+7xIf|A zJm Q99~Ly^+PZbBUpZeRZ-; z<_qu->J6h~x%5SG_i|HSMpdR`ZK##$5Z|BT76^TyOurfUPlj_`p)5aR`$5ITvI0Dk z!$KH4#h$&lSv>d4HOJs&8#nBlC+ync)1*5hbf7Hj(jmKuZ{Lxd1UyN$fB(M+rM~I> zrz95e2}N>0$SLC{FMAC%G@neqY78_KX?WS>GND>TVPo;RsE-Y|M+{4up%$=$^4@)= zIcR<2D^|$8)Hv#?@;FA0%`3`WI8ME$CKC;@Xjv%c04|c6bkMW57*vjlufoPn5);Qn zW<%;vt3X6#Oj*zi8GX-8)AoYq=|RwtRr7g Kkjy&*}l{21p8>$7_|@F^wi>S_DRzAP}ls})^FNlI9NNW&p`U3{s6Le-eH;e zZFws}b_6Xhkd7T~OoD)E^7x)(Y^qEfJTY~h50)JF=5~2I!4UQw-sp`B+l?KagLJ u%gzt6sQtqT&06RvCTFTLKi^z{M4Vyxr=St~k{k@m4h+!l^T zD=_r5 @Zn4v@t&cCR0JWtW3tk51z8 zE^->sb+LHo+Ol_kjQeE;#v=i-vObG%OdHpUvKvSvWpBTaYN9Mu`eitJ?>Ioi)jfVp zu9cRxc*DeMV6G|nC1}$LS3A8Z7w?RBJaaJBA0g?iF;g!&KR-)ppbXF W`R@`y~y zxIu^p Th>PE&U&X(0@WIm*33aw@7%XiE@D{lqaprjlU*guP@gFD@*)NIf>=> zg2(wOnD)N4`VldoG&JN9s8EP~w^n oeTf{OM)0j37I=bbypUgY|1)TM|H%3a-02vU zIp@oGNbj_qdfU4AeBt!c2fO&}Ug%He=T8X! vCvNq6%T4)7mhztT_reX&;+lnMHpHM0RB0&(}bd zfr8CJ5nZGV3z!~cF><-;4Ed6;-DkZ>vrp$o!{H3BHvq%cGqG!i(nYzxPWm>=^JHP- zkT3}_c#6h$d+rrShPi~)SVGi4)XHfD$3;WTxjpIffr0SKlWtb%v>E(UV${Xg=-NgM zANI2OVgtR}X~Ta3Vcgql3f}Grc>5@`Es09B%<=B!SF4`m0zYBr4}0nNP$17j|4fyW zS}Bo*>Kx#3U>?r3zsjB_^GGc7%Eda)+ zH xaA}bHzZb b$o3^8wJm82je%T6LkE*Lg)U3_Qqyc#s-cvmGa~slQ1Pf5tsJ^ z{@h2!K938Dr?_GpFq397lu`KM3sG~j#4&a @)0Z)lK*`OH}VK)(r;5G@{U<`N|!NV(DJVzhBcPyknd~<;*oH{!*j|EFh0}b{`MR zoCnkfNx$uYYs@9fwv+XUyk{GCE1|c&vnJWxk2S}GBF`%=aGXST!(+1xA`;7f-7`GJ zlB9J9&9tTojj;?+)fHh%XDz&uq~^hx13AC`@b9hi2d(NZu2O4ZQ4pGO$CD=9#l+{Q z6@IjL`>)mc_l5hzr`{YM=v$MNeY~({GgWHrX#NX$oW$vq*(9N}e*-g|tmr{0P~S`S z7krExx-P@Cwm8!#P^67yoAW#-F8Z`BxM}}}_uiEwd)0nT@PdNp0ly9O$(UD$lLNwI z5u4pK4nqq;4xE6)ZaMhTW`E=I4*y0rp+c-?=NA>0*5+hAXb;m*=CY+;BC*+v$9Y=_ z+b542FZ~H{=6-JR)-|UsV1nn=YHQikA-+8&e+~`}{ ^b z6aw%SC49Koe%RPJ2L_i})i3KG&w5;Rq1vmIe#60q7AemA!CdoZ?<`c-8D&kx1RECv z$y*9svi$t^+Ze7Z7J)v>=)(4yo?0X3U(*7<+n_{6w;#Xr^Dd1 7N;xJNW6V`e2v3*5M5}sXnr4D5H1lr*<5Sb> z8p>48IX#T*>g>uo#Fv{Pov!h+r&FbOl~({w-(TuTd}JbU(|=_7#-7ZYwIaB6E*+9I znAGGyC;2SU3B#Db{v#&jVvJ{%n|z8v;GW@_^^@6XU!fs`aX)u#19EdNRy}6PY7Euh z@5?^%tCA&EoJcp`7M-(wDzNVBANA3?d6` #~QJC@Ad2` zOS=V+VXEY@X~u%v*iJCUn7~H7y_Ljht0*(lw9MNk`ggVj13I|xC@DlNO_jC6cF*l5 z@NE9%OZAO+ z(d$*(5d_TRAIyxHDz0R_)9EpPXKtv&y9RsO#Dn^=35MejPm z1x{Dqbx;tQd-;APiv2Ff$@Z4pL4xTDWd17w8M(-ldm5~+OjtCbOXM^;Z!Ilr<;hCi zHW40Wo#u&!bSdw;GGHrCiugPMOB_q9B4mrO-inQ_N~)Y!RPzcjijoxJi_>lr;H#Z^ ziOEYb(OcXZreBk^P9L9bwDpb$N0q-LDEqtOYY7x9hB@leK0URE+EbY)nxbbr?I(`v z`ilI_Yv-%z2c1St0(ZT!+q)E& Ou!@-fxna@Z#H(S`StP^uj0rdLfhw04#$+2xjc4~BBT0bR OSP<`-M4yf?mNJ-ivRan5$E=ABd? z*?ezH7Tc%FNdOz-1k<_)Y1NQ74E_RhYWwbF64kBMe)EpF79UrIQ~S}s+chf8rXkmm z`KAEz17qzC79zW)PKDTq-tQL?hzd_JN~$Qct>#TmBMaFgZa9TN#c|k? ZESO-x8Ej z;(TmpN~nqkzP@VR!Y=yszk_uuuIuiLr0W#92JL0NRceLh>@wQ9yap(sKFzkQoxvQ~ zX&LWER=em>ccAPzW^~|l!c?07E5KoW@vZl#8eELkjGC|Pnr^qq@fVZ(M2Y4SXSR90 zTd_|{a@qP5Czd~hov=CU3p!~N2#M4QZ}1NgS-am|<^8E?*>(P*VRx*}gR>A$J!j{7 z(AfymGx`2(f8=r6PZK?wwW6={sx!x927BCLb;jI%p9x=Okd<_B0}43QzUSX1X$1&_ z{M0Wfeo!=r8G_xnEu5YvFOwa{fQ7?H*2zA$hFTT$soyi+8k#fggo=Azb1wD5Pw)>$ z8%3J6yu7Qv;wYGJf~;EydbVYYWx0Se(Zat|zsPq`!MQ435IgMxmUI4V{sKx$`S80n z#1Z3G!W!C Wbi-&GUC0*^Yce z3+MWf#U+im?th8*1p+-_Jht_6 *0dk1{R#63NI$!Go%A`q2y 3G7E)^6*zJ5YB zOA)iC@;4C1%u%zHYge5{Pb)$L*|x$rO$K1s?pZ+S@m!`ZwA!GE1GMQxnjMT{c{mw3 z28$kqBp7&3n%DsesFpGr# hNE6%E>bidyj)+)@JY zR0#NBy42e)dW`Y0{rkd~Fh8c4o;Df}+}DqW2W}K=q(3<%oyECMH}iJBq)cx~EUJLt zMk p*0L;3tc0Hyk(!3zP2UUFf61o697(O_sgIUqbtaH49& zam8_eq2t5F!{^O$sTX3!Z`jIOPeGkBE!@d{^qXUHd=|@6*ZunQnDFb*@Y;H}RcT2~ zOq^D)C!PLbU#Cne&}igM%_%1l9>XXLXhC*bmTQV)?wM^nOx~BQv^<8c!;Jm+{(-v- zZI^t`(<4jO<;!qSDsnNv&H3f81 y6!=s_Mk6Qr)0 z2YjM^QhPq+Cf}u(s ~X!j4o67l=9hvH;kuv6pPzuc?$%9ExZW TSXT)iQ{cqXkZWBg?95Uw;#&8P5#wo#! #S(ci6 zF3Wy%<^21OayXT2UHjX%h|zQ6-wm7OPu41Ho__WoEm6Okb$tA_p1sw$d4lb_I>tT^ zGvv1(5c>W{h6np9h>bW-U*o+)RLOXvZwmQmicZg8z8g>|$;6rVkwO~I41Ia9c$C*6 zF&|I6Imz%F=o7>J=t~^F-zU?E?X&eIv-ohL>i)X8v^G8aeCo$)3vL2W`C#&Q5-F1? z>}S|=xXyf;ga&*VRll~4j3?tUeu -Dqb2y-ldfY2VxV{#)gj!l)N6(FC8J zliZTN4ISue1VqZeQi`xDyvISoR-{S6UdDbjUHEWic!lgiuFn%Mw+*YF2Q&7K+9#Uc zT5r8F{G_yTbuik%r1E~|K_u$1m4y?)GL*6b5>sz`9TRoNqd_gofH0>2Nb11CF_Exu zF`!Zv#yT`H(Z6SSxmu=PkZ?$uIR!laKs|B)4hI=ibzI4MtEn3ZQoH(?RfZ0R0=fpr zm3&-h{lX9( ;zBMenc92 zfr5^`G~uCDa7$#!!V?u9pT=)NcuSAIZ!=H{pV4%SpcqOvtE$ub*P20WA%H0WS%BAy zP7Ld)aphhj*~6IOkiVf!^L+JDGK0DV? JRuV+?@uX zH=6A^*n$@%lP&^s9PEQ5EQE~yE8=DOA4UVht3Ms~Aj)HQzyaI`MIwYX)ihafEMod4 z9?Ul#`3y?h-A|JEWb+-hY<)Il^v8n+sXUE3G|mU*2a?`!^s!5E6e_8)W?}Dymlo(+ ze2t@Qp5}Nx{7dur@cWOc$QI@@iO2&z)T#N2A!({FfaQVsZYQycN{@Kvie#9F4v(u| zQm|pNd 54iN&Cz_NuMOgM_nMQeGQ;vdB7puXm}fw^{Sy(*swEi zLB!gM%Cxp=(XKS#6zk%h&i9}?gFR$dNHFC&3%tmL<5j(D(_3BPJicg7xpSl}6&1C1 zgk^c4Qwy&&ggN?ggVX)_RR1&1j;UO-XVyom6_+~^DSfyHqW*B5yvD|@=o5J_hRIWU zj(+>g=wrChv%TiiH<_#VHX{`$k(LKnR%bs&fBtr`w(p9$ahMC>FSn5g`m;m&N%D~w zuff((dnN;_XJ%*XczClvU=|h$qECltyq=0k*X7U+A~cY-xo~R3na-vK ;8S%K9$|r7s0DOBzZ{qb zL0i3!F-4`ouUuA>YTqkHG!c(xAkZFPPfsKyfs2j^%X3@|3)9F^sC#fO@zg%&AzfAM zYHx< N$t1MGQo3?#x4YR z(C+5o+13yvFTL{S2ibE4>(aexDl`7cb_pPkC>ZQjTx>`+e(cq_!7O+Bi!=gd{$A+Y zB2c?le)J $4CjqqLkM#!LSOQNVjl!Gnho#z^HRZIva zeF|{;Rpc=d<@{_%q22PD)s5X7>sUB-&f}%?oGqZK%+;HcPC>n&oN;x}?{gqIxHzT- zB$Wb5CdQsdLmj8&obb-xU5Xi{|77nkt$qOI0j%!Ko5oO2{ogEr#du1ps@_S0 QAr*zPAG@85S`S;@RAY+cPy7`&qM+y=QsvaVy7}=%Xmkix}U$*pY5; z6_Z6dio4IwMyT*_qYGvkl)*Jr9#`E@riNZDG=Xuh#wmaIHqb@+eus6>_@Wbtu5KS` zPzGjq7|fR1n?k84^nwW{OAWu~u*KGwK2R=K>|%;s?>2_**#|Rp?gj-j_3XLYlW4-V zkRv7JdD tBTqjFZ+c{waSJTyPpVZj9BqKVd%|gLmMna4%cW)m z79a5mFaJkT>z0`M-c4*A6waH6z+Cm}ZM5|Sku)0uSXzqWne!Jx7ANYh1FN-TD+SE! z)2Y8);~9!Bu5Qnk)XScpFKZYenFiQ3$`Tw{ir7yVtdfLY&4@IV@vbI+3;lo(1+$42 zwKv63tR>$Kk_mbNxa=b(oXqX1OGoz?xDF27YJOFfSIctllvJd&Gsp)z4sS8?k-D4J zlk+aHQ-H^!7m+Hz8Pe2V-jsG;U42IpJ7|l(9UUgo5nU$DOuBT=7lu^ z4BC+$oR;5zTO48~_D$fKL2sQn**jfO%4!>Z6|OBF(2fy^+<(&Y%9gDTE#R8y4xx!# z?}yO9`lfK}*oYF(Px+vui7MgE0lyog<&9eFMez9Ep1drQi61_Db32i{^4K-xv0>A) zY*k=lC@I?5ez0uo-Uq49y-i7x^Mha}meT4=#{b5q|8DU62ePc&f)-Qh@0qXC=a#^N z^DUrIIc+M 0f-Snv<_5jYQnYUX`0IUP7UTP3y9-S!H cWlVLE+9Iih7u?Ln=Yg2cK3{|cX=&`|7Im$)ZL}{!{-orL%s+p8 z%`H@0f)1KD->vc 8wtJ0UGVM)M$m6)ak{wWHLd(-NH*Zj*5V%bB`a z635F0-`oH6IKp|MEjQ@V<}d3~K3gK1$>Ge~)+dW~m_t*0@jvI86$vo$c4-rjy@1B` z_Ib -x!+Uc`Mmhb*GJ z8E-x(FB;D)Ch!B|HbWjj+`QT@xgH;+f48PGxS`R$z3lm&-9kQTo=NE g z+B)6pY^NpCo@(zQ*ZDqAF$33OA6ILlHoHWLJQzP+kd9lePt4Ay_j2Ae64yM=Lvlm{ zjf=-LRHKfh?|ys`%X7>IrP7H|00%|In+nfoNGo`Zk20FVhyCgEMk{DtjD z^M-@|Yi~~NpWd9*#iTUHjzkul^dRh;Gxh?V@QtxPS3#3agFAvX-XJ82xoC`Lxki!H z(VC-Lmwa_l^k+!TwnxZ8;Us1ALy!FLO790l6~*?(r~|Hjbi=%#;Z-UCX+v>Nqg@)m z@?ASaUz1uV9qd*G_HlH0>G*5b5?@E7PFTw*yD6pR`Drt0A&JR%W?v5Dxz! m4QEfeZsUVoUnMZF>ltkEOPue9vCr;E!+zYh;x{;5HWU1)lG2`n()>m0rm?U zHXYV&G+rrh_>AYq8`q5gwE)O6GJtQS;rwcd!`UBT0+G5!=}sAVQ$q>Uej~Ak{N#g# z{0)l7lw0WqAHDDD?A`G73VvrvrPGs{Suz91x3Im=npvWzHH9Bw+7QrrT^;CtTf?v5 zEx({@+$!9TY@z;Js1^q y6-F_k#=+A67m#S>P+wAWRJ)8cdEGsg0 j=)DgMZyWH$?PlELG2V}(H!Ol zROU0=tDw)XwG`HK7Af` eY*%d})OdfP<^>qI zB#Srb@-=!OCG}$I>#*K;?+n(@JS-0+DuK)Tl^ !`OyXVyEOl9G_?e(f715bDBcGD2m|5RO_B|(7?gv LO&1nvJ=e#}w;}6(I zHEqxn+Ui|rwV~z&)+na8=j`zI+e|)OF`ghTQ{~{FVW|vj^GbW`-S?lN-b=*I)fQTi z@Y$s3QU(HlM7`_mdjkB;#M%!&v>+Ye)#Y?<=@yY?Y(KWxpl~{% GC^rn=TQ|>RIUZ1f#Z?L p{KYENd zGF4O%xf necCl;pT6BRi}hH+{c qW6X`+vEsBj$`C4n9Pk&)!E z{-eP&_-Qcu<>AYg6#4O=)F =j@4|aEx-Kvd6J2iF0T^tECV* z7S}Blh+fX>NNGsXZqShNOb-@EL9B<6)_8)E&9Zn-u3<*U(V>+XTjt`=R=Q567|~Xt zJi_q{d||F0C-(v0t`GiV358@mP0psDei#HcYsbZGab60YOaKl!U=}g3A}OE}+Lf}| zp?(Hxeb{v1OPbb Z+%naXY-oZsS#J2DqPs)|PUz~bu5 zmNMhmX`qSL(&0fcBeGfic+ZR%oY*@jP&Ce7nGqn<_RCITT;QIdWh9Xx F_tKn(K zAz}X%r>Ea-zyWNk_Jg{ALO98?Mj;vRG{QjnRGqmg%#Sj`ggH{wg^Z_Jwt9;)a<-co z^&D1bj}Cc5g-tgg)A;GmMgIBZ(7XNw$t^i-CT=)Qi`CHSLJYidd7 P (K(XW=Me?$g?_*Kw;tZ3OO0ti`SscRoBhG{ zaOA!iFetqYxsevQ&H!XH=c0Qz6u8<9!z>Uza*7OXRf+>5IOcOvqINvnN=*L z)Z|Q9hNo*ua`rn?gHC)&OkTT-X{1)vQHeamCk?*_D)GbL?&UF)t>{|gFRbw9tF@s> z_?*8y!vjRoZ+f=#xA)o(ilXV_2ek(dUby#G2Y0`* v&IvaBpq8__!m=l6e?*R*@(&o+!Eo>REi{#5@s@Z6V6;c1E}n&tDL zLiWWYMtcAm=G&naWy_w4j@{pd+)eLAo+kDS)*bu=h!RGv2k!-j>%-w&qJ*Q; BZe sh =km9X6B9B_3wOLaD|}$QzN-ssPCe!fE)6QxIGCK1`Eqmt(0MiCk<@m)iO8x zo$*^%Hl((8r%l%-%Iu^IEVrEz;xPD` *vQm^!=+_ z)oZ~dVISYb>xlvs+S#kPYC5|c@|bC2BTd$8gzf|H4CMw+ex!b6x-Uvfd=^yQv>Gk2 zI;(7V?6_ZCq{~ldcHHdVKSp)MW-ahw!X&p}SI>S5%B#8fnfgrWg)9(|0K N{4y&3?kid3C57zOVp{D**@qd#=VlT_i|aw>HJWW=AnkOdNPh+?;0eq|z3lL(7Qu zC*0t5vU>~@jDvByR~jr#st}hG0s*7l-CSgEk7Hl!8iw&BdC{tPx8W(znYxYiNsGh& zjHjMS^CjPw6n9B+ hPAbJSBz3 z_s1mmT7r @HK8 zNJR~%9dH*5urrD!5m0a(YU>+oPih+?W|i5Ft+M{s_wIM`dAlW$K4S{Vw*I|m+KifU zs=zCtXLAX=$sv_z>l47}7Wdnj7TI&n?*{h- 3qE!#v;r;#D8 z4)pD>#7F_#`Sg}p=RPg8t9lL}=Ow*#C%B_4a-Ml!Vuu${sa+S9c;lciNLor7uAdNd z&@q}gH?VEgOXB9fi`UEhkraZ;ok$P+yW3L1bc)bG@8E!~B!iTy)_0;e)2g5AMccry ztMTAh+V9JmYw^|2@;DZpcLbd^3=8U5HagZ?TFAnE$$!pGR7me+C-Jusv6R`+wVgN- z>Jzv0MPChF9=NXYO6#IJ=et=5MIJxjnk1qk$q40u_L<;0&EB8ir6Rr11wL#!kf6z} znmIQE-_nB6rLNaaD|z!O$UZ)?ViSZInJBwVC7cRF(C;@YNrMXi8VIAyTwd1^k(l!U z9UXAa=)DixuTXKA%-g`jXTzn;Y@ZzJ9j&j)L!~;sIHI%6*Afy;ilxo)Gsk9@DJ(?O zG6)s*V1R6p|D$Z~MW)O@=G1?6cn2q$g h|Sy zf`p)ScY}!1Fm!h#C0#=eEhP=o9Ycu3(49j`4h=&N>GAhJpL2b@+Bf@duf5)Pt@nAp zk5&^*N=+X$dZX%qA5Ea6qV%$$U FpDpYgtb`y`{xBbGQ|mJ_A#Wu%y&wVhm^!z-|m+bF`z9Bb{Nb6qRe`bKv&04C{Dm zfL}gM&8!~;Y?3J8AnWS~HIENF?8-ri$-o%}FQ=S}&>tNFSS{JMCw&_$=QOHMvIc#% zQFI=IirP6dU9)w;Zte+>{FX8j_#J2sg9-2$sVWXZ+WS3TvtA%jlZCC|l4-q?i@}&F&m1jQR$0LaIf25 z62znAVzYsR>Atx3qNU*br!`aDS5FqqU%Ob-!|5tP*Q11{S_7^TWlD`0Qixptj#j*S zfwVciT5mosZm0#+`)IOVvj0b8Tx5zcA3A=hLkRH>miW9UW7DzUfHCQ DTTP$c{vJbP#1f#b~Tj-1N{b*ogNU{{<&pzAFK7X z%eIwOCA7vby#8q9a5{e~a*G^DJ$IISTf{Sz4ivb|K)2WAxDxvAAWDL zq#yiQ#fk ^;5lRRhW;}4E5_OM*fpe#_M|-x0Ck*|jR7?FJW^6AnrBt~)N8h+k znLn#>zIP&_w4f0Lm5#ui)AhD1z%ZN?k024#pe~VZy`KF9%kIaXT*~Xe!hlV+YPK9l zq0h3Jeka_eeBrL8lWvo4zY~Icj45r09&^KE6pYUbi8(f#1 7yswE-pc^}l|rhyL{(H1&K?5XWU+C{c0jqL(mg zE&KSbKR~yYRDtKnp@)iZzFywLGJpw7=Q2$)By p-sP&bH19+Uf7{_TjR#p z`V84!2TTRN#mXp1gZ8 6UjR9eQ3rj8dbXR5!S z)yp-=!Ddwjq*%r|%E^7ya(D|A^jnC;^L*Ms)5&l;KzISNF4r-I5%u?mlZ2)W`OTO| z`gy{HnDEV3tQ}mSm(Um!DXMRcdsI;Amjk4GfSnBBh|vDy{T}|!`G5l97jz2p<*ttS z^%lM)A4-KTKdwPDt&xbUAB>frO>~rBuybq=-mgK#vh)gqvPi!u8S@3WIEaRk4^QsK|Efrx;&@UGoA3vruWr$VZiioJ@C@KoNJ8E_Ts!A zuA_dBM*ww=FXMr?q4}j3GLFS5N+jqDmhVe<8h5D<240M+-)pL}lVYIl5YYU=E~Ip4 z6~M{gjVpR%p$) k+(s*OKoaRNK_03(Io}T>8Ib$f98!T*fhv~OZip7 z`q;VjjRUyZS-9Qvvbyn6xoNUzq37cuS5{ZtOt*>-p*wbRb5o|(m0LFTtENDt6nFdK zUS+ykhv?ZYmnc|t`?_o^Vr=dohnZ6UyMYYOW^4jU*CmqI;{HN0c;gDRMM|+$#J7J` zrC&B1L-)Uu=uv3C?l?c72(v_l)Fveg$sIQ7*J{9epjh9{OmSNCf$xDfC9F6bgqDO! z=x33%F0A3qoI)1?0 f6_k2Tjo3m~3m zF;gE9w;=V9uC*dG5_qvT`4cCrz@lwXyiB*PPO4Sd47jP+EMoq=s{&4Fa~km?e>1OH z!8z=CTxF#jgnd1w^1UVQUUlHjuecWEyd%WB6NNvphYpFKOT;$?nZ68iTN6Js;PgP% z3^p=P_;2o lR&Gv1XmfvQGZ-$l5Aei=3DV7e# z^T=1${&GQ~c e!FPT* zW^Amq=31ynYr%7Dw?9EjOND7|Lnz-}9zFrpqwiQId%1cUulF)yA?gQ_Wh6c^Bf`Wx zPXnHoZn5w$=Tt3=&i$L^!VCPL;Q|}3w`WBgv$VWO_$gjeZY7nvR%kd0>*J^dzC^(i zix4X)nJx(}|0P*Fwbe#%=QU!vf^uE4c5u0LKK0WJ9cEjZI=A$IBdp}NslbujHuFlS z3j4V1jzr7Ld>DTTAsC?5Lz&n40+oCv AMkDp(?o8YIf*86`C@B-z;nU!EEAWl}$IC(>`f+#Ig_?Q)I>z z;?n27YcpFra6y=4Bh=W>@1#bfhwqbRa9lG&+WQ21bP+3_#J#zWrB{*KZN*m0_wZav zxzWj ^O@YRj;_dM*WtWJB(k{=raPtikn zCs`Y2JKEp)@Ti(6(nw6 x<}7MaQ;yBumGsk^F_6 zgUA;7{`HLb?!Pl)*F@@$K)_Af#)K;y{}s*9!}G^1*1NGb0*nf!0I7K2g^zED%<>P? zr8A_ndgd_&WPNa?ss=eu`%P2olqe=yU=g5}Q)ZrscXvt$p-Z1NN#Eacn8ppxrU1+C zX-XZ6H`Czd;Zb#JAUvU6VoF|6zeA6vn YN1tXTX+mF z>Eq_aSqMD~2nUo&o-AV&h38nXjpK(*61=xc5#5L-K#&g&;dxLoBLRMhq q&I&Vq;#4py&nAWQ1;977gPVd23kOPXN z+h0Wdjo9dG60URr{jD0hw>zi5E$~mvks=3!M3yVGWAjLA p7XGZHa#z2rrN@Jf6d98`^D z#AOYUlvPmjPF>!r*ZE#;CBp%puLcnN7RJ~{=!qm1K-=0x73NvHRjt-pX0#UK3vk1I z?wIk-OZBTc=RQyVIK>UIx$Bu_=vX&~=i^UP-Je rlE z4K&8Z7AwnBnQ5N>n7yd-Q~2}Eg|GUp{0~#p!-qH;;}%Sj({rT{q_&6hH?QX66UPAS z{v ND&?4|Fb71f<(QTj)VLP&hZ)occ5lCq>_~zrqEy@eW)hmx$)c+j$PcrC=Jxpx z(g_!KJ4V3dh#>G{ zjSWBj*IkI0bKVd6Z{;OJd^5v8dcHqDdoQ%Gd(I!8p|-xx%aoEEzZa>N( h#aw|^` n&l_8{^AZ0TCvR4#Fk9NWr$by! zBWU_M26aVP=ELk`Ctv}%z=&_wDqkp!eSv)xdA(Sp`#@YJ(8f_^Zg@4a{EvMW?f*n$ zrtAr>-q-AR3_KBRxNHM0@8sN+!Y<-0&~yr{UW^Fi{P;0hxBdbbZ&0L5NK;5DOo<+~ zxeI(R1yKl+Xz$g=d2K_e33Xm8IKVfycoGwzgaBVrxTbQSlCCGpbBxGjWReKwDOoF+ z^-5N`g@?JO*5#>SEI_|2wq~@q0@49<^B?ep`k3UrnRq!s!R=aVk27J>pIuabXfTXj z^~0nnfgdcM@_5OQ?h1Odz`^pm6uqKylN$%p_sZYbi#q{33jIR;VkV!%Tb*`6PYfy) zb-{kfX4pl|+QeCcdw8?yuXgG3$wubaRZP~DEpB`jqSlPr&yJK_QCTxLLe;++1UU1= zj$^^DKbJT+kNVjxYiKj*yqGN7(f-z+TREgsz6_mEl-ucw!y!zZfzjy5gxugA9r$ex z|8ZuMrNW2E$;Bo5FdqNDq?*Pt0wzdT9PupmI`8(F^8osFlPI~y-|Pf>zaLv!TfP}1 zMW$129gqzVRt#_3x+7}Sx3k5j#CS`B0f;1FTKnYb8Dj6(Qp11q$6Z&VL+h)_C#vrj zn2XY{th-%F@Lro5&%z(gKIaIHusSn!Rz2$QS)A39Y_HHe7A5wZkwX621uDd(F_Ss{ zkRZVnxAJN2;pkG-wt5X3`3P`3l}2Y0shJ7C3e+4iufZ5o*)B9y!5@q+O%T3*xJs6* zw){c3ur@`Zc04&Um#tQloArC`v!~x)d(G g_wlWzwO{%Ni1! zap8Y0kSrLU9-CPhC)< sC3sv(4>H7) zObaZyDfxBuO_c|~k{T!DIe<9_Vqr#w91GInIe Xo{25(fX!1sLfhW7!e#JR(V$hgYX4x}gzrXj1^qcepT8{-6WtC;~e#Gby zSzYU+0Gd??T5za7-gd;-^8CwLPh9n*%pk6UY&!mxyz!oZ>qXN zQRSE@)rAt1uxUNjC$8-hDkrRYR%?dACKzjCrk6v?RxDQV-We?Uc50hSyw7xzvdSLP z^}^`z`wRc5l%Jl{wt6*(#f|;HDnBEdj(Y}L8jmUU)Z(4645rn6Vm}*Sy~l(*$LOf0 zjqh%qK+f2b=-+O{`(7qLRqNT~RLKS~lgUu3ijYpde?%1duET(?x;hRl_jNw)&5V6x zQKmqp2n>xDN?Rp0bAQFXij3_nNi6q@NJ|P}=kT$vqb5f+^fj3FjwJnKRc!jNDsG1v zev^ZSi={JovbmxR^Gc8DEaz&4eDC#O9a5u`5XDv{n$Ta8>d%G@y677c=Dv6;GA3k< ztJHjE&=oh!D#+TI3IhsBryCYdWgGnfW+u79VIkFF%N2f%Rg>STUscyf+^9h1GJHK) zx}K5ib;AU-He$>dI(zcfrMP)_?M$m>f(XgC=(Cl==%uE%2SMxZcv>VP4F(XpE~dJN zpb=fMTvLBt9p^mlUqlB9hd#-<&+6WJn=-H_`6id(PeibL!jSi8{Nv#_)EWc+uLM>5 z3~hbG&D@uEk%{@`rc{z2YCmGM8z?A>z!y=hfr$CBBkbbk4Wx)-mg{H&=RTSDg$Yg# zhIq90Nd-Y(G|26XeiIf``*z4(BT<(bvw4*2>5;G`=DI!=WTbI>x6;kPw%@j|2W`r4 z0f;6#c=8z5z(t(SwJ{{NFZo+_a~aI0X~Mc8pPJGb1d%THC$95IJ0^2Ut$!!>juERu z2$@cMnM=Dq8+A(2%d6=kB4D{QrN^?wlk=YTu+M5GMm~urPmq20w`faYx?$gFZJ+jB z7PE~FXFK@%m#LG%yKnQSFk`CcspqJ`_Em(ddFYr;q#ff-B^jYutxzN3UHvUANg%T& zW1Q+xI48^%Zy>P7i3r#EH2p0DQpRrzx8wdIPll?0HIb;%VN+i_iRFL+KWELP)S0xp zCzwF=Y&hKTHa4ykoMIF`lIPr6 9b(`L}=V2_)Ok2PSkP6WG z$#svM#cQ}5Cqt <>{@92YP)pozVd;!4xf>CFe!~L+eOS5+Hqa-CbRfZ(IMsbb= zmz>!d`*1kS>Rw!OedxZPj9*ylXXqCYZ=4Z9;FH{~1}y!vanD7Y&ed^CXtE3V&O5U? zq)s~R_-MAn{oZG~ox}X{hQlSIb`uY`m})D+!OLL}(DW@z1U0RY#=ogUMCa@Y^_qGI zLmK!#(pXNj2f^Ef3=;^Q*5!oeiOe4$D&GqdmKT;a{~{SZA507<-wM198+hTjVaII) zC~mZkE=fprnvM%8l*>zWjrb%vkpax#G^U#n>eYsTU;pgBQ=<{!lu)d+t}?o4AR@km z)vci4N@ZY`V+HiRxtVO)4Ef148!Y7{XWa{!ixi5@b2MCs3TNd{IQ#2SnJP@D4C=tQ zq5W-q{)Z(!aIeKmHWjqn%jTshUa3jbc1BCgia}^jF^^R@e7$GM $vpw(3fY}bz~b0D;? N41x*D8g*t^4f5{@VdJj;%QPD3e2`Yt;;o?vuU97at6y5_oW4KVv*4U(c z#vUSN=>@%v*s%m>`l6Q;r@J T+;wjd4HRDyqR|jwMc&RmxlcndPlmGFYM5VejI&h$oL> zJYo2( +P?>YwN}dj5Ie?^0jh)PmQ(`k)CAs6v=f-Q5Z|xtu7`!$RtzXuYbwJTpLllPNgwZ zn&+`XKC0qjP{liN%G`g?!-_L|6q|~#Sc_yO!DVvy=~*@14*rmt@A!N)@THxQh1oal zQp(g&aPng2 mJ!#xNY3n*CY6;F5!8B>3yjJxN2!7 ^|z^7#oyhKdaDF$VLv0W*{_31~i7b0!60p-#0Gf{UA5w-{ra;BkK?@xi6=kM%D zQj>Y=ZL3X!9fpl%A|ucoU#UuBtkaM94p8#-TM~<0JkNfy7TYW@m{fWh9xX(Q#S>ch zn$C=MTmK+Ff0vwA?&UyI+gvu{9m-$1^6|TeI`Lm=*PB-E^^n8}$#cVqu0=@uXFD?q zX<$FZ$MaK8gopr9D*1S(OYJZC)Uz9WcU(DKO?TU|R@}d4>D7Ljk?1p-oNq+%o3^<0 z8m45UOiH&*=Mc&uO+6-cKE%&NwBR2S8fa$ q!e;GI?u`9_p~4hXr3 z`k4s~Ft9L=> L535SZ(sL#ancZ+=(bVmlWijhwhYSPuq* ze|Pt;7rv$_e&H{G`AQS9pAAy7um-WVo>9SRCY(jgC7$t~K3~o>!u7rXzTujrjrKr= zy1Q~!#vg2tg129u_8puhwAj+#Q0!@c`V-=+o=~jXM?E}fv~CCxzo=N(5WXG_dSZI8 z)XmW$|N3&>cHw+LAyX?yL6v`8wlCT{dmgg7uFbtoxU(# 0b|pdfedUt?8KqicZf<~0!j zB2O@<23-RUz2v-Tbc5h_C{3ylvSGcirO(aJr%mz-=cd;HICp@yMf{iZ$Hr_)1EifW z+?i4%-}Un}{z>_p+SZ{4@br~*vJnC1ro4MiuZ{U_g;yt|Ii_dgcRu4t sI;DuV1C(STQ56tV#v(ixKMJ2~~UZ*~q#pJ+YG>^;T+mnYV zMLl)(yi%fjqm1@a5bk@a;{a2dFLRZato!xlnR6+AZ#ghmUBwrbG4mXft933I5cN4y z54kY4rk5njt;vx*uB!Mn#m7WbOZjf-Xf4iKtC{>P>t=Ec<0&T59Fk48gso{beLlhK z^IvBGsKp#0^e_f8O0JCo07MbPGMk)gwD`qp=_9h_ X+}k`1ygs=U892w8l7ISV8Xc;x{I!=Mldg^3D`*{rrCi zw`?;cx4kpK&ORLmdF8U $AZ{4YoUH|LlqKk5O{@sDdl7+IBGW7P9dgh5fkL zel4|h!+vu*^2KCbkjIbT6`LEi>G^pw(3)PQ*vpi9Q=*U!qv!Nbs2Tl&^Fs{RqXpK- zf+Ek>()~XR3;)ztMTAH{4|JsLAdZzit6`UICJqR$i;E)t=+Dhr)hOnNX}mza1AUMH zq9b}K#Kdv>D2Sy*2Yb!zlz!M4F8vITGfkFVoWe%oieA_*_I38`9)Iw07T=KCXlQ~j z>ATG*BxT++aVHSdNxj2~;s>dk^gFm@W)HMT{_f3td}vmK+Zws@^o>2pQi!ykaplG# z;LZsti5Iu&Da!A!vrI@1Y-rgI4NkqA;i4hwP0PnR9-Xla#IGNSwrpm`o@W}|hLq3u z3fS|$f!m$*T@~MEyH0B*Rrq)YRma^&N1F_j$DqYON5>Y{e4ygVxfRan$?}YH75Vim zl|OF&Msloe!rW|%M7TFZgJf7hBn&T%Binh!9HX2c!aSarCG(t1>TBS);&7veL+vMO zr0r(8xMLL2;MSkP{Pg3TZQmsR=%f+CL^Zbis^)P2vgF=!7w^B*%n2x%OCHkyM}_HH`jiU&Tt`Ku3rB4LRt_T z>>a3GvLyTiRC+S(<|tMs#ebkgv!d)6-^IN~4UA*u$Cx3z!}oc*A&D)yhe1s2z=0q# zHZWR9gMMM!UG9wON@*gIv_^@^M(fv@!PR!k6^#_mEUh1*F@1JUXRvngOD5H;w;7QE z^y|blV6>p2Sjccn8cZ_Y()#QDk=f@VbQchd>0abvLI0PEB=Covevj0X+f4}@?rQ#P( z;P4jW_2dny1{$e;pUm9xCK{ViRM4Ls_bjSbcgGeJnyl21&U$0IpObfFfxi%wRrtfg z#EG=&k`f;+OKUnzj=Yt`a-qEbB~Quc_tk{y9miM}(>10Wu60gmJNmm2l50)>rQKV$ z$O;1zUoveR=WPO44&Ligq5T?D2Z^U5?P-oHjBzEd(^IrPG64euJMXJ9F&?RMoUF;< zOd#?2#ZZ)(m0gcSoQID|wfaEO0o?Jj`By<-Z6%9F9fM8Tf;dQ>*&y7VM6=YMK@$!E zuSVdZ&pEw4RBeOIkb+|hBqhRiUUIkF%AI2uQwkV<|GFPq{&z}<&gV3BzoD@}>P1lZ zE5*84&^kmgX*28*S~w}*w$EJ|Y?&`-)8$D9Nw8(ng)36zGI@g*>gA`$_15|oHACr& zZVqO*B5a=u4tlkX!9B~BoE5Ye<~)R&K6&vu ?Eoe#)gqlF(o1 Y3z$XFs# zqD)Z@W)C$SoMuSOrUT(S>H%f99&umQ=U;_#h&eC!(4wQ>TJ1%EBv_?_5?t3T2n}(Y z`bTFj4>1Od9mI4GfufGp~zPo(L)T4 zrSoH2$~(CCY=i3Zma&0a7;SW$3~_yuV!g;wE*EvkTiq-0v&K)KgBY=_EOT+-rBj4D zqz7gbvZ^`rXNx+R-%6HVBsd;W;)%Mg`ML1qL)>zn+_W0KPJFDxaC&8lG=ATaEpfVH z*=4Yk(qnh7J>_uMWZUtNhK_ss>V=f6)a#5 0NL^K z^zp`(z=3Ye8yVa+b|S2OPnT3?EJ|en_s1ZB){dm2;(RhN2I}b~$Nh=$6Tpkxr{6V| z=D0FmwRj%7)DVZ!!qoCtODhphm_m190Pk27z@qMAGSo3Vk8MkwUv7(3$s_X{sI K!M`rb#f!c386+BkCZQ(+pM>$iepe{D zg^w3Gy2GVTh_Fo>h74MPYwbPD0$5b@ta3u^o25*b@dVcL`t)SRnAEg+BbK*}bw=A{ zUaY=v&ka^><(wjo*w#1F4bCHFsN-%_tNC?NX5oVMCBd>9Ch9%fpg35fels<@*mzP+ zqJ(T$4gDx#O)LvH`7QK-p22>d({)I9efsJ4$9_RUI$B@Aqtn<#*HE9R6>3XEETbnv z_2bFCl+Vmqtv)%%Hga!n0c*1zH)cie5k(R0gA47k29cV2Gf{u! p3 z(I%IEwgbvl|E5?MyRnr8Jx4x`G21#bD~*NavO}*fZ@CzwFVfm#bUeJPve&=q3{P9F z3<{+@sQ;zBv0YJNkn%S7htMtGQ#=0N7MiY;mx6^g!s#EkewEUL2%x|^OOw4kf-Vmq zGcgSL$=AI$&oSZbGCgYOXODg#1%SRdmUFN=DRa^+K0H3XvlFB3*$5^rf%W$?E*V5@ zyt8)R4eh=5`fU~l5lg_S>i&H{p`HFWBrFb(2W8%I>u`2w5kWAqJ@a_btOG#lafR=5 zuX~yI$WjTcJV7=o0RBfA?Ga)8OxkH5Vf^!(%f(}YRo|i8Oi;>iSH&R3cu9JRq8$2m z7f7R7I 4zn1yog^%fW}HF2|(FN>ao~? zI6S9fGHIP1F@|Sr|5@s;Cs%zF#}EFk@jVeZ&Kn-o+{iUAr&2}_xKO9mff(tx@QC?! zW$T_~P va#{cM)KXgB4Pqd`u{@tVSVF&XtdWh&P|5fuhPcyP>&wa1(v88|kCBrVAEn zT#m2@-t++;JQwL 9rHD}m8sn|}Mk`^91fVC@ zy7>S*wZfoc#Z$$pEUEP{n?j{Y BIKx;rbE)`#$tvzgXYO1Lwak&Co zzNGNHn3!0AB7+zA7ol&Mc>Ba#d#^Emk#i|33puWd5QX=T`s)aHSjAHpLONi%ATg;+ z1uyH7c{JW~5y7U|Pp__I2`7c~6tef*gjb)Wzv2*QczjOGe24#TKz2Xgc-y9m+lI*X zC`KwM@hU7sj(n* P(L##7>E(4Z+Q)buEylQm z@$@vQKJNIone{eEjr5%v+-VOqxlGQcO5?q(RZ>>0hpWu?R8r(Eut|7+;K8J$=PP?h zWbk(g &At21w)BRJEguvn+=yXy%b` zSnLzijn;iZ)hlgk#*2&SYY
>`IA^y0Ta2$9pl u&9k8TO#!Sa zgboYp)i0cuzY!B=3DU3l^v#oj53^5yMQO5gxF`zTs2&uBjejnd3weXN%WkZ%x-b_t zW%=BOkres^m}_{h0h>1KqC*tC91756kmFMNPCOPlFI zbRn$O}!#>~Zvx}|Onm{~8m^J;;gN;n(Q`Cn=p~(i*M1M7| zJrN?g*gI}-y3z(>oqRo067uRTiq9lU5m(kk+e1sWg{%8(nDCH4Vt+1~!~a|%|J R#niC=1-2e4;w8^KlSS8JiBw@VmQ^PlbMm=EoU$Eq> zBd)_QDp=^z-$rF5!;3USjn?0(=Y$_0=4-U|_Ml75RHGzLr3bwaR;dG%ZP~~=oYA>J z{Da=zkvi(+M@c=u`Ok`%9Yg{mrus3n1uur|B*qMGVk@_A?k*RxziIkcoZW5nu^Q;w z{qrjO-@J>G`ilZJu2ZB&r1PJG$ay{Go^gp2;bNr$fm`8LU2gs!UcY7YYk6$zs!jD~ zeq0s^TGW-SnD9e}{Idjyj2`=fJJxQ}bQS*6=#WpJ`#IL@djTRB?om>uozqjW0=J4j z^+A=}WUbyCCbyYIp$Xdse|N~lmzPkmyq%8~XV{`c$sWiW?4I&n_M_bxGZavN6z16_ zNtK{@DF2Psa^ r^|z$AzsU|Rzb*sCs?wqpgyIgB zV)kPTPDQn9V%zVCqB_I<{5AFJ-yD0ANEJ*jJs7?AoGJZR6o~kL#!A8djB%f^Wr13l z?j*~xYM4`-D9RA54Z@XH_%zT?BewJ=h&zH%(ZvGPQ~(_mk>D>>5J^N*tk=7QN`2hB zaL^4^V)&8k^H*f8Q?V#ZP%sy>J}H4y$AR${+g{$mo_>E%Mk|957D1;)QMp-fzqdEZ z86~+WPcbfIbQ^1j;3+-IyJ+lSBAom-2g|OlFOsMo^Y`=iy)uydHag12`+fOic`}3C z#RA7@n8!2IHKPib)Uv9ja5lS_fEbR<_@4Sg+ElvViHt}Pdm)%O?j8qAPQjnTUJLFx z_173C&qY5-Q@6A^WB~Ixk=S w8PLWq965t@@nx6Whj>_0rhjx%s z&y&apNruw7?CH{sJK?ZcO4vBHVdmmbrO|~fdsGHoThihOJe;rM&w(Femyw- ^%MNeCSr?Ju0OC }0O<73|DzX7>)d_6ytrxvp^bTn@yq>?+rs&+Rw-DW~-A6Rf zl`*p~phus3^`)k$#A?b4#jtq2C9hmprU8Utdy53DLt#`|oE|h6e#Ve&V5K^z|0h7u zi|r-!O~)7WOpRD$rGD!&=T7*9bCYqva|suX?xXqCj`za4fF@1R&w^#Rh*eLcIW1L+ z2>$_{!-)3qexGSr%9v%1i&lqR+r9+toA-NNIEBT rweaH( c#n0P^S1Aa{R z6IRNnTfIitsuke%k{HK@-3Mk`e#Hk&)5kP_4mY+=U}}&lgnK9aLgFHNFMrq`^=O-u zW0a5_MgJT=!b8EKG4E_XYJxJp?x`J1OF|*DCkh;xylL;D +GH4kNGi-0{s}JHXG$7?gzdN_kX64b^Kon8J~}dl2sPH51mKB@#fdc=uIWO z7a~k;f9 vV`ZS)xQ#MAW^u<|p|Tuc&G>l)un`R1Ju 7U}1Pc*Jptonz6i4&bL}cuOL$}d* zqQ0)^&Q38Z|I5R7z#G&_PQbO^WUKf?fCiLQ>(4zO^ub6~wbSqM z-xO1Ch22S-PS5yZF!{#aKvQw|pX;h@f`IF(p|#aJv>Q6nv9s$qy!+49{>EC>!$uYU zp9Ih9)w=iF1#UwyKO<;TyI#vGaN2noU97fvR*q_O1_@K%-2`ui*#d=fvIMp_j>F{E zir><68m%39`0*E?Ds5y+@G8)i9NCwY94rBg&vYM~9kq1EPHJafvCFT?EezdMlo}`Y z$^9&K%#(;(B2Vn8Wdl-Vzv$Kzqc4MBJ0=UrKV>O!TMOL0`PV7?*#GPya