Skip to content

lucataco/cog-realvisxl2-lora-inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SG161222/RealVisXL_V2.0 LoRA inference Cog model

This is an implementation of the SG161222/RealVisXL_V2.0 as a Cog model. Cog packages machine learning models as standard containers.

First, download the pre-trained weights:

cog run script/download-weights

Then, you can run predictions:

cog predict -i lora_url="https://replicate.delivery/pbxt/u9MoIWBBRL44KJ1HstsdBNVwQJ1BR3BTeeFvbfHXuMkUu1sjA/trained_model.tar" -i prompt="a photo of TOK"

Example:

"a photo of TOK"

alt text