Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gitignore WebUI temp files #430

Merged
merged 2 commits into from
Sep 8, 2022
Merged

Commits on Sep 6, 2022

  1. Add instructions on how to install alongside pyenv (invoke-ai#393)

    Like probably many others, I have a lot of different virtualenvs, one for each project. Most of them are handled by `pyenv`. 
    After installing according to these instructions I had issues with ´pyenv`and `miniconda` fighting over the $PATH of my system.
    But then I stumbled upon this nice solution on SO: https://stackoverflow.com/a/73139031 , upon which I have based my suggested changes.
    
    It runs perfectly on my M1 setup, with the anaconda setup as a virtual environment handled by pyenv. 
    
    Feel free to incorporate these instructions as you see fit. 
    
    Thanks a million for all your hard work.
    havardgulldahl authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    dbc8fc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    1f655b1 View commit details
    Browse the repository at this point in the history