How to use PERFECTTAUNGOO/LC72 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("PERFECTTAUNGOO/LC72") prompt = "a Asian girlï¼The woman wore a low-cut wedding dressï¼smileï¼cuteï¼ standing in front of red huge flowers, Zen, minimalism, 8k resolution style, daria endresen, james nares, mike campau, 35 mm shot, inspired by fairy tale" image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!