Edit model card

TrpFrog Diffusion

Prompt
a photo of trpfrog
Prompt
a photo of trpfrog in spring
Prompt
a photo of trpfrog in summer
Prompt
a photo of trpfrog in autumn
Prompt
a photo of trpfrog in winter
Prompt
a photo of trpfrog in fire
Prompt
a photo of trpfrog growing shiitake mushrooms

This is a Stable Diffusion model fine-tuned on the trpfrog concept with DreamBooth. It can be used by modifying the instance_prompt: a photo of trpfrog

Description

TrpFrog (@Trpfrog) is a famous Japanese Twitter comedian.

Below is a screenshot of the site he is creating.

This is a fine-tuned model of Stable Diffusion with the powerful help of Dreambooth. The model is made specifically for TrpFrog and faithfully reproduces its appearance.

Usage

First install the necessary packages.

pip install diffusers transformers accelerate scipy safetensors

The image can then be generated with the following script.

import torch
from diffusers import StableDiffusionPipeline

keyword = "trpfrog"
prompt = f"a photo of {keyword}"

model_id = "Prgckwb/trpfrog-diffusion"

pipe = StableDiffusionPipeline.from_pretrained(
    model_id, torch_dtype=torch.float16
).to("cuda")

image = pipe(prompt).images[0]
image.save("trpfrog.jpg")
Downloads last month
2,715
Inference Examples
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.

Dataset used to train Prgckwb/trpfrog-diffusion

Spaces using Prgckwb/trpfrog-diffusion 3