Instructions to use TheAwakenOne/caricature with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheAwakenOne/caricature 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("TheAwakenOne/caricature") prompt = "CCTUR3 a balding middle-aged businessman with an enormous forehead, tiny eyes, and a chin that could cut glass, struggling to balance a comically small briefcase on his oversized nose" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#5
by TheAwakenOne - opened
- README.md +7 -0
- images/example_2bx3l3k4k.png +0 -0
README.md
CHANGED
|
@@ -55,6 +55,13 @@ widget:
|
|
| 55 |
cartoonish soccer ball
|
| 56 |
output:
|
| 57 |
url: images/example_9vqvcef6g.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
base_model: black-forest-labs/FLUX.1-dev
|
| 59 |
instance_prompt: CCTUR3
|
| 60 |
license: other
|
|
|
|
| 55 |
cartoonish soccer ball
|
| 56 |
output:
|
| 57 |
url: images/example_9vqvcef6g.png
|
| 58 |
+
- text: >-
|
| 59 |
+
CCTUR3 Radiant couple with megawatt smiles beams against a starry backdrop,
|
| 60 |
+
her flowing hair and his voluminous afro framing their joyful expressions in
|
| 61 |
+
matching white outfits, oversized heads, both squeezed into a cozy oval
|
| 62 |
+
frame
|
| 63 |
+
output:
|
| 64 |
+
url: images/example_2bx3l3k4k.png
|
| 65 |
base_model: black-forest-labs/FLUX.1-dev
|
| 66 |
instance_prompt: CCTUR3
|
| 67 |
license: other
|
images/example_2bx3l3k4k.png
ADDED
|