Instructions to use JujoHotaru/lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JujoHotaru/lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("JujoHotaru/lora") 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
- DiffusionBee
Commit ·
b46edba
1
Parent(s): 9468b45
Upload 2 files
Browse files- leftwink_v120.safetensors +3 -0
- rightwink_v120.safetensors +3 -0
leftwink_v120.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7a5864c6c5cb2ce5961b234c27b870baa6202367f12482fc419d8c538dc86b4
|
| 3 |
+
size 18986528
|
rightwink_v120.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d4bc104e8d29df4430b95067edb783f4d1bebc9bef218daa9fbbee59cf8597e
|
| 3 |
+
size 18986528
|