zideliu / StyleDrop-PyTorch

Unoffical implement for [StyleDrop](https://arxiv.org/abs/2306.00983)
MIT License
567 stars 27 forks source link

Can your deploy a version on huggingface space ? #1

Closed svjack closed 1 year ago

svjack commented 1 year ago

Can you deploy your gradio_demo on on huggingface space ?

loboere commented 1 year ago

x2

chenxwh commented 1 year ago

did you try with python gradio_demo.py? I am getting very random output

zideliu commented 1 year ago

did you try with python gradio_demo.py? I am getting very random output

U R right, I forgot to set the seed at the beginning. I have fixed this problem in the latest code commit 20eff45

zideliu commented 1 year ago

Can you deploy your gradio_demo on on huggingface space ?

On the way

chenxwh commented 1 year ago

did you try with python gradio_demo.py? I am getting very random output

U R right, I forgot to set the seed at the beginning. I have fixed this problem in the latest code commit 20eff45

Hm, I still see the same issue, does it look like I have set up something else wrong?

Screenshot 2023-07-05 at 09 20 00
zideliu commented 1 year ago

did you try with python gradio_demo.py? I am getting very random output

U R right, I forgot to set the seed at the beginning. I have fixed this problem in the latest code commit 20eff45

Hm, I still see the same issue, does it look like I have set up something else wrong?

Screenshot 2023-07-05 at 09 20 00

If it's convenient, can you put out your log? Make sure you have downloaded the cc3m pre-trained model and put it in assets/ckpts/

chenxwh commented 1 year ago

ah thanks, a typo indeed, saved in ckpt instead

encounter1997 commented 1 year ago

The gradio demo is now deployed to HuggingFace space, available here.

zideliu commented 1 year ago

Fixed