Instructions to use ottopilot/TigerrJuggs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ottopilot/TigerrJuggs with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/v1-5-pruned-v6", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ottopilot/TigerrJuggs") prompt = "Comic book cover, color art, halftone, newsprint, portrait, TJuggs <lora:TJuggs:1>, solo, drawn by Jim Steranko, highly detailed, Marvel Comics, pulp, S.H.I.E.L.D. agent" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 7 files
Browse files- TJuggs_v2.safetensors +3 -0
- TigerrJuggs_v1.safetensors +3 -0
- images/00003-2940414296.png +3 -0
- images/00007-757757588.png +3 -0
- images/00022-4066627981.png +3 -0
- images/00178-3656435774.png +3 -0
- images/00241-1324157695.png +3 -0
TJuggs_v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05ec5225b2f8c849da3962809428f2a0f97d697ab3c88a17a841bad516a8a9a3
|
| 3 |
+
size 75617376
|
TigerrJuggs_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea10c782928e6ac31f0f95340e0dffe0d7dae2d00b01e95206f87bddc071e495
|
| 3 |
+
size 75615328
|
images/00003-2940414296.png
ADDED
|
Git LFS Details
|
images/00007-757757588.png
ADDED
|
Git LFS Details
|
images/00022-4066627981.png
ADDED
|
Git LFS Details
|
images/00178-3656435774.png
ADDED
|
Git LFS Details
|
images/00241-1324157695.png
ADDED
|
Git LFS Details
|