Instructions to use stets/nes_game_cartridge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stets/nes_game_cartridge with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("stets/nes_game_cartridge") prompt = "nes" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,4 +19,12 @@ Creates NES Game Cartridges with (sometimes) cursed text.
|
|
| 19 |
My prompts look something like:
|
| 20 |
nes videogame cartridge, Doom, english text, no humans, solo, parody <lora:nes:1>
|
| 21 |
|
| 22 |
-

|
| 23 |
+

|
| 24 |
+

|
| 25 |
+

|
| 26 |
+

|
| 27 |
+

|
| 28 |
+

|
| 29 |
+

|
| 30 |
+

|