Instructions to use ArthurTravers/CivitAI-loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ArthurTravers/CivitAI-loras 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("ArthurTravers/CivitAI-loras") 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
Upload ElliaC.safetensors with huggingface_hub
Browse files- .gitattributes +1 -0
- ElliaC.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ LyraH.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
KetryaS.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 43 |
MoallaD.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 44 |
FaithT.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
KetryaS.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 43 |
MoallaD.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 44 |
FaithT.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
ElliaC.safetensors filter=lfs diff=lfs merge=lfs -text
|
ElliaC.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efbed27162b314afc77566a25c2951f9cc81c6f0faa619600609af02bebd5b86
|
| 3 |
+
size 170193572
|