Tech-Meld commited on
Commit
2627130
1 Parent(s): cac4ca1

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. 23204838.jpeg +0 -0
  2. 23204848.jpeg +0 -0
  3. 23204861.jpeg +0 -0
  4. 23204880.jpeg +0 -0
  5. Life_FX-16.safetensors +3 -0
  6. 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
- 22596602.jpeg
27
  - text: ' '
28
 
29
  output:
30
  url: >-
31
- 22596615.jpeg
32
  - text: ' '
33
 
34
  output:
35
  url: >-
36
- 22596600.jpeg
 
 
 
 
 
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