Liu Xin

Results 2 comments of Liu Xin

https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8/modules/extra_networks.py#L69 I found this variable `extra_network_registry`={'hypernet': }, lora is not registried after api launch. And lora was loaded as extension in this line: https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8/webui.py#L203 I copyed `modules.script_callbacks.before_ui_callback()` into def api_only(),...