Error API
Author: kkort2022Created Jul 28, 2025Updated Jul 28, 2025
git clone https://github.com/lllyasviel/Omost.git cd Omost conda create -n omost python=3.10 conda activate omost pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121 pip install -r requirements.txt python gradio_app.py
feels like little bit fluffy to get the correct exact version(s)
my problem:
browser starts, but then I get "Error API" within browser at the top right as an alert box...
Source: lllyasviel/Omost