/civitaiapiclient

A simple client for the official Civitai API written in Rust and React.

Primary LanguageJavaScriptMIT LicenseMIT

A client for the Civitai API

Screenshot A basic API client for viewing and downloading images in batches. The app puts all the downloaded images in your systems "Downloads" folder.

Building the app

Here is the current doc on how to build a Tauri app. I've had some problems with the libayatana-appindicator3-dev packet on Debian, but coult install it from backports. Your npm installation shout also include the Tauri CLI tools, they can be installed by running npm install @tauri-apps/cli

Then you can simply build it by

npm run tauri build

Credits

Civitai API

API Reference

Tauri

This project uses Tauri to create a cross-platform application.

ReactJS

This project uses React to create the user interface.