stylegan2-pytorch
stylegan2-pytorch copied to clipboard
Image generation from completed model
Hi
Once I have a trained model is there the ability to produce generated images similar to stylegan2 as below. Would want to produce 1000s of images from the model and how would they be defined eg. in stylegan2 they are seeds that aligns to a generated image.
Generate uncurated ffhq images
python run_generator.py generate-images --network=gdrive:networks/stylegan2-ffhq-config-f.pkl
--seeds=6600-6625 --truncation-psi=0.5
Cheers
Holden
@holdent99 Do you wish for each seed to map deterministically to one image in your trained model?