Text-to-Image
Diffusers
Safetensors
FluxPipeline
FluxPipeline
FLUXv1-schnell
image-generation
flux-diffusers
art
realism
photography
illustration
anime
full finetune
trained
finetune
trainable
full-finetune
checkpoint
text2image
Schnell
Flux
HSToric
Historic
DiT
transformer
Instructions to use AlekseyCalvin/HyperHistoricColor_FluxDev_Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/HyperHistoricColor_FluxDev_Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AlekseyCalvin/HyperHistoricColor_FluxDev_Diffusers", 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
Upload folder using huggingface_hub
Browse files
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FlowMatchEulerDiscreteScheduler",
|
| 3 |
+
"_diffusers_version": "0.30.0.dev0",
|
| 4 |
+
"base_image_seq_len": 256,
|
| 5 |
+
"base_shift": 0.5,
|
| 6 |
+
"max_image_seq_len": 4096,
|
| 7 |
+
"max_shift": 1.15,
|
| 8 |
+
"num_train_timesteps": 1000,
|
| 9 |
+
"shift": 3.0,
|
| 10 |
+
"use_dynamic_shifting": true
|
| 11 |
+
}
|