abhishekkrthakur/diffuzers

Can you add `share=True` CLI argument to enable running this on Colab?

amrrs opened this issue · 5 comments

amrrs commented

demo.launch(share = True) enables running this app on Colab. Is it possible to add that as a CLI argument?

added to the cli. please note that model_path has changed to model. run with share enabled using:

diffuzers run --model stabilityai/stable-diffusion-2-1 --output_path ~/path_to_save_output/ --share
amrrs commented

Thanks. Will check it tomorrow 🙏🏽

amrrs commented

My bad I thought this is Gradio and raised this.

it was when you created the issue :)

fyi: latest version has colab support