Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ckpt
/
counterfeit-xl
like
1
Follow
ckpt
159
Model card
Files
Files and versions
xet
Community
6
Create README.md
#3
by
vanhusband117
- opened
Oct 22, 2023
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+3
-0
Files changed (1)
hide
show
README.md
+3
-0
README.md
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from diffusers import DiffusionPipeline
2
+
3
+
pipeline = DiffusionPipeline.from_pretrained("flax/midjourney-v4-diffusion")