Instructions to use vcollos/VitorCollos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vcollos/VitorCollos 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("vcollos/VitorCollos") prompt = "Portrait of Vitor Collos in a office" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 2 files
Browse files- Asian_Nipple.safetensors +3 -0
- bbarl-flux.safetensors +3 -0
Asian_Nipple.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:defaf32a6325f7e04d9a2e60b10462e131692b95dee55e0ecd5d1aaf66720c33
|
| 3 |
+
size 19257664
|
bbarl-flux.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8576277a9331857d1cf864001c5d60f8a9ace9c99d542be54d4f599069c9d7a3
|
| 3 |
+
size 134528076
|