Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prusnak/gimp-plugin-gaugan
GauGAN plugin for GIMP
https://github.com/prusnak/gimp-plugin-gaugan
Last synced: 22 days ago
JSON representation
GauGAN plugin for GIMP
- Host: GitHub
- URL: https://github.com/prusnak/gimp-plugin-gaugan
- Owner: prusnak
- License: mit
- Created: 2019-08-11T12:33:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T17:37:09.000Z (almost 4 years ago)
- Last Synced: 2024-12-16T16:06:03.633Z (25 days ago)
- Language: HTML
- Size: 646 KB
- Stars: 95
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GauGAN plugin for GIMP
By using this plugin you agree to NVIDIA RESEARCH AI PLAYGROUND [TERMS OF USE](http://34.220.80.140/gaugan/term.txt)!
![wilbur](wilbur.png) ![gaugan](wilbur-gaugan.jpg)
## Installation
Put the `gaugan.py` script into the GIMP plug-ins folder (create the folder if it does not exist):
* macOS: `$HOME/Library/Application Support/GIMP/2.10/plug-ins`
* Windows: `$HOME/AppData/Roaming/GIMP/2.10/plug-ins`
* Linux: `$HOME/.config/GIMP/2.10/plug-ins`## Usage
1. This plugin only works with 512x512 RGB images.
2. The image can only contain colors from the GauGAN palette. See the files `palette.html` or `palette.png` for details.
3. Use `Filters > GauGAN` menu item to process the segmentation map you created (the selected layer will be processed).
4. You can use the following values as `style` parameter: `random`, `0`, `1`, ... , `8`, `9`, `10`.## Palette
![palette](palette.png)
## Original Demo
The original Live Interactive Demo is available from [NVIDIA AI Playground](https://www.nvidia.com/en-us/research/ai-playground/).