Justin
Justin
This network might have been trained with a slightly different repo than the original nvidia one. If you're lucky you might just be able to get away with ignoring that...
That code is calling into the nvidia stylegan-ada-pytorch functions to load the networks. Not quite quite sure what the exact issues are as I haven't tried loading thing in the...
That error looks like the model wasn't trained using the original nvidia repo. As the keyword option resolution_h isn't in the original. The original author of that model was aydao...
I was thinking of making a stylegan 3. In particular I have a wikiart model trained to share. But I'm not aware of that many others right now. Do you...
Keep an eye on: https://github.com/justinpinkney/awesome-pretrained-stylegan3 Hoping if I get the approvals I get release the wikiart model today (it's associated with my company's blog post) Honestly though, I've tried fine-tuning...
Awesome, thanks for all the details. Here's the repo for stylegan 3: https://github.com/justinpinkney/awesome-pretrained-stylegan3 I'll add more models as I find them or train them
Nice! Thanks for the kind words! I am still a little unsold on stylegan 3 though. I've been trying to train a 1024 model on lhq (landscape photos) but have...
@nausithoe I could not get it to work. Not sure its worth sharing my weights as I feel like they are "cursed" it might be better off starting from scratch...
Problems in initial colour are often to do with a difference in the number of mapping layers you are using (some models have 8 some 2). This usually clears up...
Oh wow! Thanks for all the tips ☺ Will get on to adding them shortly!