Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyanlin117 committed Mar 20, 2024
1 parent 9d21d2b commit 7368b92
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 13 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
import PackageDescription

let package = Package(
name: "CommunityDocs",
name: "DrawthingsTutorials",
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "CommunityDocs",
targets: ["CommunityDocs"]),
name: "DrawthingsTutorials",
targets: ["DrawthingsTutorials"]),
],
dependencies: [
// other dependencies
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
],
targets: [
.target(
name: "CommunityDocs",
name: "DrawthingsTutorials",
resources: [
.process("Resources/")
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drawthings Tutorials - Basic UI
# Basic UI


## First section is about UI of Draw Things app
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drawthings Tutorials - Models
# Models


## Models importing/deleting/mixing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drawthings Tutorials - Lora
# Lora


## Everything about Lora and training your own Lora model
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drawthings Tutorials - ControlNET
# ControlNET


## Everything about ControlNET
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drawthings Tutorials - Textual inversion
# Textual inversion


## Textual inversion quick tutorial
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drawthings Tutorials - Others
# Others


## Something doesn’t work
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drawthings Tutorials - CoreML
# CoreML


## Using CoreML for faster image generation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drawthings Community Docs & Tutorials - Basic inpainting
# Community Docs - Basic inpainting


## Basic inpainting & outpainting follow-along tutorial for Draw Things (Stable Diffusion on macOS) (Feb '24)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drawthings Community Docs & Tutorials - Mac Walkthrough Video
# Community Docs - Mac Walkthrough Video


## Complete Mac Walkthrough Video (Jan '24)
Expand Down

0 comments on commit 7368b92

Please sign in to comment.