Spaces:
Runtime error
Runtime error
PrismaticAI
commited on
Commit
•
5ddedce
1
Parent(s):
a808be7
<NB>
Browse filesUtilizes the Haden Jax dataset
- NecroBrotherPlugin +3 -0
NecroBrotherPlugin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
from diffusers import DiffusionPipeline
|
2 |
+
|
3 |
+
pipeline = DiffusionPipeline.from_pretrained("Randolph/hadenjax-dreams")
|