Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
pranavajay
/
Pramav
like
0
Model card
Files
Files and versions
Community
pranavajay
commited on
Oct 3
Commit
427b6e7
•
1 Parent(s):
0595731
Create pip.py
Browse files
Files changed (1)
hide
show
pip.py
+3
-0
pip.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from diffusers import AutoPipelineForText2Image
2
+
import torch
3
+
pipeline = AutoPipelineForText2Image.from_pretrained("NeuroDonu/flux-and-aura-merge", torch_dtype=torch.bfloat16).to('cuda')