Instructions to use Kvikontent/Parcifique with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kvikontent/Parcifique with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Kvikontent/Parcifique") prompt = "A beautiful photo of a realistic eye" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files
images/photo_385@09-03-2023_15-43-46_thumb.jpg
ADDED
|
|
Git LFS Details
|
images/photo_387@09-03-2023_19-06-16 — копия.jpg
ADDED
|
Git LFS Details
|
kviimager-01.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:154ce1f5637aebee7db8f94d257122494187ebae25b13092fe62b4821226c33c
|
| 3 |
+
size 18989104
|