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 GlaraH.safetensors with huggingface_hub
Browse files- .gitattributes +1 -0
- GlaraH.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ anything2real_2601_A_final_patched.safetensors filter=lfs diff=lfs merge=lfs -te
|
|
| 36 |
RealisticSnapShotz-Image-TurboV3.5.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 37 |
SylviaH.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 38 |
PalaN.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
RealisticSnapShotz-Image-TurboV3.5.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 37 |
SylviaH.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 38 |
PalaN.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
GlaraH.safetensors filter=lfs diff=lfs merge=lfs -text
|
GlaraH.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcd4425dd9775a356353ea0f1678130155a6e892c4b89497d844184167277b4f
|
| 3 |
+
size 170193571
|