PrismaticAI commited on
Commit
5ddedce
1 Parent(s): a808be7

Utilizes the Haden Jax dataset

Files changed (1) hide show
  1. NecroBrotherPlugin +3 -0
NecroBrotherPlugin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from diffusers import DiffusionPipeline
2
+
3
+ pipeline = DiffusionPipeline.from_pretrained("Randolph/hadenjax-dreams")