KO
|
EN
gitlite — search
Search
#typescript
#python
#nodejs
#deep-learning
#laravel
#php
#machine-learning
#kubernetes
#android-app
#arduino
#api
#javascript
GigaGAN
★ 58
Open GitHub ↗
Implementation of GigaGAN in pytorch
Download README (.md)
Explore Similar Repositories
streamlit-pandasai
:
Chat with your dataset! This project demonstrates a web-based application to query a dataset through natural language.
all_vm2_vm_node_sandbox
:
志远补环境框架
chatgpt-vits-waifu
:
使用chatgpt的api与vits语音合成,实现了与ai老婆语音聊天。并加入了记忆功能与信息总结功能,大大提升了对话的容量。从而实现了连续长对话的效果
Smart-Adaptive-Traffic-Management-System
:
🚗🚦 Introducing our Smart Adaptive Traffic Management System! 📷🧠 Using YOLO v8 object detection & CCTV cameras, we analyze real-time traffic. By tracking vehicles 🚙 & pedestrians 🚶, we enhance signal timings for better flow, safety, & reduced congestion. Drive smarter with us! 🌐🏞️
tim
:
Titanium - Virtual Machine Written in C
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
GigaGAN
?
Download (.md)
# GigaGAN <img src="assets/Text2img.png" width="600px"></img> > 1B-parameter GigaGAN, achieving lower FID than Stable Diffusion v1.5, DALL·E 2, and Parti-750M. Please reference: https://doi.org/10.48550/arxiv.2303.05511 ## GigaGAN generator <img src="assets/G_architecture.jpg" width="600px"></img> ## GigaGAN discriminator <img src="assets/D_architecture.jpg" width="500px"></img> ## GigaGAN Implementation of <a href="https://arxiv.org/abs/2303.05511">GigaGAN</a> <a href="https://mingukkang.github.io/GigaGAN/">(project page)</a>, new SOTA GAN out of Stable Diffusion v1.5, DALL·E 2. ## Citations ```bibtex @misc{https://doi.org/10.48550/arxiv.2303.05511, url = {https://arxiv.org/abs/2303.05511}, author = {Kang, Minguk and Zhu, Jun-Yan and Zhang, Richard and Park, Jaesik and Shechtman, Eli and Paris, Sylvain and Park, Taesung}, title = {Scaling up GANs for Text-to-Image Synthesis}, publisher = {arXiv}, year = {2023}, copyright = {arXiv.org perpetual, non-exclusive license} } ```