Instructions to use PERFECTTAUNGOO/LC72 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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]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
- Negative Prompt
- 3(ng_deepnegative_v1_75t),badhandv4,bad-picture-chill-75v,bad_prompt_version2-neg,Poorly drawn face,Poorly drawn hands,NSFW,(worst quality, low quality:2),zombie,overexposure,watermark,text,bad anatomy,bad hand,extra hands,extra fingers,too many fingers,fused fingers,bad arm,distorted arm,extra arms,fused arms,extra legs,missing leg,disembodied leg,extra nipples,detached arm,liquid hand,inverted hand,disembodied limb,oversized head,extra body,completely nude,extra navel,(hair between eyes),sketch,duplicate,ugly,huge eyes,text,logo,worst face,(bad and mutated hands:1.3),(blurry:2),horror,geometry,bad_prompt,(bad hands),(missing fingers),

- 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
- Negative Prompt
- 3(ng_deepnegative_v1_75t),badhandv4,bad-picture-chill-75v,bad_prompt_version2-neg,Poorly drawn face,Poorly drawn hands,NSFW,(worst quality, low quality:2),zombie,overexposure,watermark,text,bad anatomy,bad hand,extra hands,extra fingers,too many fingers,fused fingers,bad arm,distorted arm,extra arms,fused arms,extra legs,missing leg,disembodied leg,extra nipples,detached arm,liquid hand,inverted hand,disembodied limb,oversized head,extra body,completely nude,extra navel,(hair between eyes),sketch,duplicate,ugly,huge eyes,text,logo,worst face,(bad and mutated hands:1.3),(blurry:2),horror,geometry,bad_prompt,(bad hands),(missing fingers),
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 3
Model tree for PERFECTTAUNGOO/LC72
Base model
CompVis/stable-diffusion-v1-4