Instructions to use mrTvister/Lozhkin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mrTvister/Lozhkin with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mrTvister/Lozhkin") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 8 files
Browse files- Lozhkin_flux.safetensors +3 -0
- images/photo_2024-10-31_20-23-57.jpg +3 -0
- images/photo_2024-10-31_20-24-29.jpg +3 -0
- images/photo_2024-10-31_20-24-32.jpg +3 -0
- images/photo_2024-10-31_20-24-35.jpg +3 -0
- images/photo_2024-10-31_20-24-37.jpg +3 -0
- images/photo_2024-10-31_20-24-42.jpg +3 -0
- images/photo_2024-10-31_20-24-47.jpg +3 -0
Lozhkin_flux.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99c2e664f007059b4ff128f2a6f12fb36ad4abcc938635a09c3503bd0614de70
|
| 3 |
+
size 171969424
|
images/photo_2024-10-31_20-23-57.jpg
ADDED
|
Git LFS Details
|
images/photo_2024-10-31_20-24-29.jpg
ADDED
|
Git LFS Details
|
images/photo_2024-10-31_20-24-32.jpg
ADDED
|
Git LFS Details
|
images/photo_2024-10-31_20-24-35.jpg
ADDED
|
Git LFS Details
|
images/photo_2024-10-31_20-24-37.jpg
ADDED
|
Git LFS Details
|
images/photo_2024-10-31_20-24-42.jpg
ADDED
|
Git LFS Details
|
images/photo_2024-10-31_20-24-47.jpg
ADDED
|
Git LFS Details
|