Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

How can I use the GUI with other models and CPU-only mode? #9

Answered by azuritecoin
cyatarow asked this question in Q&A
Discussion options

You must be logged in to vote

First make sure you updated to the latest duffusers v0.6.0 and got the latest onnxUI.py script downloaded.

The way you select the model is with the --model flag when starting the UI script. For example to run the base SD model you would do:

python onnxUI.py --model="./stable_diffusion_onnx"

To run CPU only mode, add a `--cpu-only' flag.

python onnxUI.py --model="./stable_diffusion_onnx" --cpu-only

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cyatarow
Comment options

Answer selected by cyatarow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants