Skip to content

Stable diffusion text2img conversion script. #154

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

Merged
merged 24 commits into from
Sep 15, 2022
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7e3987c
begin text2img conversion script
patil-suraj Aug 5, 2022
21f4d22
add fn to convert config
patil-suraj Aug 5, 2022
e5f03e0
Merge branch 'main' of https://github.com/huggingface/diffusers into …
patil-suraj Aug 5, 2022
ee2e679
create config if not provided
patil-suraj Aug 5, 2022
a717a82
update imports and use UNet2DConditionModel
patil-suraj Aug 5, 2022
b23326b
fix imports, layer names
patil-suraj Aug 6, 2022
cbd751f
fix unet coversion
patil-suraj Aug 7, 2022
956e78c
add function to convert VAE
patil-suraj Aug 8, 2022
379bdc6
fix vae conversion
patil-suraj Aug 8, 2022
bd36233
update main
patil-suraj Aug 8, 2022
f3c4f99
create text model
patil-suraj Aug 8, 2022
ac04797
update config creating logic for unet
patil-suraj Aug 8, 2022
70e9ac4
fix config creation
patil-suraj Aug 8, 2022
a51e2f5
update script to create and save pipeline
patil-suraj Aug 9, 2022
954dca7
remove unused imports
patil-suraj Aug 9, 2022
0075ea9
Merge branch 'main' of https://github.com/huggingface/diffusers into …
patil-suraj Aug 9, 2022
2b804b9
fix checkpoint loading
patil-suraj Aug 10, 2022
4dec014
Merge branch 'main' of https://github.com/huggingface/diffusers into …
patil-suraj Aug 11, 2022
6df55be
better name
patrickvonplaten Sep 15, 2022
11a05e9
Merge branch 'main' of https://github.com/huggingface/diffusers into …
patrickvonplaten Sep 15, 2022
2c4ce96
save progress
patrickvonplaten Sep 15, 2022
915aa24
finish
patrickvonplaten Sep 15, 2022
6c80f98
up
patrickvonplaten Sep 15, 2022
81e0393
up
patrickvonplaten Sep 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading