Instructions to use HuggingVince/w3dg1e_krea2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HuggingVince/w3dg1e_krea2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HuggingVince/w3dg1e_krea2") prompt = "an amateur photo of woman wearing panty wedgie the panty elastic is pulled up over her shoulders, " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files- images/Wedgie.png +3 -0
- w3dg1e_krea2_000001500.safetensors +3 -0
images/Wedgie.png
ADDED
|
Git LFS Details
|
w3dg1e_krea2_000001500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b483a3b7ffee3da373a516d19ec9a7be697cd995a72c8d932a4e65905d1ee24e
|
| 3 |
+
size 228653020
|