Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use jkcarney/source4_v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jkcarney/source4_v1.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("jkcarney/source4_v1.0", 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
Commit History
Update README.md 4bbfc57
Update README.md 8c85446
Update README.md a4e98bd
Update README.md 64050e0
Update README.md b926abb
ckpt and safetensors commit e378dd2
jkcarney commited on
Update README.md aa80d05
update readme 73bfad0
jkcarney commited on
Update README.md 26ddb8b
diffusers commit 1be64f4
jkcarney commited on
initial commit 85bb44e
Joshua Carney commited on