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 Settings
- Draw Things
Upload 4LB4-z-image.safetensors with huggingface_hub
Browse files- .gitattributes +1 -0
- 4LB4-z-image.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -51,3 +51,4 @@ AlezantF.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
| 51 |
M4RG0T.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 52 |
D3BBY.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 53 |
CHR1STY.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 51 |
M4RG0T.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 52 |
D3BBY.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 53 |
CHR1STY.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
4LB4-z-image.safetensors filter=lfs diff=lfs merge=lfs -text
|
4LB4-z-image.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96c9000d6a99f7d16fd9326a3387be39393a0d6da57447ad43c6481b4fc0ae7b
|
| 3 |
+
size 170128272
|