-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'FieldInfo' object has no attribute 'in_' #103
Comments
ye people having this issue in kohya too must be a another freaking update of python libraries that breaks all previous things |
I could not reproduce this issue. source venv/bin/activate # or venv\Scripts\Activate.ps1
pip list |
I destroyed my Python 3.10.11 install on my main computer yesterday, trying to downgrade, so i've did a fresh install of Windows 11 on it and tried to reinstall Radiata with Python 3.10.6. It worked so I've upgraded one version by one, and got it working with 3.10.11. (venv) D:\Radiata>pip list accelerate 0.18.0 [notice] A new release of pip is available: 23.0.1 -> 23.2.1 On my main setup I will reinstall everything, app after app, but will start Radiata each time to try to get what's causing the issue, if it was an external app. |
Describe the bug
Impossible to start Radiata using "launch-user.bat" just after a fresh git clone, exiting with this error:
Reproduction
Expected behavior
The requirements should be installed and the webui should be available
System Info
Python 3.10.11, Windows 11, latest radiata, 4070Ti and Ryzen 9 5950X
Additional context
Same issue on another system with a Epyc 7543P, a RTX A4500, a fresh Windows 11 install, Python 3.10.11 and the latest radiata.
Validations
The text was updated successfully, but these errors were encountered: