Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +49 -0
- flux-chatgpt-ghibli-lora.safetensors +3 -0
- samples/1743165934422__000001000_0.jpg +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
samples/1743165934422__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: 'a boy and a girl looking out of a window with a cat perched on the window
|
11 |
+
sill. There is a bicycle parked in front of them and a plant with flowers
|
12 |
+
to the right side of the image. The wall behind them is visible in the background. '
|
13 |
+
output:
|
14 |
+
url: samples/1743165934422__000001000_0.jpg
|
15 |
+
base_model: black-forest-labs/FLUX.1-dev
|
16 |
+
instance_prompt: ghibli
|
17 |
+
license: other
|
18 |
+
license_name: flux-1-dev-non-commercial-license
|
19 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
20 |
+
---
|
21 |
+
|
22 |
+
# flux-chatgpt-ghibli-lora
|
23 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
24 |
+
<Gallery />
|
25 |
+
|
26 |
+
## Trigger words
|
27 |
+
|
28 |
+
You should use `ghibli` to trigger the image generation.
|
29 |
+
|
30 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
31 |
+
|
32 |
+
Weights for this model are available in Safetensors format.
|
33 |
+
|
34 |
+
[Download](/openfree/flux-chatgpt-ghibli-lora/tree/main) them in the Files & versions tab.
|
35 |
+
|
36 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
37 |
+
|
38 |
+
```py
|
39 |
+
from diffusers import AutoPipelineForText2Image
|
40 |
+
import torch
|
41 |
+
|
42 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
43 |
+
pipeline.load_lora_weights('openfree/flux-chatgpt-ghibli-lora', weight_name='flux-chatgpt-ghibli-lora.safetensors')
|
44 |
+
image = pipeline('a boy and a girl looking out of a window with a cat perched on the window sill. There is a bicycle parked in front of them and a plant with flowers to the right side of the image. The wall behind them is visible in the background. ').images[0]
|
45 |
+
image.save("my_image.png")
|
46 |
+
```
|
47 |
+
|
48 |
+
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)
|
49 |
+
|
flux-chatgpt-ghibli-lora.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07eba8879bec8717b65cc0e6e487b49d31f1ee597d3d109142fe088bf653f4c7
|
3 |
+
size 171969424
|
samples/1743165934422__000001000_0.jpg
ADDED
![]() |
Git LFS Details
|