Upload folder using huggingface_hub
Browse files- 23204838.jpeg +0 -0
- 23204848.jpeg +0 -0
- 23204861.jpeg +0 -0
- 23204880.jpeg +0 -0
- Life_FX-16.safetensors +3 -0
- README.md +9 -4
23204838.jpeg
ADDED
|
23204848.jpeg
ADDED
|
23204861.jpeg
ADDED
|
23204880.jpeg
ADDED
|
Life_FX-16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acba99d761686912bcb81c2932af5b15652852fd3cf3f4c12d2247e3e98ac30d
|
| 3 |
+
size 101575804
|
README.md
CHANGED
|
@@ -23,17 +23,22 @@ widget:
|
|
| 23 |
|
| 24 |
output:
|
| 25 |
url: >-
|
| 26 |
-
|
| 27 |
- text: ' '
|
| 28 |
|
| 29 |
output:
|
| 30 |
url: >-
|
| 31 |
-
|
| 32 |
- text: ' '
|
| 33 |
|
| 34 |
output:
|
| 35 |
url: >-
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
---
|
| 39 |
|
|
@@ -64,7 +69,7 @@ from diffusers import AutoPipelineForText2Image
|
|
| 64 |
import torch
|
| 65 |
|
| 66 |
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
| 67 |
-
pipeline.load_lora_weights('Tech-Meld/life-fx', weight_name='Life_FX.safetensors')
|
| 68 |
image = pipeline('Your custom prompt').images[0]
|
| 69 |
```
|
| 70 |
|
|
|
|
| 23 |
|
| 24 |
output:
|
| 25 |
url: >-
|
| 26 |
+
23204880.jpeg
|
| 27 |
- text: ' '
|
| 28 |
|
| 29 |
output:
|
| 30 |
url: >-
|
| 31 |
+
23204838.jpeg
|
| 32 |
- text: ' '
|
| 33 |
|
| 34 |
output:
|
| 35 |
url: >-
|
| 36 |
+
23204848.jpeg
|
| 37 |
+
- text: ' '
|
| 38 |
+
|
| 39 |
+
output:
|
| 40 |
+
url: >-
|
| 41 |
+
23204861.jpeg
|
| 42 |
|
| 43 |
---
|
| 44 |
|
|
|
|
| 69 |
import torch
|
| 70 |
|
| 71 |
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
| 72 |
+
pipeline.load_lora_weights('Tech-Meld/life-fx', weight_name='Life_FX-16.safetensors')
|
| 73 |
image = pipeline('Your custom prompt').images[0]
|
| 74 |
```
|
| 75 |
|