Jump to content

[SUPPORT] - stable-diffusion Advanced


Recommended Posts

18 hours ago, cosmos8520 said:

I was able to resolve for standard 02 A1111 and 02.forge (the only two I tried) by running the following three commands in docker console AFTER the error appeared in the log.  All were mentioned in above posts but took me a few tries before I got it right.

Executed in order:

wget https://bootstrap.pypa.io/get-pip.py;python3.10 get-pip.py

apt update;apt install python3-packaging

pip install setuptools==69.5.1

 

thank you i looked i swear

Link to comment
17 hours ago, sem1845 said:

How is everyone managing the size of their container? Mine is currently at 28gb. Constantly increasing the size of docker.img isn't the correct way I know.

 

This happened to me as well but the issue was that I was deleting stuff which was being moved to the container Trash folder. You can check if it's the same case for you by emptying Trash:
 

find ~/.local/share/Trash/* -delete


Another thing you can do is make sure the path allocations are correct and that you're not installing models etc to the docker.img but using appdata. 

Link to comment
On 8/3/2024 at 2:07 AM, xikobe said:

This happened to me as well but the issue was that I was deleting stuff which was being moved to the container Trash folder. You can check if it's the same case for you by emptying Trash:
 

find ~/.local/share/Trash/* -delete


Another thing you can do is make sure the path allocations are correct and that you're not installing models etc to the docker.img but using appdata. 

I haven't deleted anything and can't find that location in the docker container.

 

This is my only mount for the container

/config-------/mnt/user/appdata/stable-diffusion

Link to comment

I you want to try Flux on the last forge you may encounter this error :
TypeError: 'NoneType' object is not iterable

the solution is to uninstall xformers. The easiest way to do so is to :
-remove xformers from the parameters.forge.txt file
-clean venv and reinstall dependencies but deleting this file : "Delete_this_file_to_clean_virtual_env_and_dependencies_at_next_launch"

Link to comment
11 hours ago, Holaf said:

I you want to try Flux on the last forge you may encounter this error :
TypeError: 'NoneType' object is not iterable

the solution is to uninstall xformers. The easiest way to do so is to :
-remove xformers from the parameters.forge.txt file
-clean venv and reinstall dependencies but deleting this file : "Delete_this_file_to_clean_virtual_env_and_dependencies_at_next_launch"

If you're unfamiliar with the location of the parameters file, it's in the folder you set as your UI path. Then you go into the Automatic1111 folder and you'll see the parameters txt file there.
image.thumb.png.e6f76ff2a6e7ef148f205bdcfe188d98.png

Link to comment
  • 2 weeks later...

Hi @superboki 

 

Thanks for this template.

 

After successfully installing and running the Automatic1111 (standalone) docker template, i wanted to give yours a go (as it offers more  flexibility and choice of all UIs).

I'm getting the following error on loop (from logs) : 

 

App is starting!
Reading package lists...
Building dependency tree...
Reading state information...
Package 'python3' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
/entry.sh: line 18: /03: No such file or directory
/entry.sh: line 19: /03: No such file or directory
/entry.sh: line 20: /config/scripts/03: No such file or directory
/entry.sh: line 21: /config/scripts/03: No such file or directory
error when launching WebUI

 

 

Where do i need to look to fix this ? (i made a mistake at first, i defined the UI model as "03", but then edited the template and made it "03 - InvokeAI" (maybe this is the error?)

 

Thanks

 

 

Link to comment
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...