Flux, Stable Diffusion, DALL-E, Ideogram, RunwayML and more. Try it now for free!


Created a year ago · 0 comments· 0 likes
DreamShaper v8
import cv2 import numpy as np
image = cv2.imread('monster_image.jpg')
hsv = cv2.cvtColor(image, cv2.COLOR_BGR2HSV)
hsv[:,:,1] = hsv[:,:,1]*1.5
image = cv2.cvtColor(hsv, cv2.COLOR_HSV2BGR)
image = np.clip(1.3 * image + 10, 0, 255).astype(np.uint8)
# Save the output cv2.imwrite('rich_monster_image.jpg', image)
Be the first to respond!
No comments yet.
Shadows has hidden the prompt
Thumb
1:1
Short
50%
DDIM
