Домен arhivach.hk временно не функционирует! Используйте адрес ARHIVACH.SITE.
24 декабря 2023 г. Архивач восстановлен после серьёзной аварии. К сожалению, значительная часть сохранённых изображений и видео была потеряна. Подробности случившегося. Мы призываем всех неравнодушных помочь нам с восстановлением утраченного контента!
А вы знали что можно кинуть ChadGPT картинку и он нарисует в таком же стиле но с вашими изменениями?
>>309536073 Ну да. Даже раскрашивать может. Точнее написал какой-то скрипт который мне раскрасил картинку.
# Converting the image to RGB so that it can be colored colored_image = image.convert("RGB")
# Since the original image is sepia-toned, the coloring will be added to the different regions # Let's create a base colorization using some basic tones
# Define colors skin_tone = (255, 224, 189) # Light skin tone hair_color = (60, 30, 20) # Dark brown hair shirt_color = (240, 240, 240) # White with a slight shadow background_color = (245, 245, 220) # Warm background steak_color = (150, 75, 50) # Steak wine_color = (140, 0, 0) # Red wine
# Prepare a mask for different regions and apply color accordingly # This is a rough approach to colorization since we're not working with distinct layers
# Convert the image to grayscale gray_image = ImageOps.grayscale(colored_image)
# Skin tone (this is a rough mask creation for simplicity) skin_mask = gray_image.point(lambda p: p < 200 and 255) # Lighter areas skin_image = ImageOps.colorize(skin_mask, black="black", white=skin_tone)
# Hair color (darker regions) hair_mask = gray_image.point(lambda p: p < 100 and 255) hair_image = ImageOps.colorize(hair_mask, black="black", white=hair_color)
# Shirt color (slightly lighter region) shirt_mask = gray_image.point(lambda p: 200 > p > 140 and 255) shirt_image = ImageOps.colorize(shirt_mask, black="black", white=shirt_color)
# Steak color (medium dark region) steak_mask = gray_image.point(lambda p: p < 150 and 255) steak_image = ImageOps.colorize(steak_mask, black="black", white=steak_color)
# Red wine wine_mask = gray_image.point(lambda p: p < 180 and 255) wine_image = ImageOps.colorize(wine_mask, black="black", white=wine_color)
>>309536138 А нахуй нужно это небыдло и псевдоэлитарии? Давно пора всех рисобак на заводы, из-за таких как они к нам мигранты едут, потому что эти дауны работать отказываются.