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:






















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.