Upload folder using huggingface_hub
Browse files- 17274742.jpeg +0 -0
- AI_Laptops_2-10.safetensors +3 -0
- README.md +2 -2
17274742.jpeg
ADDED
AI_Laptops_2-10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d3754a91fb3bd14c140b5c1b64da3753b3acefef1518fe6f09df31326a30297
|
3 |
+
size 228474412
|
README.md
CHANGED
@@ -23,7 +23,7 @@ widget:
|
|
23 |
|
24 |
output:
|
25 |
url: >-
|
26 |
-
|
27 |
|
28 |
---
|
29 |
|
@@ -54,7 +54,7 @@ from diffusers import AutoPipelineForText2Image
|
|
54 |
import torch
|
55 |
|
56 |
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
57 |
-
pipeline.load_lora_weights('Tech-Meld/ai-laptops', weight_name='
|
58 |
image = pipeline('Your custom prompt').images[0]
|
59 |
```
|
60 |
|
|
|
23 |
|
24 |
output:
|
25 |
url: >-
|
26 |
+
17274742.jpeg
|
27 |
|
28 |
---
|
29 |
|
|
|
54 |
import torch
|
55 |
|
56 |
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
57 |
+
pipeline.load_lora_weights('Tech-Meld/ai-laptops', weight_name='AI_Laptops_2-10.safetensors')
|
58 |
image = pipeline('Your custom prompt').images[0]
|
59 |
```
|
60 |
|