added sdxl example for replicate sdxl

This commit is contained in:
Believethehype
2023-12-06 13:46:19 +01:00
parent 90865e6cdb
commit a9ffd4299c
7 changed files with 182 additions and 5 deletions

View File

@@ -18,12 +18,10 @@ from utils.output_utils import upload_media_to_hoster
from utils.zap_utils import get_price_per_sat
"""
This File contains a Module to transform Text input on NOVA-Server and receive results back.
This File contains a Module to transform Text input on OpenAI's servers with DALLE-3 and receive results back.
Accepted Inputs: Prompt (text)
Outputs: An url to an Image
Params: -model # models: juggernaut, dynavision, colossusProject, newreality, unstable
-lora # loras (weights on top of models) voxel,
"""