Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.37 KB

sd3Diffusers

Welcome to sd3Diffusers!

This project serves as a playground for testing out Stable Diffusion 3 (SD3) using Python scripts using Mac mps. The main objective of this project is to explore the capabilities of the SD3 model and discover the exciting possibilities it offers.

If you encounter any issues or have questions, please don't hesitate to open an issue on the repository's GitHub page. We encourage collaboration and are always happy to help.

Let's dive into the world of Stable Diffusion 3 and see what amazing things we can achieve together!

Installation

To get started with sd3Diffusers, you'll need to install the required dependencies. Follow the steps below to install the necessary requirements:

  1. Clone the repository to your local machine:

    git clone https://github.com/WSINTRA/sd3Diffusers.git
  2. Navigate to the project directory:

    cd sd3Diffusers
  3. Create a virtual environment (optional but recommended):

    python3 -m venv env
  4. Activate the virtual environment:

    • For macOS/Linux:

      source env/bin/activate
  5. Install the required dependencies:

    pip install -r requirements.txt

Once you have completed these steps, you will have all the necessary requirements installed and can start using sd3Diffusers.

Happy coding!