junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

GUI for this? #1560

Open mykeehu opened 1 year ago

mykeehu commented 1 year ago

I wonder if a GUI has been made for this for more convenient use? Gradio or something else that makes it easier to set the parameters? Since only this project is being updated, which is based on CycleGAN and Pix2Pix. Stable Diffusion also became popular after they made Gradio for it... Would be good for training and for daily use for production

junyanz commented 1 year ago

We don't have a Gradio/HF GUI as the model can be used in many different applications, each of which requires a separate UI. People have built GUI for sketch2photo applications, such as https://affinelayer.com/pixsrv/.

Feel free to make a GUI!