lichorosario
commited on
Commit
•
b3929dd
1
Parent(s):
dae43e0
Update README.md
Browse files
README.md
CHANGED
@@ -43,8 +43,6 @@ widget:
|
|
43 |
thumbnail: "samples/skeleton.png"
|
44 |
---
|
45 |
|
46 |
-
<Gallery />
|
47 |
-
|
48 |
|
49 |
# Flux Cubist Cartoon
|
50 |
|
@@ -68,4 +66,8 @@ pipeline.load_lora_weights('lichorosario/flux-cubist-cartoon', weight_name='lora
|
|
68 |
image = pipeline('your prompt').images[0]
|
69 |
```
|
70 |
|
|
|
|
|
|
|
|
|
71 |
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)
|
|
|
43 |
thumbnail: "samples/skeleton.png"
|
44 |
---
|
45 |
|
|
|
|
|
46 |
|
47 |
# Flux Cubist Cartoon
|
48 |
|
|
|
66 |
image = pipeline('your prompt').images[0]
|
67 |
```
|
68 |
|
69 |
+
|
70 |
+
<Gallery />
|
71 |
+
|
72 |
+
|
73 |
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)
|