-
Hi there!
So I've managed to train a model on my own dataset which is starting to look very good. There are still some details that I'd like to improve if possible. For context, I am attempting to…
-
Hello,
I looked at the codes but couldn't locate the code that inverts the image so it can be edited. You said you used e4e, but I couldn't find the relevant codes.
Thank you.
-
Hi, I wonder if you can help me.
Basically I'd like to train a model similar to the Toonify model, except on a different target domain (I'm going for a more hand-drawn cartoony style) with unpaire…
-
Thank you for sharing.
I played on the [colab](http://colab.research.google.com/github/orpatashnik/StyleCLIP/blob/main/playground.ipynb) and obtained unpleasing results at most time. It is hard to…
-
Hi @yuval-alaluf
Thanks for sharing (and maintaining) your great work!
After training the model on my own dataset, I came across a situation where the output of the model has unwanted characterist…
-
I have permission issue downloading pre-trained models from provided google drive links
-
and it took a very long time per pic, could you please tell me how can i speed up?
![image](https://user-images.githubusercontent.com/13816743/78255862-6f9f2b80-752a-11ea-8e30-e27430249a1c.png)
![…
-
Hello, newbie here.
I opened your project in Colab but couldn't manage to encode my own images. I tried manually uploading my images to the "inversion_images" folder, but got some undesirable results…
-
Great job! @eladrich.
I was wondering how to use you Generator implementation to generate some random images.
I found the forward code in models/stylegan2/model.py and it looks like:
```python
…
-
Dear author, after checking this repository, I have found that there isn't included a encoder-decoder model as the paper tests in Figure 11. WILL this release in the near future?