lllyasviel / lllyasviel/stable-diffusion-webui-forge
[Bug]: Waste of time due to incorrect script command
- Dominant language
- Python
- Stars
- 13k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [ ] The issue has not been reported before recently
- [ ] The issue has been reported before but has not been fixed yet
### What happened?
Script used to run project clones the EXACT WRONG repo. It clones the exact repo this repo is trying to reform. Please correct it so people don't waste their time and energy, and so that your efforts are more potentiated.
cd "${install_dir}"/ || { printf "\e[1m\e[31mERROR: Can't cd to %s/, aborting...\e[0m" "${install_dir}"; exit 1; }
if [[ -d "${clone_dir}" ]]
then
cd "${clone_dir}"/ || { printf "\e[1m\e[31mERROR: Can't cd to %s/%s/, aborting...\e[0m" "${install_dir}" "${clone_dir}"; exit 1; }
else
printf "\n%s\n" "${delimiter}"
printf "Clone stable-diffusion-webui"
printf "\n%s\n" "${delimiter}"
"${GIT}" clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git "${clone_dir}"
cd "${clone_dir}"/ || { printf "\e[1m\e[31mERROR: Can't cd to %s/%s/, aborting...\e[0m" "${install_dir}" "${clone_dir}"; exit 1; }
fi
### Steps to reproduce the problem
Use the correct repo url.... The one from THIS repo.
### What should have happened?
Use it and it works right the first time, and not chasing tail.
### What browsers do you use to access the UI ?
_No response_
### Sysinfo
Does not matter. Affects all systems.
### Console logs
```Shell
Doesn't matter. Its clearly wrong.
```
### Additional information
_No response_
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the installation script containing the shown clone command and compare its repository URL with this repository. Update the command to use the correct repository, then run the installation or cloning path to confirm it fetches the intended project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, shell
- Domain
- devops, tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100