-
Notifications
You must be signed in to change notification settings - Fork 379
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
do you plan to release IC-Light SDXL? #79
Comments
import torch Function to create the pipelinedef create_pipeline(pipeline_type='text-to-image', scheduler=None, model_name=None):
Creating the SDXL pipelinesdxl_t2i_pipe = create_pipeline('text-to-image', model_name='sdxl') |
@SoonNOON what is that |
Sorry, I put this by mistake. I was testing if GPT4o understood how to implement something new. |
LLM's dont work like this besides we need any modern SDXL or FLUX unet trained to do relighting effect. As author is replacing SD1.5's unet with his custom trained one. |
No description provided.
The text was updated successfully, but these errors were encountered: