How to use it in Diffusers
#7
by
jam
- opened
Followed the instruction to initialize a pipeline
object, but not sure how to generate pictures with that.
from diffusers import DiffusionPipeline
pipeline = DiffusionPipeline.from_pretrained("wavymulder/portraitplus")
Can someone provide more details? Thank you π€
Hello, sorry for the late reply
You'll want to refer to the documentation/instructions for the diffusers library here: https://github.com/huggingface/diffusers