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

bugfix. check is_sdxl before adding sdxl params. #1835

Merged

Conversation

aplio
Copy link
Contributor

@aplio aplio commented Jan 3, 2024

fixes #1246

Sdxl related params where added to command even when not sdxl, and causes fine_tune.py: error: unrecognized arguments: --no_half_vae.
This PR makes code to check if it gonna use sdxl or not, and omit appending sdxl related params to cmd if not sdxl

@bmaltais bmaltais changed the base branch from master to dev January 3, 2024 23:17
@bmaltais
Copy link
Owner

bmaltais commented Jan 3, 2024

Thank you for the PR. Look good, merging to dev

@bmaltais bmaltais merged commit cb1d43a into bmaltais:dev Jan 3, 2024
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.

Kohya finetuning error
2 participants