darkvertex / material_stable_diffusion

Tileable Stable Diffusion - Cog model

Home Page:https://replicate.com/tommoore515/material_stable_diffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A fork of the Stable Diffusion Cog model that outputs tileable images for use in 3D applications such as Monaverse

This is an implementation of the Diffusers Stable Diffusion 1.4 as a Cog model. Cog packages machine learning models as standard containers.

First, download the pre-trained weights with your Hugging Face auth token:

cog run script/download-weights <your-hugging-face-auth-token>

Then, you can run predictions:

cog predict -i prompt="Stone wall trimsheet, quixel, substance designer, trending on artstation"

Output:

output

Or, build a Docker image:

cog build

Or, push it to Replicate:

cog push r8.im/...

About

Tileable Stable Diffusion - Cog model

https://replicate.com/tommoore515/material_stable_diffusion


Languages

Language:Python 100.0%