suiwaychin

Members
  • Posts

    6
  • Joined

  • Last visited

suiwaychin's Achievements

Noob

Noob (1/14)

1

Reputation

  1. sorry, I try to update to the latest one, but it failed as following, can you help check? Local Files Are Up to Date >> patchmatch.patch_match: INFO - Compiling and loading c extensions from "/home/invokeuser/venv/lib/python3.10/site-packages/patchmatch". [2023-07-27 13:03:50,720]::[InvokeAI]::INFO --> Patchmatch initialized /home/invokeuser/venv/lib/python3.10/site-packages/torchvision/transforms/functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be **removed in 0.17**. Please don't rely on it. You probably just need to use APIs in torchvision.transforms.functional or in torchvision.transforms.v2.functional. warnings.warn( An exception has occurred: /home/invokeuser/userfiles/models/core/convert/CLIP-ViT-bigG-14-laion2B-39B-b160k is missing == STARTUP ABORTED == ** One or more necessary files is missing from your InvokeAI root directory ** ** Please rerun the configuration script to fix this problem. ** ** From the launcher, selection option [7]. ** ** From the command line, activate the virtual environment and run "invokeai-configure --yes --skip-sd-weights" ** Press any key to continue...Checking if The Git Repo Has Changed.... Local Files Are Up to Date [2023-07-27 13:33:30,957]::[InvokeAI]::INFO --> Patchmatch initialized /home/invokeuser/venv/lib/python3.10/site-packages/torchvision/transforms/functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be **removed in 0.17**. Please don't rely on it. You probably just need to use APIs in torchvision.transforms.functional or in torchvision.transforms.v2.functional. warnings.warn( An exception has occurred: /home/invokeuser/userfiles/models/core/convert/CLIP-ViT-bigG-14-laion2B-39B-b160k is missing == STARTUP ABORTED == ** One or more necessary files is missing from your InvokeAI root directory ** ** Please rerun the configuration script to fix this problem. ** ** From the launcher, selection option [7]. ** ** From the command line, activate the virtual environment and run "invokeai-configure --yes --skip-sd-weights" **
  2. Thank you for the help, it works now. It troubled me in the past few days😂
  3. Are you sure we should put this in the userfile? but this erro said can not find in invokeAI/config The file /home/invokeuser/invokeai/configs/models.yaml was not found. Initializing a new file
  4. Thank you so much, I tried just now, but it still can not work
  5. I am get the erro,I am using the full manuel install,I tried many times always showed this erro. Can you help me check it? Checking if The Git Repo Has Changed.... remote: Enumerating objects: 39, done. remote: Counting objects: 100% (39/39), done. remote: Compressing objects: 100% (11/11), done. remote: Total 39 (delta 28), reused 39 (delta 28), pack-reused 0 Unpacking objects: 100% (39/39), 7.85 KiB | 618.00 KiB/s, done. From https://github.com/invoke-ai/InvokeAI 9fb0b0959..ccbfa5d86 sdxl-support -> origin/sdxl-support Local Files Are Up to Date cp: cannot stat '/home/invokeuser//invokeai.yaml': No such file or directory [2023-07-16 07:49:31,847]::[InvokeAI]::INFO --> Patchmatch initialized INFO: Started server process [71] INFO: Waiting for application startup. [2023-07-16 07:49:32,396]::[InvokeAI]::DEBUG --> InvokeAI version 3.0.0+b5 [2023-07-16 07:49:32,396]::[InvokeAI]::DEBUG --> Internet connectivity is True [2023-07-16 07:49:32,765]::[InvokeAI]::DEBUG --> config file=/home/invokeuser/invokeai/configs/models.yaml [2023-07-16 07:49:32,765]::[InvokeAI]::DEBUG --> GPU device = cuda [2023-07-16 07:49:32,765]::[InvokeAI]::DEBUG --> Maximum RAM cache size: 6.0 GiB [2023-07-16 07:49:32,765]::[InvokeAI]::WARNING --> The file /home/invokeuser/invokeai/configs/models.yaml was not found. Initializing a new file ERROR: Traceback (most recent call last): File "/home/invokeuser/venv/lib/python3.10/site-packages/starlette/routing.py", line 671, in lifespan async with self.lifespan_context(app): File "/home/invokeuser/venv/lib/python3.10/site-packages/starlette/routing.py", line 566, in __aenter__ await self._router.startup() File "/home/invokeuser/venv/lib/python3.10/site-packages/starlette/routing.py", line 648, in startup await handler() File "/home/invokeuser/InvokeAI/invokeai/app/api_app.py", line 77, in startup_event ApiDependencies.initialize( File "/home/invokeuser/InvokeAI/invokeai/app/api/dependencies.py", line 120, in initialize model_manager=ModelManagerService(config,logger), File "/home/invokeuser/InvokeAI/invokeai/app/services/model_manager_service.py", line 325, in __init__ self.mgr = ModelManager( File "/home/invokeuser/InvokeAI/invokeai/backend/model_management/model_manager.py", line 317, in __init__ self.initialize_model_config(self.config_path) File "/home/invokeuser/InvokeAI/invokeai/backend/model_management/model_manager.py", line 415, in initialize_model_config with open(config_path,'w') as yaml_file: FileNotFoundError: [Errno 2] No such file or directory: '/home/invokeuser/invokeai/configs/models.yaml' ERROR: Application startup failed. Exiting. Task was destroyed but it is pending! task: <Task pending name='Task-3' coro=<FastAPIEventService.__dispatch_from_queue() done, defined at /home/invokeuser/InvokeAI/invokeai/app/api/events.py:33> wait_for=<Future pending cb=[Task.task_wakeup()]>>