39th president of the United States, probably

Results 100 comments of 39th president of the United States, probably

In `flow.yml`, comment out the executor you don't want, and then remove it from `needs` in the rerank flow.

It's odd seeing this entire discourse and having gone through the entire thing myself, and one of the things that kept me away from ever using `diffusers`. Yes, the unified...

Sounds like `nvidia-docker` is not installed.

@mariepop13 Please give me the output of these two commands: `python --version` and `cat flow.tmp.yml`.

OK, so `python flow_parser.py` did not run. Have you tried `python3 flow_parser.py`? If you are running outside of a virtualenv you will need to specify the python version.

OK, you are indeed running it outside a virtual environment. Do this if you're trying to run stable-diffusion, from the `dalle/dalle-flow` folder: ```bash sudo apt-get install python3 python3-pip sudo pip3...

Can you confirm that your filesystem looks like this? ``` dalle/ | |-- SwinIR/ |-- dalle-flow/ |-- glid-3-xl/ |-- latent-diffusion/ |-- stable-diffusion/ ```

Ok, it's best to start over. Running these commands will fix your installation and put everything into the ~/dalle folder. Copy the weights somewhere else if you have already downloaded...

Are you in the virtual environment where you installed everything? It must be loaded with `source env/bin/activate` to use all the programs you installed into it. ```bash cd ~/dalle/dalle-flow source...

`flow.tmp.yml` Looks good. Can you `cat ~/dalle` for me? Jina crashed because it couldn't find the SwinIR or k-diffusion installations, it's like several of the packages weren't installed into the...