Downloads · 30 days
0
Nicknames/edge_cat_2
edge_cat_2 is a machine learning model from Nicknames. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
This holds the baseline for the SDXL Nvidia GeForce RTX 4090 contest, which can be forked freely and optimized
Downloads · 30 days
0
Access
Public
Updated Sep 10, 2024
Repo size
—
Likes
0
Public
Click a slice to open those files.
.py4.8 KB · 63%
From the Hugging Face model README
This holds the baseline for the SDXL Nvidia GeForce RTX 4090 contest, which can be forked freely and optimized
Some recommendations are as follows:
src/main.py, as that includes mostly protocol logic. Most changes should be in models and src/pipeline.pyinstall_args.txt to add pip install arguments to be used when installing the packageFor testing, you need a docker container with pytorch and ubuntu 22.04,
you can download your listed dependencies with pip install $(cat install_args.txt) -e ., and then running start_inference