Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed Aug 26, 2023
1 parent 99f3c3e commit 08994e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions modules/launch_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,6 @@ def prepare_environment():
if not requirements_met(requirements_file):
run_pip(f"install -r \"{requirements_file}\"", "requirements")

if not is_installed("diffusers"):
run_pip("install diffusers", "diffusers")

if args.onnx or args.olive:
try:
import onnxruntime
Expand Down
1 change: 1 addition & 0 deletions requirements_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ accelerate==0.18.0
basicsr==1.4.2
blendmodes==2022
clean-fid==0.1.35
diffusers
einops==0.4.1
fastapi==0.94.0
gfpgan==1.3.8
Expand Down

5 comments on commit 08994e3

@ROB232323
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello sir thanks for your kind help, but sorry i don't understand what to do, and after doing some more research, i have been told that stable defusion will not work well on my pc setup which has a AMD RX 580 8 meg card, so i have given up, but thank you very much for your kind help, best wishes Robert

@lshqqytiger
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What you should do is running git pull under the directory stable-diffusion-webui-directml. It will automatically pull the latest version of this repository. The original webui (AUTOMATIC's) can't run with AMDGPU + Windows, but this fork makes it possible.

@ROB232323
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THANK YOU FOR YOUR KIND HELP SIR ,,,, BUT SORRY i STILL DONT UNDERSTAND WHAT TO DO, CAN YOU REMOTELY TRY AND INSTALL IT FOR ME AND I WILL PAY YOU ???????

@ROB232323
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ONLY IF YOU CAN GET IT ALL WORKING.

@lshqqytiger
Copy link
Owner Author

@lshqqytiger lshqqytiger commented on 08994e3 Aug 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you have installed git, you can update using git pull.
If you haven't, you should re-download repository.
I recommend learning how to use git.
Updating the repository is not that hard.
You can open powershell from the context menu, Windows' search feature, etc.
One of the simple ways is right-click with shift key on the empty space of the file explorer, which is located on a specific directory (stable-diffusion-webui-directml) and click Open powershell here.
I think you can open powershell or command prompt by Googling.
And you can pull the latest commit by running git pull.
If you still don't know what to do or have problem, contact me by email. op@lsh.sh
(I don't get paid)

Please sign in to comment.