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

DALL·E Mini - Generate images from a text prompt

Results 100 dalle-mini issues
Sort by recently updated
recently updated
newest added

Amazing work! Are there settings in the DalleModel or the VQGAN to generate images at different resolutions? I am looking for ways to speed up inference while also maintaining image...

Currently, users can only generate images with prompts in English, as our BART autoregressive model is trained in English, and the whole model intrinsically depends on English text to be...

Hello, I'm trying to reproduce your training results using the train.py script with the same data. I think using clip scores for filtering data is essential, as I found out...

Hi sorry for this naive question as I am new to computer vision and DALLE. Say if I have a folder of images and captions such as dir/ cat.jpg cat.txt...

hello. i'm trying to use the models locally to avoid downloading them at each run. using DALLE_MODEL = "dalle-mini/dalle-mini/mega-1-fp16:latest" DALLE_COMMIT_ID = None works fine and gives me a result but...

To do beam search, I set cond_scale=1.0, turned off do_sample, and set num_beams > 1, then called model.generate(). However, I got the following error. ``` TypeError: reshape total size must...

![image](https://user-images.githubusercontent.com/6707490/183560241-ece54577-0f78-4ae2-b42a-db6c3c18a73f.png) I've followed instructions to run this locally. I get stuck on this with JAX warnings.

In the 3rd code block of the inference pipeline notebook, it has this error --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 import jax 2 import...

Tests are currently broken when ran with the latest version of JAX installed. This patch ensures the code compatibility with the current jax API.