Linaqruf / sd-notebook-collection

209 stars 42 forks source link

Error when uncheck use_anapnoe_ui : cagliostro-colab-ui.ipynb #13

Closed tendi89 closed 1 year ago

tendi89 commented 1 year ago

cagliostro-colab-ui.ipynb I encountered an error when attempting to uncheck the 'use_anapnoe_ui' option. Specifically, I received the following error message:


UnboundLocalError Traceback (most recent call last) in <cell line: 308>() 306 print("All is done! Go to the next step.") 307 --> 308 main()

in main() 265 extensions_list = os.listdir(extensions_dir) 266 with tqdm( --> 267 total=len(extensions_list) - len(skipped_extensions) - 1, 268 desc="Updating extensions", 269 mininterval=0,

UnboundLocalError: local variable 'skipped_extensions' referenced before assignment

image

Linaqruf commented 1 year ago

I forgot to declare skipped_extensions thanks for the report, I fixed the error a while ago,

But I removed automatic1111 version because of Google Colab ToS. And I put it back last night, you can now use Automatic1111 version instead of Anapnoe by set repo_type to Automatic1111

I'm sorry for the problem