-
Introduces a `shared/models` dir in paas-templates to allow sharing across root deployment.
Origin model could be described in `deployment-dependencies.yml`
```
---
deployment:
bosh-ops:
…
-
Hello :wave: It would be cool to explore some kind of integration with Hugging Face Spaces :hugs:
Recently, a community member built an example of the model explorer hosted with a Space (https://h…
-
### 🐛 Describe the bug
Working in python:
```py
import torch
t = torch.Tensor()
x = torch.cat([t, t, t], 1)
x
```
output:
```
tensor([])
```
not working in c++
```cpp
#include
…
-
We aim to find out what is the best possible solution to run MaxEnt model (https://biodiversityinformatics.amnh.org/open_source/maxent/) on the FAIRiCUBE hub. We check the functionality of different p…
-
No settings changed: flux-dev on a RTX 3090, async/shared 21500 GPU weights, this used to give me 1.97s/it, now dropped to 14.4s/it and it's very fluctuating between that and even slower speeds. What …
-
Warning: Taming Transformers not found at path /content/gdrive/MyDrive/sd/stablediffusion/src/taming-transformers/taming
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-…
-
This started happening today - on every single model I tried. Automatic1111 has pushed v1.5.0 (with SD XL support :) to the main branch, so I think it's related:
```
Traceback (most recent call la…
-
After updating my selfhosted instance and struggling thru getting migrations to run I am left with the following errors:
```
Traceback (most recent call last):
File "/usr/local/lib/python3.12/s…
-
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 278, in
webui()
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py"…
-
I've got a failure I'm trying to track down with rspec-bisect. But, the failure occurs in a shared behavior file, i.e. spec/support/models/foo.rb
So, the minimal list of tests I get from rspec-bisect…