How to use stabilityai/stable-diffusion-3.5-large-controlnet-blur with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("stabilityai/stable-diffusion-3.5-large-controlnet-blur") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet )
Based on the diffusers and model tutorials, the parameters are the same, but the duck image has many strange points
I used my own picture and found that the effect was even worse
@YiYiXu
result are same , poor, poor then sdv1.5
Β· Sign up or log in to comment