diffusers/examples/inference at main · iftechio/diffusers · GitHub
Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

Inference Examples

The inference examples folder is deprecated and will be removed in a future version. Officially supported inference examples can be found in the Pipelines folder.

  • For Image-to-Image text-guided generation with Stable Diffusion, please have a look at the official Pipeline examples
  • For In-painting using Stable Diffusion, please have a look at the official Pipeline examples
  • For Tweak prompts reusing seeds and latents, please have a look at the official Pipeline examples