Royia12 commited on
Commit
9519efe
1 Parent(s): ea96a88
Files changed (1) hide show
  1. kl +4 -0
kl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from diffusers import DiffusionPipeline
2
+
3
+ pipeline = DiffusionPipeline.from_pretrained("ByteDance/SDXL-Lightning")
4
+ pipeline.load_lora_weights("Royia12/Any_cemar")