Git Product home page Git Product logo

a8r8's People

Contributors

ramyma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

a8r8's Issues

WSL asset build fail  ERROR  ENOENT: no such file or directory, lstat ..../assets

I downloaded install.sh and ran in my WSL2 ubuntu container with node version 21

everything downloaded and the setup proceeded to almost 100%

but then:

Adding debian:ACCVRAIZ1.pem
Adding debian:Entrust_Root_Certification_Authority_-EC1.pem
Adding debian:Entrust_Root_Certification_Authority
-_G4.pem
done.
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
/sbin/ldconfig.real: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

Processing triggers for man-db (2.10.2-1) ...
Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
Processing triggers for shared-mime-info (2.1-2) ...
Skipping git clone
Plugin named nodejs already added
Plugin named erlang already added
Plugin named elixir already added
Plugin named rust already added
Either specify a tool & version in the command
OR add .tool-versions file in this directory
or in a parent directory

added 1 package in 4s

1 package is looking for funding
run npm fund for details
 ERROR  ENOENT: no such file or directory, lstat '/home/meng/a8/assets'
For help, run: pnpm help install
 ERROR  ENOENT: no such file or directory, lstat '/home/meng/a8/assets'
For help, run: pnpm help run
Assets build failed!

running install.sh again:

xsltproc is already the newest version (1.1.34-4ubuntu0.22.04.1).
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Skipping git clone
Plugin named nodejs already added
Plugin named erlang already added
Plugin named elixir already added
Plugin named rust already added
Either specify a tool & version in the command
OR add .tool-versions file in this directory
or in a parent directory

changed 1 package in 898ms

1 package is looking for funding
run npm fund for details
 ERR_PNPM_NO_PKG_MANIFEST  No package.json found in /home/meng/a8/assets
 ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND  No package.json (or package.yaml, or package.json5) was found in "/home/meng/a8/assets".
Assets build failed!

what may be causing this?

`exec /app/bin/server: no such file or directory` on Windows

[+] Running 1/0
 - Container a8r8-web-1  Created                                                                                   0.0s
Attaching to a8r8-web-1
a8r8-web-1  | exec /app/bin/server: no such file or directory
a8r8-web-1 exited with code 1

I am following the installation and setup guides. I just install A1111 following their guide, and believe I have done everything correctly to set this up. I wonder if a requirement installation is missing somewhere?

Installation problems (Docker)

Seems to be a very promising tool. I had some troubles yesterday installing it though, and I'm sorry but I can't tell anymore why the recommended method didn't work, I didn't save the logs.

But I tried the docker mode too now and there also was a problem. It seems Powershell didn't have the rights and so i had to set this in powershell:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

And then run install-docker.ps1
But in Powershell without admin rights!

Can't install on Windows 11

Hi,

I'd like to test this UI, but when I try to install it with the installer script on French Windows 11 (Powershell), I get errors. Here is the output (translated from French):

PS D:\AI> .\one-click-installer-wsl.bat

D:\AI>wsl --install -d ubuntu --no-launch
Ubuntu is already installed.
Operation successful.

D:\AI>wsl -d ubuntu -e bash -c "CLONE_REPO=true ./install.sh"
There is no distribution with this name.
Error code: Wsl/Service/WSL_E_DISTRO_NOT_FOUND

D:\AI>echo 'If instalaltion was successfull, run the ".\run-windows.bat" file in the created "a8r8" folder to start the application'
'If instalaltion was successfull, run the ".\run-windows.bat" file in the created "a8r8" folder to start the application'

There is no "a8r8" folder created. Do you have a suggestion, please? Thank you!

Potentially unable to install if WSL is already installed

I am on Windows 10 and already have Windows Subsystem for Linux installed. This is what the terminal says:


D:\SD-Storage\ComfyUIA8R8Hook>.\one-click-installer-wsl.bat

D:\SD-Storage\ComfyUIA8R8Hook>wsl --install -d ubuntu --no-launch
Ubuntu is already installed.
The requested operation is successful. Changes will not be effective until the system is rebooted.

D:\SD-Storage\ComfyUIA8R8Hook>wsl -d ubuntu -e bash -c "CLONE_REPO=true ./install.sh"
This application requires the Windows Subsystem for Linux Optional Component.
Install it by running: wsl.exe --install --no-distribution
The system may need to be restarted so the changes can take effect.
Error code: Wsl/WSL_E_WSL_OPTIONAL_COMPONENT_REQUIRED

D:\SD-Storage\ComfyUIA8R8Hook>echo 'If instalaltion was successfull, run the ".\run-windows.bat" file in the created "a8r8" folder to start the application'
'If instalaltion was successfull, run the ".\run-windows.bat" file in the created "a8r8" folder to start the application'

It generated nothing in the folder the file is in.

Funky elixir web server won't start

wsl2, mirrored mode

10:11:13.427 [error] Running ExSdWeb.Endpoint with Bandit 1.5.5 at http failed, port 4000 already in use
10:11:13.427 [notice] Application ex_sd exited: ExSd.Application.start(:normal, []) returned an error: shutdown: failed to start child: ExSdWeb.Endpoint
    ** (EXIT) shutdown: failed to start child: {ExSdWeb.Endpoint, :http}
        ** (EXIT) shutdown: failed to start child: :listener
            ** (EXIT) :eaddrinuse
** (exit) :terminating
    (kernel 10.0) application_controller.erl:511: :application_controller.call/2
    (kernel 10.0) application.erl:367: :application."-ensure_all_started/3-lc$^0/1-0-"/1
    (kernel 10.0) application.erl:367: :application.ensure_all_started/3
    (mix 1.17.1) lib/mix/tasks/app.start.ex:72: Mix.Tasks.App.Start.start/3
    (mix 1.17.1) lib/mix/task.ex:495: anonymous fn/3 in Mix.Task.run_task/5
    (mix 1.17.1) lib/mix/tasks/run.ex:129: Mix.Tasks.Run.run/5
    (mix 1.17.1) lib/mix/tasks/run.ex:85: Mix.Tasks.Run.run/1
    (mix 1.17.1) lib/mix/task.ex:495: anonymous fn/3 in Mix.Task.run_task/5

in NAT mode localhost:4000 is inaccessible entirely (connectionfailure)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.