I dont want to use the models in the webui but in my python script but I cant seem to find a way to do so. How do i do it?
I dont want to use the models in the webui but in my python script but I cant seem to find a way to do so. How do i do it?
1 Answer
What do you mean?
If you are writing your own python setup for it, many people use the diffusers method instead of the webUI to call the models and run them in various ways. There are also python API hooks and calls for various other methods, so it really depends on what you are trying to do.