Add easy link for converted weight file.#218
Open
ArthurConmy wants to merge 1 commit intorosinality:masterfrom
ArthurConmy:master
Open
Add easy link for converted weight file.#218ArthurConmy wants to merge 1 commit intorosinality:masterfrom ArthurConmy:master
ArthurConmy wants to merge 1 commit intorosinality:masterfrom
ArthurConmy:master
Conversation
Author
|
For completeness, the generator can then be loaded with |
johndpope
reviewed
Aug 19, 2021
|
|
||
| This will create converted stylegan2-ffhq-config-f.pt file. | ||
|
|
||
| Alternatively, the stylegan2-ffhq-config-f.pt can be found at https://drive.google.com/file/d/1EC34VzQ-7W6X1t9az-GEFOWX1uYPpW8w/view. |
There was a problem hiding this comment.
@johndpope I can't access this url because I don't have permission, can you give me access?
|
Hi ArthurConmy, This really helps. I have been working with the weight convert and I failed to get it work. If I am understanding correctly, you have made the convertion work and posed a link for the ffhq converted checkpoint. I am wondering if you could be kind enough to additionally convert the following 2 checkpoints and post a link so that I can download it: stylegan2-church-config-f.pkl They are from the official pretrained network link provided in the repo stylegan2 This would help a lot! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Running the convert_weight.py script has lots of dependency issues (e.g the original stylegan2 uses Tensorflow 1.x). Hopefully this makes the process of getting the script to work less painful for others, who just want the pretrained model.