Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to add lighting but keep background #61

Open
senereone opened this issue Oct 3, 2024 · 2 comments
Open

Is there any way to add lighting but keep background #61

senereone opened this issue Oct 3, 2024 · 2 comments

Comments

@senereone
Copy link

Great Job!
My purpose is to add some lighting to the image without altering it. In the video "ic_light_lcm_example_converted.mp4", such an effect was observed, but the node for this effect was not found in the code. What is the function of this node? Without this node, the background of the image would be changed. Where can I obtain the code for this node? Thanks

image

@kijai
Copy link
Owner

kijai commented Oct 3, 2024

That node is just lora loader to load LCM lora to allow faster sampling, the main thing for what you're asking though is to use the color of the lighting as the background, and the main image as the foreground, and then use empty latents on the sampler. The setup in that video is like that.

@txhno
Copy link

txhno commented Oct 14, 2024

remove background, create mask, apply iclight on mask, create image composite masked with the original image

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

No branches or pull requests

3 participants