Text-to-Image
Diffusers
Safetensors
Diffusion Single File
English
FluxControlPipeline
image-generation
flux
Instructions to use srcphag/Flux1-Depth-Dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use srcphag/Flux1-Depth-Dev with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("srcphag/Flux1-Depth-Dev", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Diffusion Single File
How to use srcphag/Flux1-Depth-Dev with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Delete transformer
Browse files- transformer/config.json +0 -20
- transformer/diffusion_pytorch_model-00001-of-00003.safetensors +0 -3
- transformer/diffusion_pytorch_model-00002-of-00003.safetensors +0 -3
- transformer/diffusion_pytorch_model-00003-of-00003.safetensors +0 -3
- transformer/diffusion_pytorch_model.safetensors.index.json +0 -0
transformer/config.json
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "FluxTransformer2DModel",
|
| 3 |
-
"_diffusers_version": "0.32.0.dev0",
|
| 4 |
-
"_name_or_path": "/raid/aryan/flux1-depth-dev-diffusers",
|
| 5 |
-
"attention_head_dim": 128,
|
| 6 |
-
"axes_dims_rope": [
|
| 7 |
-
16,
|
| 8 |
-
56,
|
| 9 |
-
56
|
| 10 |
-
],
|
| 11 |
-
"guidance_embeds": true,
|
| 12 |
-
"in_channels": 128,
|
| 13 |
-
"joint_attention_dim": 4096,
|
| 14 |
-
"num_attention_heads": 24,
|
| 15 |
-
"num_layers": 19,
|
| 16 |
-
"num_single_layers": 38,
|
| 17 |
-
"out_channels": 64,
|
| 18 |
-
"patch_size": 1,
|
| 19 |
-
"pooled_projection_dim": 768
|
| 20 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transformer/diffusion_pytorch_model-00001-of-00003.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ca1b8a358874a5023419cbf803fd86c0cf0d7382a4a4b82fb7259497aa3fe645
|
| 3 |
-
size 9983433520
|
|
|
|
|
|
|
|
|
|
|
|
transformer/diffusion_pytorch_model-00002-of-00003.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3362f89d1f3c2d03b8fa17389d70f2033d64a08726442535c915cf0201c24c99
|
| 3 |
-
size 9949328904
|
|
|
|
|
|
|
|
|
|
|
|
transformer/diffusion_pytorch_model-00003-of-00003.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:61e59875679174c4de46570fae3088a032a6b563914341e2a3e54061fb66fc74
|
| 3 |
-
size 3870584832
|
|
|
|
|
|
|
|
|
|
|
|
transformer/diffusion_pytorch_model.safetensors.index.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|