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

https://github.com/lucataco/cog-demofusion-enhance

Cog wrapper for DemoFusion img2img enhancer
https://github.com/lucataco/cog-demofusion-enhance

cog

Last synced: about 1 year ago
JSON representation

Cog wrapper for DemoFusion img2img enhancer

Awesome Lists containing this project

README

          

# DemoFusion-Enhance Cog model

This is an implementation of [Enhance-This-DemoFusion-SDXL](https://huggingface.co/spaces/radames/Enhance-This-DemoFusion-SDXL) as a [Cog](https://github.com/replicate/cog) model.

## Development

Follow the [model pushing guide](https://replicate.com/docs/guides/push-a-model) to push your own model to [Replicate](https://replicate.com).

## Basic Usage

Download weights first

cog run script/download-weights

Then for predictions,

cog predict -i image=@demo.jpg

## Example

Input

![alt text](demo.jpg)

Output

![alt text](output.png)