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
- Host: GitHub
- URL: https://github.com/fofr/cog-realvisxl-3
- Owner: fofr
- License: apache-2.0
- Created: 2023-12-21T14:08:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T14:35:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T12:07:26.488Z (7 months ago)
- Topics: ai, cog, sdxl
- Language: Python
- Homepage: https://replicate.com/fofr/realvisxl-v3
- Size: 11.6 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cog-realvisxl-3
[](https://replicate.com/fofr/realvisxl-v3)
Run on Replicate:
https://replicate.com/fofr/realvisxl-v3An 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
```