latentcat/grayscale_image_aesthetic_3M
Viewer โข Updated โข 3M โข 2.65k โข 1
How to use latentcat/control_v1p_sd15_brightness with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("latentcat/control_v1p_sd15_brightness")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"fill-in-base-model", controlnet=controlnet
)This model brings brightness control to Stable Diffusion, allowing users to colorize grayscale images or recolor generated images.
huggingface.co/spaces/ioclab/brightness-controlnet
[More Information Needed]
[More Information Needed]
[More Information Needed]
Brightness ControlNet ่ฎญ็ปๆต็จ (Chinese)