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 Settings
- Draw Things
- DiffusionBee
Remove old large file
Browse files
PosterCraft-v1_RL.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:72014026e0c20a27847907988892d4ad1c89c5e0b6734d5517bd5c82c4e38891
|
| 3 |
-
size 23802955584
|
|
|
|
|
|
|
|
|
|
|
|