forked from AUTOMATIC1111/stable-diffusion-webui
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c94652
commit 96eebe8
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
96eebe8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is it?
launch.py 48
main()
launch.py 44 main
start()
launch_utils.py 712 start
import webui
webui.py 13
initialize.imports()
initialize.py 35 imports
from modules import shared_init
shared_init.py 8
from modules.zluda import initialize_zluda
zluda.py 7
from modules.onnx_impl.execution_providers import available_execution_providers, ExecutionProvider
init.py 192
def ORTDiffusionModelPart_to(self: optimum.onnxruntime.modeling_diffusion.ORTPipelinePart, *args, **kwargs):
AttributeError:
module 'optimum.onnxruntime.modeling_diffusion' has no attribute 'ORTPipelinePart'