InvokeAI
                                
                                
                                
                                    InvokeAI copied to clipboard
                            
                            
                            
                        Improved working directory and import management
This pull request introduces the following improvements:
Added
- ~Code to get the current working directory.~
 - ~Code to get the expected working directory based on the location of invokeai_configure.py file.~
 - ~Logic to switch to the expected working directory if it differs from the current one and to exit gracefully if an error occurs.~
 
Changed
- The Imports to follow PEP 8 style guide more closely.
 - The imports from the local invokeai package to use absolute paths.
 
Thank you for the contribution. Good call on replacing relative paths with package imports.
Could you please provide some context on what is being solved by the working directory change? What is the "expected" directory here?
The current expectation is that the config interface should work irrespective of the current working directory - is that breaking for you in some way?
Thank you!
@RichKMLS - Can you share your thoughts on the above inquiries?
This PR seems to be inactive. There is an outstanding question with regard to the purpose of this change. @RichKMLS can you respond?
Closing this PR as inactive