rom1504 / dalle-service

Dalle service

Home Page:https://rom1504.github.io/dalle-service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dalle-service

This is a simple front + back making it easy to use DALL-E models

image

Another option is to use the gradio demo

Running the back on google colab

If you want to run the backend on google colab, you can run this notebook

You can then use the gh pages front with an url such as https://rom1504.github.io/dalle-service?back=https://XXXX.loca.lt

Running the back myself

First follow back (you may choose to use https://ngrok.com/ to expose your locally running backend)

Then put your backend url in https://rom1504.github.io/dalle-service/

You can share an url such as https://rom1504.github.io/dalle-service?back=https://yourbackend.com

Runnning the back and the front

If you want to run everything yourself, you can go to back then to front

What Dalle models can I use ?

You can either train your model yourself with DALL-E

Or use a pretrained one from https://github.com/robvanvolt/DALLE-models/tree/main/models/taming_transformer

About

Dalle service

https://rom1504.github.io/dalle-service/

License:MIT License


Languages

Language:JavaScript 51.8%Language:Jupyter Notebook 23.9%Language:Python 20.7%Language:HTML 3.7%