mlgawd commited on
Commit
94bee57
·
verified ·
1 Parent(s): 6e7830d

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: hot sweeney at the bar
11
+ output:
12
+ url: samples/1727862809688__000001000_0.jpg
13
+ - text: hot sweeney at the prom night
14
+ output:
15
+ url: samples/1727862847103__000001000_1.jpg
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+
18
+ license: other
19
+ license_name: flux-1-dev-non-commercial-license
20
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
21
+ ---
22
+
23
+ # abhinav_jangra6
24
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
25
+ <Gallery />
26
+
27
+ ## Trigger words
28
+
29
+ No trigger words defined.
30
+
31
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
32
+
33
+ Weights for this model are available in Safetensors format.
34
+
35
+ [Download](/mlgawd/sweety2/tree/main) them in the Files & versions tab.
36
+
37
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
38
+
39
+ ```py
40
+ from diffusers import AutoPipelineForText2Image
41
+ import torch
42
+
43
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
44
+ pipeline.load_lora_weights('mlgawd/sweety2', weight_name='abhinav_jangra6.safetensors')
45
+ image = pipeline('hot sweeney at the bar').images[0]
46
+ image.save("my_image.png")
47
+ ```
48
+
49
+ 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)
50
+
abhinav_jangra6.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e12766f76542aef18e5bc9fec028f6e7aef7c3b11bce66bdb160646e6cce7358
3
+ size 171969352
abhinav_jangra6_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91a8eaed29853b0663987a1aa6874c1ce14a641d486889417795b3f45ac04c19
3
+ size 171969352
abhinav_jangra6_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0b00fc395fc14e58dd486a3d0316c5af6f02fd919de9babd98e7f34f4faf9e1
3
+ size 171969352
abhinav_jangra6_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d229a8268e39a4c661208294706651eb6b98d83780480a90974f8d51c07cd6ed
3
+ size 171969352
samples/.ipynb_checkpoints/1727857936422__000000000_0-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1727857973131__000000000_1-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1727859157786__000000250_0-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1727859195076__000000250_1-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1727860378639__000000500_0-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1727860415961__000000500_1-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1727861598613__000000750_0-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1727861635491__000000750_1-checkpoint.jpg ADDED
samples/1727857936422__000000000_0.jpg ADDED
samples/1727857973131__000000000_1.jpg ADDED
samples/1727859157786__000000250_0.jpg ADDED
samples/1727859195076__000000250_1.jpg ADDED
samples/1727860378639__000000500_0.jpg ADDED
samples/1727860415961__000000500_1.jpg ADDED
samples/1727861598613__000000750_0.jpg ADDED
samples/1727861635491__000000750_1.jpg ADDED
samples/1727862809688__000001000_0.jpg ADDED
samples/1727862847103__000001000_1.jpg ADDED