A python script that uses Google Translate and Stable Diffusion to assist people in creating images in their native languages.
My wife wanted to describe a picture in the Albanian language.
Let's go
python >= 3.7
pip install --upgrade git+https://github.com/huggingface/diffusers.git transformers accelerate scipy
pip install -r requirements.txt
python app.py
- In case you receive an error such as
AssertionError: torch not compiled with Cuda enabled
; Install PyTorch-Cuda through conda - Use the Anaconda Prompt to run the python script
This project depends on the great work done by the following projects & their authors.