Skip to content

Instantly share code, notes, and snippets.

View charliememory's full-sized avatar

Liqian Ma charliememory

View GitHub Profile
@HViktorTsoi
HViktorTsoi / ShadowHighlightCorrection.py
Last active June 7, 2024 05:19
Image shadow and highlight correction/adujstment with opencv.
import numpy as np
import cv2
def correction(
img,
shadow_amount_percent, shadow_tone_percent, shadow_radius,
highlight_amount_percent, highlight_tone_percent, highlight_radius,
color_percent
):
"""
@takuma104
takuma104 / README.md
Last active February 8, 2024 01:42
clip_text_custom_embedder

Usage

from clip_text_custom_embedder import text_embeddings
from diffusers import StableDiffusionPipeline
import torch