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 README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,8 @@ tags:
|
|
| 21 |
[](https://github.com/ephemeral182/PosterCraft)
|
| 22 |
[](https://huggingface.co/PosterCraft)
|
| 23 |
[](https://ephemeral182.github.io/PosterCraft/)
|
| 24 |
-
[](https://github.com/ephemeral182/PosterCraft)
|
| 22 |
[](https://huggingface.co/PosterCraft)
|
| 23 |
[](https://ephemeral182.github.io/PosterCraft/)
|
| 24 |
+
[](https://www.youtube.com/watch?v=92wMU4D7qx0)
|
| 25 |
+
[](https://huggingface.co/spaces/Ephemeral182/PosterCraft)
|
| 26 |
|
| 27 |
<img src="assets/logo2.png" alt="PosterCraft Logo" width="1000"/>
|
| 28 |
|