Instructions to use metercai/SimpleSDXL2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use metercai/SimpleSDXL2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("metercai/SimpleSDXL2", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Add files using upload-large-folder tool
Browse files
SimpleModels/loras/comfyui_local_lora16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a935ef5dd61e54e014375cd6ac05e1433a22bcfa8e7a04bbcc1fff17cf4a4873
|
| 3 |
+
size 153268392
|
SimpleModels/loras/comfyui_portrait_lora64.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:125c5d8474b4f2a9808767ca467d8622807b47762533fb483db1b1a6295465b2
|
| 3 |
+
size 612742344
|
SimpleModels/loras/comfyui_subject_lora16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbb24ec6fe7d84514e22ca19fd571a1168fd107d7160dc7728a94777bf1a8707
|
| 3 |
+
size 153268392
|