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
#4
by fffiloni - opened
- .gitattributes +1 -0
- README.md +5 -0
- images/example_kaay1a8n9.png +3 -0
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ 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
|
|
|
|
|
|
| 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
|
| 41 |
+
images/example_kaay1a8n9.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -28,6 +28,11 @@ widget:
|
|
| 28 |
style of TOK
|
| 29 |
output:
|
| 30 |
url: images/example_geha6pn5l.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 32 |
instance_prompt: in the style of TOK
|
| 33 |
license: apache-2.0
|
|
|
|
| 28 |
style of TOK
|
| 29 |
output:
|
| 30 |
url: images/example_geha6pn5l.png
|
| 31 |
+
- text: >-
|
| 32 |
+
A goat that serves as a mount for a dwarf boy warrior, with a saddle, large
|
| 33 |
+
horns, and white fur.. in the style of TOK
|
| 34 |
+
output:
|
| 35 |
+
url: images/example_kaay1a8n9.png
|
| 36 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 37 |
instance_prompt: in the style of TOK
|
| 38 |
license: apache-2.0
|
images/example_kaay1a8n9.png
ADDED
|
Git LFS Details
|