Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

nm0i/venice1111

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venice1111

FastAPI proxy for Venice.AI image generation API that presents itself as AUTOMATIC1111 endpoint.

This proxy should allow image generation via compatible API tools.

Installing

git clone https://github.com/nm0i/venice1111.git
cd venice1111
python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
exit

Running

. ./venv/bin/activate
VENICE_KEY=<your_api_key> ./main.py

Alternatively, you can save your key in .env file as VENICE_KEY=<your_api_key>

Then connect your app to http://127.0.0.1:9900.

Note

DO NOT serve this API over untrusted networks:

  • <Venice.ai> restricts both concurrent requests and total images per day.
  • Something about security.

About

Venice.ai Txt2img API proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages