DreamBooth model for the Land Grandfather concept

This is a Stable Diffusion model fine-tuned on the Lang Grandfather(lgd) concept with DreamBooth. The dataset is from the game ** Black Myth WUKONG **.

It can be used by modifying the instance_prompt: a photo of lgd old man, the trigger word is lgd

Usage

from diffusers import StableDiffusionPipeline

pipe = StableDiffusionPipeline.from_pretrained('BoHu370/lgd-old-man').to('cuda')

name_of_your_concept = 'lgd'
type_of_thing = 'old man'
prompt = f"a photo of {name_of_your_concept} {type_of_thing} playing computer game"
guidance_scale = 5

image = pipe(prompt, guidance_scale=guidance_scale).images[0]
image

Examples

image/png

image/png

image/png

image/png

Downloads last month
5
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for BoHu370/lgd-old-man

Finetuned
(986)
this model

Dataset used to train BoHu370/lgd-old-man