-
Notifications
You must be signed in to change notification settings - Fork 17
[Issue]: Extra network doesn't show after A1111 updated #188
Comments
I was having this same issue, and at least for me, it is down to the following. If you have the Civitai helper installed, and the DreamShaper XL Alpha 2 model installed (https://civitai.com/models/112902/dreamshaper-xl-09-alpha), and you have retrieved the info for that model, you will break. This is because the info for that model has some value in the JSON file that is a very large number. The file is 20k lines long, so I did not spend the time to find the actual number, but it is from somewhere in the images array. This causes the following failure, I believe not as part of the original parse, but as part of something ingesting the resulting json at a layer that does not like that very large number. 2023-08-04 02:24:09 *** API error: GET: http://127.0.0.1:7860/cozy-nest/extra_networks/full {'error': 'TypeError', 'detail': '', 'body': '', 'errors': 'Integer exceeds 64-bit range'} As a stopgap, I edited my local dreamshaperXL09Alpha_alpha2Xl10.civitai.info file to blank the images array, though removing or renaming the file also works to work around the issue. |
I think Cozy need to update to to new A1111 for stable XL |
I have only done some basic testing, and its hitting some memory limits, but the A1111 1.5 update is otherwise working for me with SDXL with some super basic testing. |
The JSON within the file named xxx.foo.info might include Comfy's workflow, containing a widget capable of processing Uint64 range values. |
What happened?
A bug happened! After I updated WebUI A1111 for Stable XL, all the extra network just run the loading process but not show any extra network
Webui
Automatic1111's webui
What browsers are you seeing the problem on?
Firefox
Additional info
A bug happened!
Relevant browser log output
No response
Relevant log output from the webui
*** API error: GET: http://127.0.0.1:7860/cozy-nest/extra_networks/full {'error': 'TypeError', 'detail': '', 'body': '', 'errors': 'Integer exceeds 64-bit range'}
*** API error: GET: http://127.0.0.1:7860/cozy-nest/extra_networks/full {'error': 'AttributeError', 'detail': '', 'body': '', 'errors': "'str' object has no attribute 'traceback'"}
--- Logging error --
Checklist
The text was updated successfully, but these errors were encountered: