Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramxD authored Oct 14, 2024
1 parent 0817fa3 commit 1314a1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Creating professional product photography and visual narratives can be time-cons
## Installation

```bash
git clone https://github.com/YourGitHubUsername/picpilot
cd picpilot
git clone https://github.com/VikramxD/Picpilot
cd Picpilot
```

Create a Virtual Environment:
Expand All @@ -52,7 +52,7 @@ pip install -r requirements.txt
To use PicPilot with Docker, execute the following commands:

```bash
docker pull YourDockerHubUsername/picpilot:latest
docker pull vikram1202/picpilot:latest
docker run --gpus all -p 8000:8000 YourDockerHubUsername/picpilot:latest
```

Expand All @@ -68,7 +68,8 @@ docker run --gpus all -p 8000:8000 picpilot
Run the Server:

```bash
python server.py
cd api
python picpilot.py
```

This will start the server on port 8000 with all available API endpoints.
Expand Down Expand Up @@ -113,7 +114,6 @@ PicPilot is licensed under the MIT license. See `LICENSE` for more information.
This project utilizes several open-source models and libraries. We express our gratitude to the authors and contributors of:

- Diffusers
- CogVideoX
- LitServe
- Transformers

Expand Down

0 comments on commit 1314a1e

Please sign in to comment.