Spaces:
Running
Running
File size: 2,564 Bytes
9417338 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# Stable Diffusion Style Explorer
This Hugging Face Space demonstrates the use of textual inversion concepts from the Stable Diffusion concepts library with an optional car guidance feature.
## π¨ Features
- **Multiple Concepts**: Choose from various pre-trained concepts including:
- Canna Lily (Object)
- Samurai Jack Style
- Babies Poster Style
- Animal Toy (Object)
- Sword Lily (Object)
- **Custom Prompts**: Create your own base prompts or use the default landscape prompt
- **Car Guidance**: Optional feature to guide the image generation towards including cars using CLIP-based semantic guidance
- **Reproducible Results**: Set custom seeds for consistent results
- **Example Gallery**: Browse through pre-generated examples showing different combinations of:
- Concepts and prompts
- With and without car guidance
- Various scene types (landscapes, cityscapes, fantasy scenes)
## π How to Use
1. **Select a Concept**: Choose from the dropdown menu of available concepts
2. **Enter a Prompt**: Write your own prompt or use the default
3. **Set a Seed**: Enter a number for reproducible results
4. **Toggle Car Guidance**: Choose whether to include car-based semantic guidance
5. **Generate**: Click the button and wait for your image!
### π Example Combinations
1. **Samurai Jack Landscape**
- With and without car guidance
- See how the animation style affects the scene
2. **Urban Canna Lily**
- Modern cityscape with the flower concept
- Compare regular vs car-guided versions
3. **Magical Forest**
- Using the babies poster style
- Creates a whimsical fantasy scene
4. **Playful Scene**
- Animal toy in a playground setting
- See how car guidance changes the scene
5. **Garden Scene**
- Sword lily in a traditional garden
- Demonstrates object concept integration
## π οΈ Technical Details
- Base Model: Stable Diffusion 2.0
- Guidance Method: CLIP-based semantic guidance for car integration
- Concepts Source: [SD Concepts Library](https://huggingface.co/sd-concepts-library)
## π Notes
- Generation time may vary depending on server load
- Car guidance takes longer as it involves multiple refinement steps
- Results may vary depending on the concept and prompt combination
- Examples are cached for quick viewing
## π Links
- [GitHub Repository](https://github.com/yourusername/stable-diffusion-style-explorer)
- [SD Concepts Library](https://huggingface.co/sd-concepts-library)
- [Original Stable Diffusion](https://huggingface.co/stabilityai/stable-diffusion-2) |