amotile / stable-diffusion-studio

An animation focused workflow frontend for Stable Diffusion
MIT License
477 stars 31 forks source link

windows exe version not interfacing correctly with latest Automatic1111? #6

Closed Norgus closed 1 year ago

Norgus commented 1 year ago

I think there is some level of communication, because my automatic1111 SD command prompt does display this:


To create a public link, set `share=True` in `launch()`.
Applying cross attention optimization (Doggettx).
Error completing request
Arguments: (None, '0.005', '', 'textual_inversion', 100000, 500, 500, 'C:\\Users\\norgu\\SD_Automatic111\\textual_inversion_templates\\style_filewords.txt', False, 'fantasy landscape', '', 15, 2, 7, -1.0, 512, 512) {}
Traceback (most recent call last):
  File "C:\Users\norgu\SD_Automatic111\modules\ui.py", line 187, in f
    res = list(func(*args, **kwargs))
  File "C:\Users\norgu\SD_Automatic111\webui.py", line 64, in f
    res = func(*args, **kwargs)
  File "C:\Users\norgu\SD_Automatic111\modules\hypernetworks\ui.py", line 33, in train_hypernetwork
    hypernetwork, filename = modules.hypernetworks.hypernetwork.train_hypernetwork(*args)
  File "C:\Users\norgu\SD_Automatic111\modules\hypernetworks\hypernetwork.py", line 184, in train_hypernetwork
    assert hypernetwork_name, 'hypernetwork not selected'
AssertionError: hypernetwork not selected

Since using the 'None' hypernetwork works fine in my usual webui, does this mean something is wrong with the API call?

amotile commented 1 year ago

Should be fixed in the new release, it was picking up the wrong function to use.

Norgus commented 1 year ago

can confirm that the new release fixed this! thanks