Instructions to use boithebear/boi_meme_generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use boithebear/boi_meme_generator 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("boithebear/boi_meme_generator") prompt = "Boi is a 2d cartoon-style bear,boi is riding a horse,awesome forest background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 7 files
Browse files- EPUOADewkAEcwRlmTUdB__pytorch_lora_weights.safetensors +3 -0
- images/photo_2025-02-27_18-58-31.jpg +3 -0
- images/photo_2025-02-27_18-59-14.jpg +3 -0
- images/photo_2025-02-27_19-01-31.jpg +3 -0
- images/photo_2025-02-27_19-44-35.jpg +3 -0
- images/photo_2025-02-27_22-54-07.jpg +3 -0
- images/photo_2025-02-27_22-54-37.jpg +3 -0
EPUOADewkAEcwRlmTUdB__pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40b3afcc9b621b5cf23b24a710e0b3136f19c99f828bb2c2e9cfdd8480c5c7f6
|
| 3 |
+
size 89745224
|
images/photo_2025-02-27_18-58-31.jpg
ADDED
|
Git LFS Details
|
images/photo_2025-02-27_18-59-14.jpg
ADDED
|
Git LFS Details
|
images/photo_2025-02-27_19-01-31.jpg
ADDED
|
Git LFS Details
|
images/photo_2025-02-27_19-44-35.jpg
ADDED
|
Git LFS Details
|
images/photo_2025-02-27_22-54-07.jpg
ADDED
|
Git LFS Details
|
images/photo_2025-02-27_22-54-37.jpg
ADDED
|
Git LFS Details
|