-
This is the customiser.jsx file
import React, { useState, useEffect } from "react";
import { AnimatePresence, motion } from "framer-motion";
import { useSnapshot } from "valtio";
import config…
-
To get just the final output from a model that produces progressive output requires something like this:
```python
import replicate
model = replicate.model(“kuprel/min-dalle”)
output = list(mode…
-
[stiamo usando le issue anche internamente per lavorare meglio in asincrono]
Il costruttore del dataset dovrebbe richiedere in input anche tutte i parametri necessari per descrivere il dataset, e f…
-
Hi, I'm getting strange results when inpainting some images, mostly from the Dalle 3 neural network, what could be the issue? Outpaint works fine with this picture...
![scrnli_11_16_2023_5-31-45 PM…
-
Unsurprising the new Mixtral-8x7B and more specifically Mixtral-8x7b-instruct-v0.1.Q4_K_M.gguf does not work. As experienced from other users they get the error create_tensor: tensor 'blk.0.ffn_gate.w…
-
Salve, sono stato reindirizzato qui grazie a un tuo commento sul codice originale. Dal momento che lo sviluppatore di origine è da molto tempo assente e non ha mai pensato a chi poneva delle domande o…
-
Hello!
I'm looking for a way to accelerate the XLA compiler for Apple's M1 (elixir-nx/nx#490). Apple provides a PluggableDevice plugin with the `METAL` platform, but it doesn't include an XLA backe…
-
Running on Ubuntu 20.4 LTS native, with AMD RX 6600 XT GPU. Local development - no docker
GPU works with OpenGL as I can run glmark2 and Blender using OpenGL and my GPU, but can't seem to run with …
-
### Describe the bug
When importing https://huggingface.co/spaces/kuprel/min-dalle, gradio fails
```
dalle = gr.Interface.load("spaces/kuprel/min-dalle")
Fetching interface from: https://huggi…
-
**Describe the bug**
See notebook: https://colab.research.google.com/github/Eventual-Inc/Daft/blob/main/tutorials/text_to_image/text_to_image_generation.ipynb#scrollTo=b500e7f5
Our multithreaded…