Instructions to use bingbangboom/flux_whimscape with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bingbangboom/flux_whimscape 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("bingbangboom/flux_whimscape") prompt = "a girl wearing glasses, wearing a baseball cap, holding a boba tea cup with a straw in her hand, illustration in the style of WHMSCPE001" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
118d682
1
Parent(s): 0d57ed7
first commit
Browse files- .gitattributes +1 -0
- .gitignore +23 -0
- README.md +10 -0
- WHMSCPE001.safetensors +3 -0
- extras/1.png +3 -0
- extras/2.png +3 -0
- extras/3.png +3 -0
- extras/4.png +3 -0
- extras/5.png +3 -0
- extras/6.png +3 -0
- images/1.png +3 -0
- images/2.png +3 -0
- images/3.png +3 -0
- images/4.png +3 -0
- images/5.png +3 -0
- images/6.png +3 -0
- images/7.png +3 -0
- images/8.png +3 -0
- images/9.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Virtual environment
|
| 2 |
+
.venv/
|
| 3 |
+
venv/
|
| 4 |
+
env/
|
| 5 |
+
|
| 6 |
+
# Python bytecode
|
| 7 |
+
__pycache__/
|
| 8 |
+
*.py[cod]
|
| 9 |
+
|
| 10 |
+
# Distribution / packaging
|
| 11 |
+
*.egg-info/
|
| 12 |
+
dist/
|
| 13 |
+
build/
|
| 14 |
+
|
| 15 |
+
# IDEs and editors
|
| 16 |
+
.vscode/
|
| 17 |
+
.idea/
|
| 18 |
+
*.swp
|
| 19 |
+
*~
|
| 20 |
+
|
| 21 |
+
# OS generated files
|
| 22 |
+
.DS_Store
|
| 23 |
+
Thumbs.db
|
README.md
CHANGED
|
@@ -2,4 +2,14 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: flux-1-dev-non-commercial-license
|
| 4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: flux-1-dev-non-commercial-license
|
| 4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- flux
|
| 9 |
+
- diffusers
|
| 10 |
+
- lora
|
| 11 |
+
- replicate
|
| 12 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 13 |
+
pipeline_tag: text-to-image
|
| 14 |
+
instance_prompt: WHMSCPE001
|
| 15 |
---
|
WHMSCPE001.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceb4e570eedd6c3e48ab894568b0286fcf0dcb2dc4e598f67e01b3fdcce336b0
|
| 3 |
+
size 171969424
|
extras/1.png
ADDED
|
Git LFS Details
|
extras/2.png
ADDED
|
Git LFS Details
|
extras/3.png
ADDED
|
Git LFS Details
|
extras/4.png
ADDED
|
Git LFS Details
|
extras/5.png
ADDED
|
Git LFS Details
|
extras/6.png
ADDED
|
Git LFS Details
|
images/1.png
ADDED
|
Git LFS Details
|
images/2.png
ADDED
|
Git LFS Details
|
images/3.png
ADDED
|
Git LFS Details
|
images/4.png
ADDED
|
Git LFS Details
|
images/5.png
ADDED
|
Git LFS Details
|
images/6.png
ADDED
|
Git LFS Details
|
images/7.png
ADDED
|
Git LFS Details
|
images/8.png
ADDED
|
Git LFS Details
|
images/9.png
ADDED
|
Git LFS Details
|