Pramav / pip.py
pranavajay's picture
Create pip.py
427b6e7 verified
raw
history blame contribute delete
186 Bytes
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained("NeuroDonu/flux-and-aura-merge", torch_dtype=torch.bfloat16).to('cuda')