Joly0

Members
  • Posts

    160
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Joly0's Achievements

Explorer

Explorer (4/14)

32

Reputation

  1. You might be right, adding and testing all those webui´s is a hasle, but at the same time, not everyone can write a bash script. Also i think just a few here know, this method using the custom scripts exist or that your repo with custom scripts exist. Might be a good idea to add some kind of testing environment, so the scripts can be tested more or less automatically after a new release/commit
  2. I have it in my fork already. I am quite close to creating a pr which adds webui-forge and also running all of the webui´s with amd gpus. If you want to test my fork, you can text me and test, if forge works
  3. If someone wants to test my fork with amd support, pls text me. I am still changing alot of things so be prepared to redownload the docker image and the venv´s a few times, but most things should be working already
  4. Btw, not sure if many people here care, but i am very close on getting this to work on amd gpu´s aswell
  5. Ok @superboki @FoxxMD @Holaf I have found a serious issue with this container. So the problem is thill the error above. I came across the same issue with comfyui, when i try to install nodes or extension using comfyui-manager. What i found out so far is, that there is a git-https command, that is used everytime you use a "git clone https://xyz" command, which is basically everytime you want to use comfyui-manager or in the example above in stable diffusion the model downloader for certain things. I have checked and on the docker itself, git is correctly installed with git-https, though, and this is interesting now: git-https is missing in the conda enviroment. The executables for comfyui for example are located under "/config/05-comfy-ui/env/bin". This is all that is installed regarding git in the conda environment (git-lfs btw is also recommended, had to install that manually using "conda install -c conda-forge git-lfs -y"). So obviously git cant use https for git clone commands, therefore comfyui-manager cant install anything, i constantly get error messages. I have also checked all the channels that i could find, if any of them has git with git-https as a package available for installing through conda install. Though none have it. So we have an issue here. I am not really familiar with conda and all the environment stuff, so i have no further idea, i am just trial and error atm to find a solution. Maybe someone of you has a solution in their mind, but this is what i found. Imo this is a serious issue, so this should get fixed asap
  6. Hey guys, something wrong with the output directory? I keep getting this in comfyui: EDIT: I found out, that the parameters txt file was wrong and still had the old path. Maybe this should be added as a migration step into the container
  7. Nice. I am currently working on getting this to work with amd cards and rocm. Will see how good this will go. So if we both succeed, this project will have a big jump
  8. This looks very great. Any chances you make a pr with your changes to holafs official repo now that it is released. Would like to see it using lsio as a base image, rather than normal ubuntu. Also the memory leak fix might be useful for everyone
  9. @HolafCan you please take a look into putting the code of your docker to github or somewhere? I would like to see if i can adjust it maybe for amd cards with rocm, but i need the code. If you need any help, plase message me, i can help you set it up. Its very easy once you have set it up
  10. Btw, i have found a bug with StableSwarmUI. Using the built-in comfyui the saved images are not in the outputs folder. I have looked through the folder structure of the container, but cant find the image anywhere. So either i am missing something, or there is a bug EDIT: Found the folder, its here "/opt/stable-diffusion/07-StableSwarm/StableSwarmUI/dlbackend/ComfyUI/output" inside the container. I guess there needs to be an additional "ln -s" for that one
  11. Ok, nvm, i cant install anything. Somewhere it hangs every time and i cant figure out why Edit: I got it working again, had to delete everything in appdata except models and output folders and recreated the docker container
  12. Btw guys, is stableswarm working for you? Its been downloading torch for over 1h now? It normally does this in like 5-10 minutes
  13. tower-diagnostics-20231129-0102.zipOk, here is the diagnostics. Btw, i updated to 6.12.5 stable and both bugs still appear
  14. Hey guys, i might have found 2 bugs with the recent 6.12.5-rc1 update regarding ipv6. First, in the boot screen in the terrminal, it should show the ipv4 and the ipv6 address. The ipv4 is correct, but for me it shows "IPv6 address: 1" The second bug is, that i an ping my unraid server with its static ipv6 address, but i cannot access the webui with the address and port. I always get the error message: "Error: Connection failed"