Instructions to use PosterCraft/PosterCraft-v1_RL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PosterCraft/PosterCraft-v1_RL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("PosterCraft/PosterCraft-v1_RL", 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
Update config.json
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "FluxTransformer2DModel",
|
| 3 |
"_diffusers_version": "0.33.1",
|
| 4 |
-
"_name_or_path": "/hpc2hdd/home/jlai218/HF_checkpoint/flux1.0_dev/transformer",
|
| 5 |
"attention_head_dim": 128,
|
| 6 |
"axes_dims_rope": [
|
| 7 |
16,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "FluxTransformer2DModel",
|
| 3 |
"_diffusers_version": "0.33.1",
|
|
|
|
| 4 |
"attention_head_dim": 128,
|
| 5 |
"axes_dims_rope": [
|
| 6 |
16,
|