Instructions to use creatorchain/Pups with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use creatorchain/Pups 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("creatorchain/Pups") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Steven commited on
Add 5 files
Browse files- ccfa2a956c2d4004bb18c1453b048c5d_pytorch_lora_weights.safetensors +3 -0
- images/H1ncrGTJWqtcJMgZSCsC1_e63cf16f93634437ace21f3adafcb119.jpg +3 -0
- images/WZDxb98-0Qh8kR813NUvR_3763da0e1b56443f98124ecb218a8a15.jpg +3 -0
- images/_ejOZx7nFY9qgl26Wa9ne_630edd1817a94e37bbe1a0b5e32a8afc.jpg +3 -0
- images/tSAWM1u7OK9ZaGUhr0Fic_2f4d232d8ee8496e8916bd21711adc1c.jpg +3 -0
ccfa2a956c2d4004bb18c1453b048c5d_pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e91ce7bf591e0e83961454eee44f4e8b95a4843ad50205788a85490fe7ee9bc5
|
| 3 |
+
size 89745224
|
images/H1ncrGTJWqtcJMgZSCsC1_e63cf16f93634437ace21f3adafcb119.jpg
ADDED
|
Git LFS Details
|
images/WZDxb98-0Qh8kR813NUvR_3763da0e1b56443f98124ecb218a8a15.jpg
ADDED
|
Git LFS Details
|
images/_ejOZx7nFY9qgl26Wa9ne_630edd1817a94e37bbe1a0b5e32a8afc.jpg
ADDED
|
Git LFS Details
|
images/tSAWM1u7OK9ZaGUhr0Fic_2f4d232d8ee8496e8916bd21711adc1c.jpg
ADDED
|
Git LFS Details
|