Instructions to use Samffprice/dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Samffprice/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("Samffprice/dev", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Delete config.json
Browse files- config.json +0 -14
config.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "FluxTransformer2DModel",
|
| 3 |
-
"_diffusers_version": "0.30.0.dev0",
|
| 4 |
-
"_name_or_path": "../checkpoints/flux-dev/transformer",
|
| 5 |
-
"attention_head_dim": 128,
|
| 6 |
-
"guidance_embeds": true,
|
| 7 |
-
"in_channels": 64,
|
| 8 |
-
"joint_attention_dim": 4096,
|
| 9 |
-
"num_attention_heads": 24,
|
| 10 |
-
"num_layers": 19,
|
| 11 |
-
"num_single_layers": 38,
|
| 12 |
-
"patch_size": 1,
|
| 13 |
-
"pooled_projection_dim": 768
|
| 14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|