You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add instructions on how to install alongside pyenv (CompVis#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.
* Disabled debug output (CompVis#436)
Co-authored-by: Henry van Megen <[email protected]>
* Add New Logo
Co-authored-by: Håvard Gulldahl <[email protected]>
Co-authored-by: Henry van Megen <[email protected]>
Co-authored-by: Henry van Megen <[email protected]>
Co-authored-by: Lincoln Stein <[email protected]>
@@ -33,9 +33,9 @@ text-to-image generator. This fork supports:
33
33
34
34
7. Weighted subprompts for prompt tuning.
35
35
36
-
8.[Image variations](VARIATIONS.md) which allow you to systematically
37
-
generate variations of an image you like and combine two or more
38
-
images together to combine the best features of both.
36
+
7.[Image variations](VARIATIONS.md) which allow you to systematically
37
+
generate variations of an image you like and combine two or more
38
+
images together to combine the best features of both.
39
39
40
40
9. Textual inversion for customization of the prompt language and images.
41
41
@@ -387,9 +387,8 @@ and introducing a new vocabulary to the fixed model.
387
387
388
388
To train, prepare a folder that contains images sized at 512x512 and execute the following:
389
389
390
-
391
390
WINDOWS: As the default backend is not available on Windows, if you're using that platform, set the environment variable `PL_TORCH_DISTRIBUTED_BACKEND=gloo`
0 commit comments