Instructions to use NamiYagami/jessicav2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NamiYagami/jessicav2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("baidu/ERNIE-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("NamiYagami/jessicav2") prompt = "Screenshot" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
images/Screenshot 2026-04-28 at 22.00.43.png
ADDED
|
Git LFS Details
|
jesica_lora_000002000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6a7d7894b6df010dbe0f77865337a34c12f2dd295477938384b843bb07b24e4
|
| 3 |
+
size 170128280
|