Instructions to use ItsJayQz/Firewatch_Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ItsJayQz/Firewatch_Diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ItsJayQz/Firewatch_Diffusion", 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
Update README.md
Browse filesFixed reoccurring mistake lol.
README.md
CHANGED
|
@@ -10,7 +10,7 @@ inference: true
|
|
| 10 |
---
|
| 11 |
|
| 12 |
### Firewatch Diffusion
|
| 13 |
-
This model
|
| 14 |
The model can make good looking nature sceneries similar to the game art style, with some objects.
|
| 15 |
It can not make portraits at all, since throughout the game you don't actually meet any characters.
|
| 16 |
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
### Firewatch Diffusion
|
| 13 |
+
This model was trained on in-game footages, and some game posters by OllyMoss.
|
| 14 |
The model can make good looking nature sceneries similar to the game art style, with some objects.
|
| 15 |
It can not make portraits at all, since throughout the game you don't actually meet any characters.
|
| 16 |
|