Diffusers
English
lora
stable diffusion
stable diffusion lora
anime
stable diffusion sdxl
sdxl
lora xl
Instructions to use MLbackup/SDXL_Scraped_Loras_2024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MLbackup/SDXL_Scraped_Loras_2024 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MLbackup/SDXL_Scraped_Loras_2024") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Commit ·
a29d0ea
1
Parent(s): a6b4680
Upload EarthEnigmaKitsune_XL-v1.safetensors
Browse files
EarthEnigmaKitsune_XL-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81c96fcbcac98710ae507ebcd044084fa17396746183683205576d0ccf7ccaad
|
| 3 |
+
size 340789068
|