Instructions to use Luisdure/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Luisdure/test 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("Luisdure/test") prompt = "uni" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Naked_big_natural_breasts_for_FLUX.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbcdf7cd8e4769c6b9f4bdfd2579c4eaab83de958b98161d6e4052a4881e0279
|
| 3 |
+
size 19304784
|
images/32dbaf8a-4858-4b25-99eb-5df119e40468.jpeg
ADDED
|
Git LFS Details
|