Instructions to use PERFECTTAUNGOO/LC14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PERFECTTAUNGOO/LC14 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/LC14") prompt = "A beautiful Chinese woman in a white wedding dress,standing inside the bright and dreamy marble palace surrounded by light clouds. She is wearing an off-the-shoulder diamond top with a large round skirt satin ball gown,her long hair flowing behind her,her face illuminated under the sunlight,her eyes sparkling with joy as if immersed in dreams,surrounded by towering columns of light that create a magical atmosphere,photographed in the style of photographer James Bidgood.,,<lora:tiankong_20240705221250:0.8>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files- LC14.safetensors +3 -0
- images/02.png +3 -0
- images/05.png +3 -0
LC14.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2dbe227d5f92f74ad8bc6c7fb14d0e4585bb19dd789e4d3cf85923f4967bead8
|
| 3 |
+
size 151110928
|
images/02.png
ADDED
|
Git LFS Details
|
images/05.png
ADDED
|
Git LFS Details
|