Skip to content

Conversation

@silveroxides
Copy link
Contributor

Currently, Radiance is set up as a child class to Chroma which both is unconventional for ComfyUI codebase and a hindrance for Chroma since any updates to Chroma model class such as implementing process_img method is effectively hindered by Radiance being dependent on Chroma as parent class.
making Radiance independent not only adheres to the structure of how models are implemented in ComfyUI, but it also makes it far easier to implement and use any of the two classes in a custom node without having to worry about inheritance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant