Text-to-Image
Diffusers
Safetensors
FluxPipeline
FluxPipeline
FLUXv1-schnell
image-generation
flux-diffusers
photo
realism
photography
finetune
full-finetune
checkpoint
text2image
Schnell
Flux
Seeker70
AcornIsSpinning
Acorn_Is_Spinning
Acorn Is Spinning Flux
Acorn is Spinning
Instructions to use AlekseyCalvin/Acorn_Is_Spinning_Schnellv1_bySeeker70_Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/Acorn_Is_Spinning_Schnellv1_bySeeker70_Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AlekseyCalvin/Acorn_Is_Spinning_Schnellv1_bySeeker70_Diffusers", 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 files
README.md
CHANGED
|
@@ -22,6 +22,7 @@ tags:
|
|
| 22 |
- AcornIsSpinning
|
| 23 |
- Acorn_Is_Spinning
|
| 24 |
- Acorn Is Spinning Flux
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
Herein lives a Huggingface / Diffusers Conversion of the [Acorn is Spinning v1 Schnell](https://civitai.com/models/673188?modelVersionId=788119) model by [Seeker70](https://civitai.com/user/Seeker70).
|
|
|
|
| 22 |
- AcornIsSpinning
|
| 23 |
- Acorn_Is_Spinning
|
| 24 |
- Acorn Is Spinning Flux
|
| 25 |
+
- Acorn is Spinning
|
| 26 |
---
|
| 27 |
|
| 28 |
Herein lives a Huggingface / Diffusers Conversion of the [Acorn is Spinning v1 Schnell](https://civitai.com/models/673188?modelVersionId=788119) model by [Seeker70](https://civitai.com/user/Seeker70).
|