Yorzaren
Yorzaren
@jianguda Depending on how you create the second token, you might run into an issue with the colours not being unique. If you did something like me you'd end up...
@FilipTrichkov Did you remember to copy the correct enviroment.yml by using Macintosh and Linux using a symbolic link: ``` ln -sf environments-and-requirements/environment-xxx-yyy.yml environment.yml ``` Replace xxx and yyy with the...
Oh wait, @FilipTrichkov Are you doing the following? - Opening Conda: ```cd invokeai``` > ```conda activate invokeai``` > ```python scripts/invoke.py``` If you do it the above way, it does toss...