You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the wurstchen-stage-B.ipynb file and I encounter the following issue.
from diffnext_v2 import DiffNeXt, EfficientNetEncoder, Prior
No module named diffnext_v2.
Where can I find this module?
I bypassed this issue by importing DiffNeXt, EfficientNetEncoder and Prior from the modules.py file. However, my image reconstructions are terrible. I am only getting random results. These are the only changes I made while running the .ipynb file.
Any guidance would be much appreciated
The text was updated successfully, but these errors were encountered:
I am trying to run the wurstchen-stage-B.ipynb file and I encounter the following issue.
from diffnext_v2 import DiffNeXt, EfficientNetEncoder, Prior
No module named diffnext_v2.
Where can I find this module?
I bypassed this issue by importing DiffNeXt, EfficientNetEncoder and Prior from the modules.py file. However, my image reconstructions are terrible. I am only getting random results. These are the only changes I made while running the .ipynb file.
Any guidance would be much appreciated
The text was updated successfully, but these errors were encountered: