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