https://github.com/ztgx/aigc-hoopics
Text/Image-To-Image service
https://github.com/ztgx/aigc-hoopics
aigc diffusion sdxl text2image
Last synced: 4 months ago
JSON representation
Text/Image-To-Image service
- Host: GitHub
- URL: https://github.com/ztgx/aigc-hoopics
- Owner: zTgx
- Created: 2024-12-02T16:49:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-18T13:52:18.000Z (11 months ago)
- Last Synced: 2025-08-30T04:39:55.760Z (10 months ago)
- Topics: aigc, diffusion, sdxl, text2image
- Language: Rust
- Homepage: https://hoopics.com
- Size: 367 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hoopics
## Features
* Text to Image
* Image to Image
## Config
```
cp example.config.toml config.toml
```
## Run service
```shell
cargo run
```
```
Running `target/debug/hoopics`
___ ___ ___ ___ ___ ___
/\__\ /\ \ /\ \ /\ \ ___ /\ \ /\ \
/:/ / /::\ \ /::\ \ /::\ \ /\ \ /::\ \ /::\ \
/:/__/ /:/\:\ \ /:/\:\ \ /:/\:\ \ \:\ \ /:/\:\ \ /:/\ \ \
/::\ \ ___ /:/ \:\ \ /:/ \:\ \ /::\~\:\ \ /::\__\ /:/ \:\ \ _\:\~\ \ \
/:/\:\ /\__\ /:/__/ \:\__\ /:/__/ \:\__\ /:/\:\ \:\__\ __/:/\/__/ /:/__/ \:\__\ /\ \:\ \ \__\
\/__\:\/:/ / \:\ \ /:/ / \:\ \ /:/ / \/__\:\/:/ / /\/:/ / \:\ \ \/__/ \:\ \:\ \/__/
\::/ / \:\ /:/ / \:\ /:/ / \::/ / \::/__/ \:\ \ \:\ \:\__\
/:/ / \:\/:/ / \:\/:/ / \/__/ \:\__\ \:\ \ \:\/:/ /
/:/ / \::/ / \::/ / \/__/ \:\__\ \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/
The API service is running on → 127.0.0.1:3030
SDXL task: Checking status ...
FLUX task: Checking status ...
SDXL task: Checking status ...
SDXL task: Checking status ...
SDXL task: Checking status ...
```