Nota-NetsPresso / BK-SDM

A Compressed Stable Diffusion for Efficient Text-to-Image Generation [ECCV'24]
Other
238 stars 16 forks source link

How to replicate this work offline #60

Closed pj666-e closed 2 months ago

pj666-e commented 3 months ago

Hi,thanks for your great work! I currently have an A100 GPU server that is not connected to the internet. I can configure the environment offline. Can I replicate your work offline?Could you please provide me with some guidance? Thank you.

deepkyu commented 2 months ago

Hi @pj666-e , sorry for late response. Currently, training code with diffusers, transformers, and huggingface_hub is hard to run without internet connection. I'm not sure but there are some functions needed internet connection.

For inference, you could refer to our Hugging Face Spaces Demo to check how model checkpoints are loaded. In our experience, if the checkpoint is cached at first, it works without internet connection.

Hope it helps!

pj666-e commented 2 months ago

Thank you very much for your reply. I have resolved the issue now. Thanks again for your help, and I wish you success in your work.