Problem starting up. #272
papaioannou-themistoklis
started this conversation in
General
Replies: 1 comment 1 reply
-
|
We've pushed a small update, hopefully it will fix the issue. Try running it again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. A few days ago, I installed Kohya_ss on my computer, but since then, whenever I attempt to launch RuinedFooocus, I encounter the following error message. I have tried reinstalling it multiple times, but the issue persists. When I attempt to install the larger zip file, it does start, but it indicates that some files cannot be installed and that my xformers are incorrect. In any case, below is the usual error message I receive. I would appreciate your assistance.
`Starting webui
Exception in thread Thread-15 (worker):
Traceback (most recent call last):
File "threading.py", line 1016, in bootstrap_inner
File "threading.py", line 953, in run
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\modules\async_worker.py", line 26, in worker
from modules.prompt_processing import process_metadata, process_prompt, parse_loras
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\modules\prompt_processing.py", line 6, in
from modules.sdxl_styles import apply_style, allstyles
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\modules\sdxl_styles.py", line 7, in
from random_prompt import build_dynamic_prompt
Traceback (most recent call last):
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\entry_with_update.py", line 49, in
print(str(e))
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\launch.py", line 208, in
launch_ui()
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\launch.py", line 207, in launch_ui
import webui
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\webui.py", line 50, in
import ui_onebutton
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\ui_onebutton.py", line 6, in
from random_prompt.build_dynamic_prompt import build_dynamic_prompt
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\random_prompt\build_dynamic_prompt.py", line 29, in
from modules.llama_pipeline import run_llama, llama_names
File "D:\RuinedFooocus_main_2.0.0.win64\RuinedFooocus\modules\llama_pipeline.py", line 3, in
from txtai import Embeddings
File "D:\RuinedFooocus_main_2.0.0.win64\python_embeded\lib\site-packages\txtai_init.py", line 8, in
from .agent import Agent
File "D:\RuinedFooocus_main_2.0.0.win64\python_embeded\lib\site-packages\txtai\agent_init_.py", line 5, in
from .base import Agent
File "D:\RuinedFooocus_main_2.0.0.win64\python_embeded\lib\site-packages\txtai\agent\base.py", line 5, in
from .factory import ProcessFactory
File "D:\RuinedFooocus_main_2.0.0.win64\python_embeded\lib\site-packages\txtai\agent\factory.py", line 5, in
from transformers.agents import CodeAgent, ReactCodeAgent, ReactJsonAgent
ModuleNotFoundError: No module named 'transformers.agents'
ImportError: cannot import name 'build_dynamic_prompt' from 'random_prompt' (unknown location)
D:\RuinedFooocus_main_2.0.0.win64>pause
Press any key to continue . . .`
Beta Was this translation helpful? Give feedback.
All reactions