StyleFlow icon indicating copy to clipboard operation
StyleFlow copied to clipboard

StyleFlow: Attribute-conditioned Exploration of StyleGAN-generated Images using Conditional Continuous Normalizing Flows (ACM TOG 2021)

Results 85 StyleFlow issues
Sort by recently updated
recently updated
newest added

@RameenAbdal @shariqfarooq123 Thanks for sharing your code. I have a doubt regarding trying StyleFlow on custom images. I tried getting the light parameters using DPR, but it returns 7 different...

i can't install because i get this error. Is there a solution?

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

Hey Rameen, Getting back to u as we would like to do sanity check and verify that our scripts that prepare data for styleFlow are bug-free. So that we can...

I am experiencing error while executing main.py in windows. I have python 3.9, VC++ and cl.exe. I added the PATH, but it still displays an error: File "C:\Users\AA\StyleFlow\dnnlib\tflib\custom_ops.py", line 61,...

I noticed the min / max dicts that feed Parameters_widgets can be changed to allow a wider variety of extreme options which the model accepts. This is great because you...

I installed nvidia-docker as instructed in the linked repo for ubuntu 20.04 and the test for that seems to indicate I have everything in order: ``` joel@suina:~/Source/StyleFlow$ docker run --rm...

Please guide me. I tried many ways but unable to solve this issue. ![Screenshot from 2021-01-10 18-51-31](https://user-images.githubusercontent.com/29913676/104124151-198ecc80-5375-11eb-95a2-b219c4ea6523.png)

This PR includes: - Remove unused imported modules [Anti-pattern] - Remove unnecessary `else` / `elif` used after `return` or `raise` - `return` statement causes the control flow to be disrupted,...

This code is based on outdated 2019 code. The internals dnn folder was bumped here for 2020 https://github.com/NVlabs/stylegan2-ada There are a bunch of fixes / support across the board. https://github.com/NVlabs/stylegan2-ada/blob/main/dnnlib/tflib/custom_ops.py...