Instructions to use leonel4rd/Onepiecestyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use leonel4rd/Onepiecestyle with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("leonel4rd/Onepiecestyle") prompt = "UNICODE\u0000\u0000a\u0000 \u0000m\u0000i\u0000n\u0000i\u0000o\u0000n\u0000 \u0000,\u0000 \u0000m\u0000a\u0000s\u0000t\u0000e\u0000r\u0000p\u0000i\u0000e\u0000c\u0000e\u0000,\u0000h\u0000o\u0000l\u0000d\u0000i\u0000n\u0000g\u0000 \u0000u\u0000p\u0000 \u0000a\u0000 \u0000s\u0000i\u0000g\u0000n\u0000 \u0000w\u0000i\u0000t\u0000h\u0000 \u0000t\u0000h\u0000e\u0000 \u0000w\u0000o\u0000r\u0000d\u0000 \u0000\"\u0000C\u0000i\u0000v\u0000i\u0000t\u0000a\u0000i\u0000\"\u0000 \u0000<\u0000l\u0000o\u0000r\u0000a\u0000:\u0000O\u0000n\u0000e\u0000P\u0000i\u0000e\u0000c\u0000e\u0000S\u0000t\u0000y\u0000l\u0000e\u0000L\u0000o\u0000r\u0000a\u0000F\u0000l\u0000u\u0000x\u0000v\u00001\u0000:\u00001\u0000>\u0000 \u0000o\u0000n\u00003\u0000p\u0000i\u00003\u0000c\u00003\u0000s\u0000t\u0000y\u0000l\u00003\u0000" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
widget:
|
| 8 |
- text: "UNICODE\0\0a\0 \0m\0i\0n\0i\0o\0n\0 \0,\0 \0m\0a\0s\0t\0e\0r\0p\0i\0e\0c\0e\0,\0h\0o\0l\0d\0i\0n\0g\0 \0u\0p\0 \0a\0 \0s\0i\0g\0n\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0w\0o\0r\0d\0 \0\"\0C\0i\0v\0i\0t\0a\0i\0\"\0 \0<\0l\0o\0r\0a\0:\0O\0n\0e\0P\0i\0e\0c\0e\0S\0t\0y\0l\0e\0L\0o\0r\0a\0F\0l\0u\0x\0v\01\0:\01\0>\0 \0o\0n\03\0p\0i\03\0c\03\0s\0t\0y\0l\03\0"
|
| 9 |
output:
|
| 10 |
url: images/00019-318316835.jpeg
|
| 11 |
-
base_model:
|
|
|
|
| 12 |
instance_prompt: on3pi3c3styl3
|
| 13 |
-
|
| 14 |
---
|
| 15 |
# OnePieceMangaStyle
|
| 16 |
|
|
@@ -26,4 +26,4 @@ You should use `on3pi3c3styl3` to trigger the image generation.
|
|
| 26 |
|
| 27 |
Weights for this model are available in Safetensors format.
|
| 28 |
|
| 29 |
-
[Download](/leonel4rd/Onepiecestyle/tree/main) them in the Files & versions tab.
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
- text: "UNICODE\0\0a\0 \0m\0i\0n\0i\0o\0n\0 \0,\0 \0m\0a\0s\0t\0e\0r\0p\0i\0e\0c\0e\0,\0h\0o\0l\0d\0i\0n\0g\0 \0u\0p\0 \0a\0 \0s\0i\0g\0n\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0w\0o\0r\0d\0 \0\"\0C\0i\0v\0i\0t\0a\0i\0\"\0 \0<\0l\0o\0r\0a\0:\0O\0n\0e\0P\0i\0e\0c\0e\0S\0t\0y\0l\0e\0L\0o\0r\0a\0F\0l\0u\0x\0v\01\0:\01\0>\0 \0o\0n\03\0p\0i\03\0c\03\0s\0t\0y\0l\03\0"
|
| 9 |
output:
|
| 10 |
url: images/00019-318316835.jpeg
|
| 11 |
+
base_model:
|
| 12 |
+
- black-forest-labs/FLUX.1-dev
|
| 13 |
instance_prompt: on3pi3c3styl3
|
|
|
|
| 14 |
---
|
| 15 |
# OnePieceMangaStyle
|
| 16 |
|
|
|
|
| 26 |
|
| 27 |
Weights for this model are available in Safetensors format.
|
| 28 |
|
| 29 |
+
[Download](/leonel4rd/Onepiecestyle/tree/main) them in the Files & versions tab.
|