Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
diffusers-training
lora
Instructions to use arnaudstiegler/game-n-gen-finetuned-23k-no-cfg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use arnaudstiegler/game-n-gen-finetuned-23k-no-cfg with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("arnaudstiegler/game-n-gen-finetuned-23k-no-cfg") 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
- Xet hash:
- d5ca6651daac150fd461789e448276b4e3c45a697837044d965f7bdd6bcc0cdf
- Size of remote file:
- 55.4 kB
- SHA256:
- afa9568335f142697b8cb4d009d5b78d657cea2d9c02b31a5afb0089e2c4d6f2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.