Skip to content

'Controller' object has no attribute 'versions' #113

@nerdyrodent

Description

@nerdyrodent

Describe the bug
Error message on launch:

krita_stable_diffusion/krita_stable_diffusion.py in version_check(self=<krita_stable_diffusion.krita_stable_diffusion.Controller object>)
  455         :return:
  456         """
  457         versions = self.versions
  458         current_ksd_version = self.config.value("current_ksd_version", VERSION)
  459         current_runai_version = versions["current_runai_version"]
versions undefined
self = <krita_stable_diffusion.krita_stable_diffusion.Controller object>
self.versions undefined
AttributeError: 'Controller' object has no attribute 'versions'
111

I've also attempted to specify a variety of SD1.5 / SD2 directories via the new menu, but this results in the new menu vanishing (thus can only edit the .ini file manually).

To Reproduce
Steps to reproduce the behaviour:

  1. Install as per readme
  2. Launch Krita
  3. Observe error

Expected behaviour
No error message

Desktop (please complete the following information):

  • OS: Ubuntu 22.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions