Dharneesh commited on
Commit
6cd40b7
·
verified ·
1 Parent(s): ba7dabf

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: sunglasses at marina beach
11
+ output:
12
+ url: samples/1747040495929__000001000_0.jpg
13
+ base_model: black-forest-labs/FLUX.1-schnell
14
+
15
+ license: apache-2.0
16
+
17
+
18
+ ---
19
+
20
+ # test1
21
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
22
+ <Gallery />
23
+
24
+ ## Trigger words
25
+
26
+ No trigger words defined.
27
+
28
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
29
+
30
+ Weights for this model are available in Safetensors format.
31
+
32
+ [Download](/Dharneesh/test1/tree/main) them in the Files & versions tab.
33
+
34
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
35
+
36
+ ```py
37
+ from diffusers import AutoPipelineForText2Image
38
+ import torch
39
+
40
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.bfloat16).to('cuda')
41
+ pipeline.load_lora_weights('Dharneesh/test1', weight_name='test1.safetensors')
42
+ image = pipeline('sunglasses at marina beach').images[0]
43
+ image.save("my_image.png")
44
+ ```
45
+
46
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
47
+
samples/1747040495929__000001000_0.jpg ADDED
test1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618bacbedbd86e4f9c6f57f6131225613e5489f4c831629a1409f4106e09000a
3
+ size 171969336
test1_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:302f5aea37ee36ea3899c311a055a5d81dac873882a188237a1506bace8c59b0
3
+ size 171969336
test1_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e25ceb7458d8c60e783765760edaa233c00b96d4d83886042d8fc13d5710c0e
3
+ size 171969336
test1_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b011277316e4420f3450fd690636de625c473219b88cd219471f56c90f51d28b
3
+ size 171969336