An open API service indexing awesome lists of open source software.

https://github.com/santhoshmani1/inferhub

Text to image generation with stable diffusion xl model powered by hugging face inference api
https://github.com/santhoshmani1/inferhub

image-generation inference-api reactjs stable-diffusion-xl-1

Last synced: 9 days ago
JSON representation

Text to image generation with stable diffusion xl model powered by hugging face inference api

Awesome Lists containing this project

README

          

# Inferhub

Inferhub is a web application that allows users to generate images from text using Hugging Face's Inference API.

## Table of Contents

- [Demo](#demo)
- [Features](#features)
- [Tech stack](#tech-stack)
- [Installation](#installation)
- [Contributing](#contributing)
- [LICENSE](#license)

## Demo

**[Deployed & Live on vercel](https://inferhub.vercel.app/)**

![Home page of Inferhub](./src/assets/demo/home.png)

![Text to Image page](./src/assets/demo/texttoimage.png)

![Dragon flying in the sky Image](./src/assets/demo/dragon.png)

## Features

### Text to Image Generation
- Generate images from text using Hugging Face's Inference API
- Choose from a wide variety of prompts to generate images from.

## Tech stack

- React JS (Javascript)
- Tailwind CSS
- Hugging face Inference API

## Installation

To get the project up and running on your local machine, follow these steps:

1. Fork the repository

2. Clone the repository
```bash
git clone https://github.com//inferhub.git
```
3. Setup
```bash
cd inferhub && npm install && npm run dev
```

## Contributing

Contributions are welcome! Feel free to raise an issue or submit a pull request.