Linaqruf / sd-notebook-collection

209 stars 42 forks source link

Wrong arguments starting fast-vladmantic-webui #20

Open BinaryQuantumSoul opened 1 year ago

BinaryQuantumSoul commented 1 year ago

Hello, using the default fast-vladmantic-webui, There is an error when starting webui:

error: unrecognized arguments: --enable-insecure --no-download-sd-model

I fixed it replacing --no-download-sd-model with --no-download and removing line enable-insecure : True in the config json. I don't know if it is good practice though.

LukeOvermind commented 1 year ago

i get

error: unrecognized arguments: --enable-insecure --no-download-sd-model

BinaryQuantumSoul commented 1 year ago

error: unrecognized arguments: --enable-insecure --no-download-sd-model

Same than me then

Linaqruf commented 1 year ago

Thank you for the feedback, and sorry for my late reply. I rarely check GitHub lately.

I renamed --enable-insecure to --insecure and --no-download-sd-model to --no-download

it should work now.

Reference: https://github.com/vladmandic/automatic/blob/master/modules/cmd_args.py

BinaryQuantumSoul commented 1 year ago

Thank you for the feedback, and sorry for my late reply. I rarely check GitHub lately.

I renamed --enable-insecure to --insecure and --no-download-sd-model to --no-download

it should work now.

Reference: https://github.com/vladmandic/automatic/blob/master/modules/cmd_args.py

Thank you.

Any chance you could add the notebook to the github so we can PR in those cases ?

Linaqruf commented 1 year ago

Yes, I already add the notebook to github, but probably I won't update it more often. https://github.com/Linaqruf/vladmandic-webui-colab