Instructions to use KurtcPhotoED/Biomechanical_Steampunk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KurtcPhotoED/Biomechanical_Steampunk 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("KurtcPhotoED/Biomechanical_Steampunk") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files- Steampunk_BioMechanical_Flux.safetensors +3 -0
- images/IMG_7377.png +3 -0
- images/IMG_7379.png +3 -0
- images/IMG_7380.png +3 -0
Steampunk_BioMechanical_Flux.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba346f25fb1526d59ad7dbb1cde8f472acfe470a75bd6aca66e5a7c138ad3fd9
|
| 3 |
+
size 19260224
|
images/IMG_7377.png
ADDED
|
Git LFS Details
|
images/IMG_7379.png
ADDED
|
Git LFS Details
|
images/IMG_7380.png
ADDED
|
Git LFS Details
|