@@ -141,7 +141,6 @@ config = {
141141 ' high_threshold' : 200
142142 },
143143 ' enabled' : True ,
144- ' pipeline_type' : ' sd1.5' ,
145144 ' control_guidance_start' : 0.0 ,
146145 ' control_guidance_end' : 1.0 ,
147146 }
@@ -173,7 +172,6 @@ controlnet_configs = [
173172 ' high_threshold' : 200
174173 },
175174 ' enabled' : True ,
176- ' pipeline_type' : ' sd1.5' ,
177175 ' control_guidance_start' : 0.0 ,
178176 ' control_guidance_end' : 1.0 ,
179177 }
@@ -226,7 +224,6 @@ output = wrapper(input_image)
226224``` yaml
227225# Basic SD-Turbo + Canny ControlNet
228226model_id : " stabilityai/sd-turbo"
229- pipeline_type : " sdturbo"
230227mode : " img2img"
231228prompt : " a beautiful landscape, highly detailed"
232229
@@ -245,7 +242,6 @@ controlnets:
245242` ` ` yaml
246243# Multiple ControlNets with different strengths
247244model_id : " stabilityai/sd-turbo"
248- pipeline_type : " sdturbo"
249245prompt : " a person in a detailed environment"
250246
251247controlnets :
@@ -363,7 +359,6 @@ controlnet_config = {
363359 'preprocessor': str, # Preprocessor name
364360 'preprocessor_params': dict, # Preprocessor-specific parameters
365361 'enabled': bool, # Enable/disable this ControlNet
366- 'pipeline_type': str, # Pipeline type (sd1.5, sdturbo, soon sdxlturbo)
367362 'control_guidance_start': float, # Guidance start timestep (0.0-1.0)
368363 'control_guidance_end': float, # Guidance end timestep (0.0-1.0)
369364}
0 commit comments