Pulire Towel Dispenser Concept V1 - Dreambooth Concept for Stable Diffusion

This is a Stable Diffusion model fine-tuned on the pulire-towel-dispenser-concept-v1 concept with Dreambooth. Model trained by: prodypanda Based on model: prodypanda/pulire-towel-dispenser-concept-v1

Trigger Prompt: a photo of <puliretoweldispenser-machine> machine

Usage

To use this concept in diffusers:

from diffusers import StableDiffusionPipeline
import torch

model_id = "prodypanda/pulire-towel-dispenser-concept-v1"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16).to("cuda")

# Example prompt using the trigger
prompt = "a photo of <puliretoweldispenser-machine> machine in a surreal landscape"

image = pipe(prompt, num_inference_steps=50, guidance_scale=7.5).images[0]
image.save("output.png")

Training Images

The following images were used for training this concept:

concept image 1 concept image 2 concept image 3 concept image 4 concept image 5 concept image 6 concept image 7 concept image 8 concept image 9 concept image 10 concept image 11 concept image 12 concept image 13 concept image 14 concept image 15 concept image 16 concept image 17 concept image 18 concept image 19 concept image 20 concept image 21 concept image 22

Dreambooth training run using the diffusers library and a Colab notebook.

Downloads last month
70
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for prodypanda/pulire-towel-dispenser-concept-v1

Unable to build the model tree, the base model loops to the model itself. Learn more.