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 MoallaD.safetensors with huggingface_hub
Browse files- .gitattributes +1 -0
- MoallaD.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ GlaraH.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
AlunaS.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 41 |
LyraH.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 42 |
KetryaS.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
AlunaS.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 41 |
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
|
MoallaD.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:371b1a1cb5a4e56352b5773851ad9f1367afd2da377c92598fbf5583fa56d855
|
| 3 |
+
size 170193572
|