Views
No views yet
instance_prompt: a photo of Pseudagrilus beetlebeetle images for the animal theme. (test run)1from diffusers import StableDiffusionPipeline
2
3pipeline = StableDiffusionPipeline.from_pretrained('johnowhitaker/Pseudagrilus-beetle')
4image = pipeline().images[0]
5image