Views
No views yet
instance_prompt: a photo of duckduck roast_duckroast_duck images for the food theme,
for the Hugging Face DreamBooth Hackathon, from the HF CN Community,
corporated with the HeyWhale.




1from diffusers import StableDiffusionPipeline
2
3pipeline = StableDiffusionPipeline.from_pretrained('shadow/duckduck-roast_duck-heywhale')
4image = pipeline().images[0]
5image