elct9620 / replicate-pastel-mix

The pastel-mix model implementation on replicate

Home Page:https://replicate.com/elct9620/pastel-mix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to work on the local machine

sky-admin opened this issue · comments

which file need edit?

You need cog and docker to run it in the local machine. And Nvidia GPU is required.

dont i need modify the config.ini file?

for example, i use blueboys-2d-v10 model, and convert the model dump into folder,
and i modify config.ini :

[generation]
model_id = ./blueboys-2d-v10

then i just run
cog predict -i prompt="1boy, blue" -i width=512 -i height=512

now im waiting for result

You need to run the scripts/download.py to get the model before use cog to run it.

ok i did it, thanks!!