Instructions to use MarkBW/jubilee-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MarkBW/jubilee-xl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-union-sdxl-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MarkBW/jubilee-xl") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- X-Men_Jubilee.safetensors +3 -0
- images/ComfyUI_02339_.png +3 -0
X-Men_Jubilee.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1144645c65e81ee29aaecc39f272ff463124b6f096ed6febca77bcc761f9fe5f
|
| 3 |
+
size 1824688556
|
images/ComfyUI_02339_.png
ADDED
|
Git LFS Details
|