chore: try add pipline
Browse files
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")
|