Instructions to use patrickblanks/plugilodci with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use patrickblanks/plugilodci 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("patrickblanks/plugilodci") prompt = "plugilologo logo flat blue grey white background" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files- converted_savedmodel (1).zip +3 -0
- images/plugilo_blue_grey.png +3 -0
- tm-my-image-model.zip +3 -0
converted_savedmodel (1).zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c88d04a3299bb39fa123ecadfd4e32e5f9284b86603bdafefed60acefdb05f56
|
| 3 |
+
size 7528796
|
images/plugilo_blue_grey.png
ADDED
|
Git LFS Details
|
tm-my-image-model.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75df185fd41dd68a26e0a25bd35947277540c144ba193e6ae1fa8d4119b9edf5
|
| 3 |
+
size 2246417
|