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 April 11, 2025 15:39
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 August 28, 2024 05:03
clip_text_custom_embedder

Usage

from clip_text_custom_embedder import text_embeddings
from diffusers import StableDiffusionPipeline
import torch