Skip to content

proximasan/sdxl_artist_styles_studies

Repository files navigation

SDXL Artist Styles Studies

Description

Offline version of sdxl.parrotzone.art (つ✧ω✧)つ

Built With

Development:

Development Tools:

(back to top)

Getting Started

  • On Linux/MacOs run ./start.sh
  • On Windows, run start.bat

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

If you have a suggestion that would make this better, please clone the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Clone the Project (git clone https://github.com/axpecloud/modernapps-ai-api-documentation.git)
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Check that you have installed pre-commit hooks with pre-commit install.
  4. Check that your branch is up to date with git pull origin dev and merge if it's necessary with git merge origin dev.
  5. Commit your Changes (git commit -m 'Add some AmazingFeature')
  6. Push to the Branch (git push origin feature/AmazingFeature)
  7. Open a Pull Request to the dev branch

Flow of Git Branching

  • From Feature to Feature: squash and merge
  • From Feature to Dev: squash and merge
  • From Dev to Main: merge

Run your code

To see your code in action, launch litestar with the following command:

litestar run -r

For interactive documentation, Litestar provides the following endpoints for API documentation.

(back to top)