This is the Linux app named Imagen - Pytorch whose latest release can be downloaded as 1.25.11sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Imagen - Pytorch with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Imagen - Pytorch
DESCRIPTION
Implementation of Imagen, Google's Text-to-Image Neural Network that beats DALL-E2, in Pytorch. It is the new SOTA for text-to-image synthesis. Architecturally, it is actually much simpler than DALL-E2. It consists of a cascading DDPM conditioned on text embeddings from a large pre-trained T5 model (attention network). It also contains dynamic clipping for improved classifier-free guidance, noise level conditioning, and a memory-efficient unit design. It appears neither CLIP nor prior network is needed after all. And so research continues. For simpler training, you can directly supply text strings instead of precomputing text encodings. (Although for scaling purposes, you will definitely want to precompute the textual embeddings + mask)
Features
- The number of textual captions must match the batch size of the images
- With the ImagenTrainer wrapper class, the exponential moving averages for all of the U-nets in the cascading DDPM will be automatically taken care of when calling update
- You can also train Imagen without text (unconditional image generation)
- You can also rely on the ImagenTrainer to automatically train off DataLoader instances
- Generate an image with any text prompt using one command line
- Imagen uses an algorithm called Classifier Free Guidance
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/imagen-pytorch.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.