latentcat/grayscale_image_aesthetic_3M
Viewer • Updated • 3M • 2.52k • 1
How to use ViscoseBean/control_v1p_sd15_brightness with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("ViscoseBean/control_v1p_sd15_brightness")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"fill-in-base-model", controlnet=controlnet
)from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("ViscoseBean/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)