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

Add single-file checkpoint loading #32

Merged
merged 3 commits into from
Sep 8, 2023
Merged

Add single-file checkpoint loading #32

merged 3 commits into from
Sep 8, 2023

Conversation

RyanJDick
Copy link
Collaborator

Add the ability to load single-file base models. This enables users to train from popular finetuned models (e.g. realisticVision).

@@ -23,6 +28,7 @@ def generate_images(
Args:
out_dir (str): The output directory to create.
model (str): The name or path of the diffusers pipeline to generate with.
sd_version (PipelineVersionEnum): The model version.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still pains me that there's no standard for finding this from the model

Base automatically changed from ryan/dreambooth-v2 to main September 8, 2023 01:30
@RyanJDick RyanJDick merged commit b10d5d0 into main Sep 8, 2023
1 check passed
@RyanJDick RyanJDick deleted the ryan/sd-checkpoint branch September 8, 2023 01:30
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.

2 participants