hecool108 commited on
Commit
b2f361e
·
unverified ·
1 Parent(s): 2d1a320

chore: try add pipline

Browse files
Files changed (1) hide show
  1. pipeline_stable_diffusion.py +5 -0
pipeline_stable_diffusion.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from diffusers import (
2
+ StableDiffusionPipeline,
3
+ )
4
+
5
+ text2img = StableDiffusionPipeline.from_pretrained("hecool108/ct-p2")