Instructions to use fffiloni/cute-comic-800 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fffiloni/cute-comic-800 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-schnell", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("fffiloni/cute-comic-800") prompt = "a boy wearing a hat and holding a fishing rod, sitting in a boat with a crocodile on it, surrounded by water and grass, with a sky full of clouds in the background. in the style of TOK" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#3
by fffiloni - opened
- .gitattributes +1 -0
- README.md +5 -0
- images/example_geha6pn5l.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ samples/1739543051119__000000800_0.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
samples/1739543056428__000000800_1.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/example_9xmc926py.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_nnjcv0rki.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
samples/1739543056428__000000800_1.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/example_9xmc926py.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_nnjcv0rki.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/example_geha6pn5l.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -29,6 +29,11 @@ widget:
|
|
| 29 |
TOK
|
| 30 |
output:
|
| 31 |
url: images/example_nnjcv0rki.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 33 |
instance_prompt: in the style of TOK
|
| 34 |
license: apache-2.0
|
|
|
|
| 29 |
TOK
|
| 30 |
output:
|
| 31 |
url: images/example_nnjcv0rki.png
|
| 32 |
+
- text: >-
|
| 33 |
+
Illustration card. a boy flying in an tiny airplane over the grass. in the
|
| 34 |
+
style of TOK
|
| 35 |
+
output:
|
| 36 |
+
url: images/example_geha6pn5l.png
|
| 37 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 38 |
instance_prompt: in the style of TOK
|
| 39 |
license: apache-2.0
|
images/example_geha6pn5l.png
ADDED
|
Git LFS Details
|