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

https://github.com/fofr/cog-realvisxl-3

RealVisXL_v3.0
https://github.com/fofr/cog-realvisxl-3

ai cog sdxl

Last synced: 6 months ago
JSON representation

RealVisXL_v3.0

Awesome Lists containing this project

README

          

# cog-realvisxl-3

[![Replicate demo and cloud API](https://replicate.com/fofr/realvisxl-v3/badge)](https://replicate.com/fofr/realvisxl-v3)

Run on Replicate:
https://replicate.com/fofr/realvisxl-v3

An SDXL full model tune aimed at photorealism:
https://huggingface.co/SG161222/RealVisXL_V3.0

## Development

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

## Basic Usage

for prediction,

```bash
cog predict -i prompt="a photo of TOK"
```

```bash
cog train -i input_images=@example_datasets/__data.zip -i use_face_detection_instead=True
```

```bash
cog run -p 5000 python -m cog.server.http
```