dalle-flow icon indicating copy to clipboard operation
dalle-flow copied to clipboard

🌊 A Human-in-the-Loop workflow for creating HD images from text

Results 52 dalle-flow issues
Sort by recently updated
recently updated
newest added

Hi, I got the server running and tried it out. After executing the client: ``` doc = Document(text=prompt).post(server_url, parameters={'num_images': 8}) da = doc.matches ``` The server doesn't respond to the...

The documents details that Dalle-Flow draws images from both DALLE-mega and GLID3 XL, such that the number of images returned are always double 'num_images'. This is fine as you can...

The stable diffusion model is not yet out, but as soon as it is released I will add a PR to allow it to be used in the list of...

```RuntimeError: jaxlib version 0.3.14 is newer than and incompatible with jax version 0.3.13. Please update your jax and/or jaxlib packages.```

the number of images returned no longer depends on the number of GPUs (closes #59) (obviously, needs a more permanent solution)

so it can run background asynchronously without blocking

I'm trying to run a local server in an anaconda environment; I've tried rebuilding the environment and even installed all dependencies manually, but I still get the same error. Running...

https://github.com/kuprel/min-dalle is a fast, minimal port of DALLΒ·E Mini to PyTorch. Also, this version is actively maintained.

enhancement