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

I would like to know if there is any code or plan to add it to make variations of an image

Getting the following trying to run dalle-mini in Docker on Windows with an RTX3090 and 32GB of RAM. nvidia-smi shows the GPU is detected and I've run other GPU Docker...

I realized this model doesn't use tensorflow/pytorch e.g Pytorch models to onnx https://docs.microsoft.com/en-us/windows/ai/windows-ml/tutorials/pytorch-convert-model

output from build_docker.sh `#6 7.662 ERROR: Could not find a version that satisfies the requirement jaxlib==0.3.10+cuda11.cudnn82 (from jax[cuda]) (from versions: none) #6 7.735 ERROR: No matching distribution found for jaxlib==0.3.10+cuda11.cudnn82...

Dear Boris, would you consider publishing the _predict.py_ and _cog.yaml_ files you used for the replicate deployment? I am currently working on a local custom deployment of dalle-mini and would...

I searched "doctor" and it returned the following: ![Screenshot_20220612-104224](https://user-images.githubusercontent.com/21367319/173246154-26f1ca08-f832-4583-8486-3457e53b5cc6.png) for when general human images are being searched, it seems it should attempt to include more diversity. so instead of only...

Can the results be improved so that it has the same quality as the "real' DALL-E?

Hi, Recently, people have been increasingly interested in this project. How about applying a filter that rejects the image creation request for some words (e.g. violence, abuse or discriminate things)...

No matter what prompts I throw at dalle-mini, I am unable to generate female breasts with nipples, every attempt comes out smooth and lacking nipples. Is there some way to...

I'm trying to follow the [inference pipeline guide](https://github.com/borisdayma/dalle-mini/blob/a72705f46ce29a45d1c56c40b39e12476bfa6584/tools/inference/inference_pipeline.ipynb) on Python 3.10.4 and it seems like things were working well until I had to import jax. I installed dalle-mini with Poetry...