-
Notifications
You must be signed in to change notification settings - Fork 130
ImportError: cannot import name 'StoryIterXL' from 'ip_adapter' #34
Description
Using the latest commit(208111d) in master branch
Hi! I've been able to run the demo (run.py) successfully, and am looking to try run_fast.py.
However I received this ImportError when trying to run the file run_fast.py:
Traceback (most recent call last):
File "/Story-Iter/run_fast.py", line 5, in
from ip_adapter import StoryIterXL
ImportError: cannot import name 'StoryIterXL' from 'ip_adapter' (/Story-Iter/ip_adapter/init.py)
A quick check on this repo's version of ip_adapter.py shows that there isn't an implementation for the StoryIterXL class (run_fast.py), and StoryIterXLControlnet class (run_controlnet.py). May I know if the implementations for these 2 classes have/will be released, and if there are any additional requirements to run the file run_fast.py? Thanks!