stable-diffusion
stable-diffusion copied to clipboard
Requirement instructions insufficient
I read the requirement instructions and they were...lacking. I had to do a site: search just to find the installers here: https://docs.conda.io/en/latest/miniconda.html
Then after installation I ran the very first command:
(base) PS C:\Users[user]> conda env create -f environment.yaml EnvironmentFileNotFound: 'C:\Users[user]\environment.yaml' file not found
Could someone please help me out and update the requirement instructions? I'm a web developer so I'm definitely technical though presume I've never done anything AI related.
Have you considered using the stable diffusion pipeline in the transformers library instead?
I came across this in the context of writing a command in the command prompt with parameters. As a developer I don't use frameworks or libraries - I code it all from scratch. That being said I know some projects just can't do that. However my interest is in the context of "I want to use it for the results, I do not care about the code" e.g. I don't care about the source code, I want binaries. So if there were a tutorial presume the user is technically capable though has ZERO prerequisites except for an operating system with Internet access enabled. I'm open to stable diffusion pipeline and I see and comprehend the documentation fairly well, how to I do from a blank canvas to being able to input a command without know what you folks already know?
have a look at this notebook
@jabcreations, it looks like you weren't in the git repo when you ran the conda env create -f environment.yaml
command, which likely caused the issue. if you cd into wherever you cloned the repo it should be able to find the environment.yaml file