Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use gsdf/Counterfeit-V2.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gsdf/Counterfeit-V2.5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("gsdf/Counterfeit-V2.5", 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
- Draw Things
- DiffusionBee
Update README.md
#4
by Rioss - opened
README.md
CHANGED
|
@@ -6,6 +6,9 @@ tags:
|
|
| 6 |
- text-to-image
|
| 7 |
- diffusers
|
| 8 |
inference: true
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
# Update
|
| 11 |
V2.5 has been updated for ease of use as anime-style model.
|
|
@@ -57,17 +60,4 @@ Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 10, Size: 864x512, Denoising str
|
|
| 57 |
((masterpiece,best quality)), 1girl, food, fruit, solo, skirt, shop, indoors, jacket, shopping, basket, jewelry, shirt, shelf, short hair, black hair, plaid skirt, black jacket, dutch angle, yellow eyes, looking at viewer
|
| 58 |
Negative prompt: EasyNegative, extra fingers,fewer fingers,
|
| 59 |
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 10, Size: 864x512, Denoising strength: 0.58, Hires upscale: 1.8, Hires upscaler: Latent
|
| 60 |
-
```
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
|
|
|
| 6 |
- text-to-image
|
| 7 |
- diffusers
|
| 8 |
inference: true
|
| 9 |
+
datasets:
|
| 10 |
+
- google/MusicCaps
|
| 11 |
+
pipeline_tag: text-to-image
|
| 12 |
---
|
| 13 |
# Update
|
| 14 |
V2.5 has been updated for ease of use as anime-style model.
|
|
|
|
| 60 |
((masterpiece,best quality)), 1girl, food, fruit, solo, skirt, shop, indoors, jacket, shopping, basket, jewelry, shirt, shelf, short hair, black hair, plaid skirt, black jacket, dutch angle, yellow eyes, looking at viewer
|
| 61 |
Negative prompt: EasyNegative, extra fingers,fewer fingers,
|
| 62 |
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 10, Size: 864x512, Denoising strength: 0.58, Hires upscale: 1.8, Hires upscaler: Latent
|
| 63 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|