Johann Dirry

Results 95 comments of Johann Dirry

I did a clean installation of both, Python `3.10.9` (via the Microsoft Store) and InvokeAI on Windows 11/x64 (`10.0.19045.0`). I get the following error: ```powershell D:\invokeai> . .\invoke.bat ``` ```...

I think the issue is with the [Module Search Path](https://realpython.com/lessons/module-search-path/). On my system this is: ```PowerShell D:\InvokeAI\invokeai> . .\invoke.bat ``` ``` Do you want to generate images using the 1....

@smoran I've created a new file `.\invokeai\.venv\Scripts\__init__.py`, but running into the same issue. It's the only folder with an `invoke.py` file and there doesn't exist a `.\invokeai\Scripts` folder.

I ~~soved~~ *workarounded* the issue by making the following changes to `.\invokeai\.venv\Scripts\invoke.py`: ```python #!D:\invokeai\.venv\Scripts\python.exe import sys sys.path.insert(0,'D:\invokeai\.venv\Lib\site-packages') import ldm.invoke.CLI ldm.invoke.CLI.main() ```

I ran into the next issue with a concatenation of path names: ``` ** model stable-diffusion-1.5 could not be loaded: [Errno 2] No such file or directory: 'D:\\InvokeAI\\invokeai\\models\\openai/clip-vit-large-patch14\\models--openai--clip-vit-large-patch14\\refs\\main' Traceback (most...

It's a missing feature. On UWP you can add a reference to `Microsoft General MIDI DLS for Universal Windows Apps` found in `Add Reference...` ⇒ `Universal Windows` ⇒ `Extensions`. You...

I recommend using the `int.TryParse()` methods and consider the locale settings of the user using the `CultureInfo` class. The vast majority of people are not from the U.S.A.

See also #523 which wants to remove the planner altogether

Please fix the double empty lines and whitespace changes that don't contribute to the functionality of the code. Consider a dedicated PR for whitespace changes that improve code readability.

Please fix the double empty lines and whitespace changes that don't contribute to the functionality of the code. Consider a dedicated PR for whitespace changes that improve code readability.