stable-diffusion stable-diffusion-diffusers text-to-image art pooh artistic diffusers

๐Ÿป Original Pooh Diffusion

Fine-tuned Stable Diffusion model, based of F222, trained with pictures illustrated by E. H. Shepard from the book "Winnie-the-Pooh", by A. A. Milne, originally published in Canada by McClelland & Stewart, Ltd., 1926. Released into the public domain on January 3, 2022.

๐Ÿ“— Winnie-the-Pooh, by A. A. Milne

Detailed Samples

Model Usage

โœจ Use the tokens original pooh in your prompts to activate the model.

Detailed Samples

Detailed Samples

Detailed Samples

Detailed Samples

Detailed Samples

Detailed Samples


โ˜• If you enjoy this model, buy a coffee Buy a coffee


๐Ÿงพ Prompt examples:

Basic starting point

original pooh, illustrated by eh shepard

Negative prompt


House of Pooh

Perfectly-centered portrait deep in a forest with bee nest hanging original pooh, stars, concept art, artstation, illustrated by eh shepard

Negative prompt

Steps: 102, Sampler: LMS, CFG scale: 8.5, Seed: 2469061657, Size: 512x512, Model hash: b7ba5b22


Hanging out at the Hive

Perfectly-centered portrait deep in a forest with bee nest hanging original pooh, stars, concept art, artstation, illustrated by eh shepard

Negative prompt

Steps: 102, Sampler: LMS, CFG scale: 8.5, Seed: 2469061635, Size: 512x512, Model hash: b7ba5b22


โŽ Negative Prompt Template

All images were rendered with the negative prompt below:

text, error, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry, ((ugly)), ((duplicate)), ((morbid)), ((mutilated)), out of frame, red coat, (((red jacket)))

๐Ÿงจ Diffusers

This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion.

Export the model:

from diffusers import StableDiffusionPipeline
import torch

model_id = "3ee/original-pooh"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

prompt = "original pooh sneaking into a bee nest"
image = pipe(prompt).images[0]

image.save("./pooh_pooh.png")

License

This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies: