File size: 601 Bytes
a2fd39f d8dd22c a2fd39f d8dd22c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
language: en
tags:
- image-to-image
- gan
- pytorch
- Unet
license: mit
---
# GAN Sketch to Image Model
TorchScript generator weights for sketch-to-image synthesis.
## Links
- Live app (Hugging Face Space): https://huggingface.co/spaces/amit-saw/gan-sketch-to-image-app
- GitHub source code: https://github.com/Amit-Saw/GAN_Model-Sketch_to_Image
- Model repository (this page): https://huggingface.co/amit-saw/gan-sketch-to-image
## Files
- generator.pt: Main TorchScript generator model
## Usage Note
The Space downloads this model automatically at runtime when the local file is missing. |