Fahad Usman
Fahad Usman
> `/path/in/docker/container` will be "created" automatically - think of it as a soft link. No need to create any folder in the docker container. Read about the `-v` (`--volume`) flag...
any update on this?
This PR is opened since Mar 2024. Any update on this? is this still working or the best way for forge integration? Cheers,
I am using Tesla P40 card. Getting the same error. I am compiling using `docker-compose.yaml`: ``` # stable diffusion stable-diffusion-download: build: ./stable-diffusion-webui-docker/services/download/ image: comfy-download environment: - PUID=${PUID:-1000} - PGID=${PGID:-1000} volumes:...
is this resolved? I am getting the same error
they have switched to `go`. is this going to be updated? think there should be a `.env` file to set the following: ``` local_ollama_server_address: {localhost:11434} local_default_ollama_model: {llama3.1} openai_key: claude_key: ```
> This is amazing work but we're migrating to go before too long, so it won't be needed. But THANK YOU. sorry but containerising this project is important. I deploy...
> Thanks for your reply, I friend help me understand what you mentioned, my idea was to connect to the container to run the prompts as I want to have...
> > You can change to a different commit within the Dockerfile after cloning the repo. Just be aware you'll be running outdated/unmaintained code. are you planning to dockerise the...
I created one already... There is a PR here (https://github.com/danielmiessler/fabric/pull/845)