mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Refactored controlnet nodes: split out controlnet stuff into separate node, stripped controlnet stuff form image processing/analysis nodes.
This commit is contained in:
parent
b0727b9d47
commit
63a86eefb4
@ -115,7 +115,6 @@ class ImageProcessorInvocation(BaseInvocation, PILInvocationConfig):
|
||||
context.services.images.save(image_type, image_name, processed_image, metadata)
|
||||
|
||||
"""Builds an ImageOutput and its ImageField"""
|
||||
|
||||
processed_image_field = ImageField(
|
||||
image_name=image_name,
|
||||
image_type=image_type,
|
||||
|
Loading…
Reference in New Issue
Block a user