Skip to content

Commit 65f7392

Browse files
authored
Merge pull request #833 from ionite34/fix-jenkins-maybe
Jenkins fix maybe?
2 parents ba0ce9d + 153c97c commit 65f7392

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ node("Diligence") {
3333
}
3434

3535
stage('Publish Linux') {
36+
sh "rm -rf StabilityMatrix.Avalonia/bin/*"
37+
sh "rm -rf StabilityMatrix.Avalonia/obj/*"
3638
sh "/home/jenkins/.dotnet/tools/pupnet --runtime linux-x64 --kind appimage --app-version ${version} --clean -y"
3739
}
3840
}

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
[forge]: https://github.com/lllyasviel/stable-diffusion-webui-forge
3030
[stable-swarm]: https://github.com/Stability-AI/StableSwarmUI
3131
[sdfx]: https://github.com/sdfxai/sdfx
32+
[fooocus-mashb1t]: https://github.com/mashb1t/Fooocus
33+
[reforge]: https://github.com/Panchovix/stable-diffusion-webui-reForge
3234

3335
[civitai]: https://civitai.com/
3436
[huggingface]: https://huggingface.co/
@@ -44,8 +46,8 @@ Multi-Platform Package Manager and Inference UI for Stable Diffusion
4446

4547
### 🖱️ One click install and update for Stable Diffusion Web UI Packages
4648
- Supports:
47-
- [Stable Diffusion WebUI Forge][forge], [Automatic 1111][auto1111], [Automatic 1111 DirectML][auto1111-directml], [SD Web UI-UX][webui-ux], [SD.Next][sdnext]
48-
- [Fooocus][fooocus], [Fooocus MRE][fooocus-mre], [Fooocus ControlNet SDXL][fooocus-controlnet], [Ruined Fooocus][ruined-fooocus]
49+
- [Stable Diffusion WebUI reForge][reforge], [Stable Diffusion WebUI Forge][forge], [Automatic 1111][auto1111], [Automatic 1111 DirectML][auto1111-directml], [SD Web UI-UX][webui-ux], [SD.Next][sdnext]
50+
- [Fooocus][fooocus], [Fooocus MRE][fooocus-mre], [Fooocus ControlNet SDXL][fooocus-controlnet], [Ruined Fooocus][ruined-fooocus], [Fooocus - mashb1t's 1-Up Edition][fooocus-mashb1t]
4951
- [ComfyUI][comfy]
5052
- [StableSwarmUI][stable-swarm]
5153
- [VoltaML][voltaml]

0 commit comments

Comments
 (0)