vladmandic / automatic

SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models
https://github.com/vladmandic/automatic
GNU Affero General Public License v3.0
5.69k stars 421 forks source link

[Issue]: Errors after --upgrade #1055

Closed ShmuelRonen closed 1 year ago

ShmuelRonen commented 1 year ago

Issue Description

After webui.bat --upgrade Two things:

  1. VAE's not show in: Select VAE: only 'none' and 'Automatic'
  2. Infinity-zoom extension make error and not show up.
  3. See log.

log-18.5.txt setup.log

Version Platform Description

Device name DESKTOP-89OI1TC Processor AMD Ryzen 7 6800H with Radeon Graphics 3.20 GHz Installed RAM 32.0 GB (31.2 GB usable) Device ID 57F773B6-2052-4400-9EEE-5DA99ADC9758 Product ID 00331-20350-00000-AA537 System type 64-bit operating system, x64-based processor GPU NVIDIA RTX 3090

vladmandic commented 1 year ago

do not list multiple issues with under generic "errors after --upgrade". and please in the future post app version in version description box, not just upload log.

regarding vae, i cannot reproduce, they show just fine here.

but where are they stored? your log says that the folder is empty. if they are there, show me content of that folder.

2023-05-18 17:57:21,675 | INFO | H:\vlad\automatic\modules\sd_vae.py | Available VAEs: C:\vlad\automatic\models\VAE 0

regarding extension infinity-zoom,

from modules import scripts
...
current_script_dir = scripts.basedir().split(os.sep)

this is bad, if it ever worked it was by mistake. talk to extension author.

from your log, you also have one additional extension that is crashing animator_extension.

vladmandic commented 1 year ago

issue should be resolved in latest update.

ShmuelRonen commented 1 year ago

Thanks!!!