Open Nodam1 opened 1 year ago
move ui-config.json ..\ui-config.json
move style.css ..\style.css
git reset --hard
git pull
move ..\ui-config.json ui-config.json
move ..\style.css style.css
The script you're using is copying the old style.css over the new one. Run git restore .
to undo it.
Is git restore . going to remove any models or loras or extentions?
No.
FIX: This error is do to a change made by one of the a1111 developer replacing the create_toprow
to Toprow
in the main modules/ui.py
script. Seeing as the TemporalKit extension doesn't use either, it's safe to remove the unused Import.
Edit line 23 in the script sd-TemporalKit-UI.py
- located inside of your a1111 directory extensions\TemporalKit\scripts\sd-TemporalKit-UI.py
with the following to fix the error.
Org. line 23_
from modules.ui import create_toprow, create_sampler_and_steps_selection
replaced with
from modules.ui import create_sampler_and_steps_selection
Save the file, & then restart a1111. Your TemporalKit tab will be restored & the error message will no longer appear in your console. Bing-bang-boom you're be back in the game!
Credit to - TemporalKit - Issues Comment #97
Is there an existing issue for this?
What happened?
The GUI is cramped into the middle of the web page and not spread on the whole page (v1.6.0)
Steps to reproduce the problem
Just opened it after updating to v1.6.0
What should have happened?
The GUI was supposed to spread on the whole web page
Sysinfo
sysinfo-2023-09-03-18-33.txt
What browsers do you use to access the UI ?
Microsoft Edge
Console logs
Additional information
The GUI was normal before updating to v1.6.0