Spaces:
Sleeping
Sleeping
Fix bumblebee ref
Browse files
public-apps/sd_controlnet.livemd
CHANGED
|
@@ -4,7 +4,12 @@
|
|
| 4 |
|
| 5 |
```elixir
|
| 6 |
Mix.install([
|
| 7 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
{:axon, "~> 0.6.0", override: true},
|
| 9 |
{:nx,
|
| 10 |
github: "elixir-nx/nx",
|
|
|
|
| 4 |
|
| 5 |
```elixir
|
| 6 |
Mix.install([
|
| 7 |
+
{
|
| 8 |
+
:bumblebee,
|
| 9 |
+
git: "https://github.com/joelpaulkoch/bumblebee.git",
|
| 10 |
+
ref: "c109b1a131f6e23d6130092df887a991068c7d3c"
|
| 11 |
+
# branch: "SD_controlnet"
|
| 12 |
+
},
|
| 13 |
{:axon, "~> 0.6.0", override: true},
|
| 14 |
{:nx,
|
| 15 |
github: "elixir-nx/nx",
|