Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image generation model setup docs added. #243

Closed
29 changes: 0 additions & 29 deletions .gitignore

This file was deleted.

14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,15 @@ Handles file system operations and provides a secure bridge between the frontend

## Setup

### Frontend Setup

#### Prerequisites

- Node.js (LTS version recommended)
- npm (comes with Node.js)
- Rust (latest stable version)
- Tauri CLI

#### Installation

#### Installation

1. Clone the repository to your local system:
```bash
Expand All @@ -74,6 +72,13 @@ Handles file system operations and provides a secure bridge between the frontend
```bash
cd PictoPy
```
2. AI image Generation Setup :
- [Click Here](https://drive.google.com/file/d/1GYudQt29rtO7HmZs7nT1Wbp97vffkrKb/view?usp=drive_link) to download the AI model.
- extract downloaded zip file.
- Copy all the folders from `image-generation\` folder into `backend\app\models\image-generation\`
directory of PictoPy.

### Frontend Setup


1. Navigate to the frontend directory:
Expand Down Expand Up @@ -274,3 +279,6 @@ You can control the number of workers by setting the `WORKERS` environment varia
## Troubleshooting

If you encounter any issues, please check the respective documentation for Tauri, React, and FastAPI. For persistent problems, feel free to open an issue in the project repository.



Loading